-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MGMT-4990 - fix pep8 linter issues #1177
MGMT-4990 - fix pep8 linter issues #1177
Conversation
6b63a5b
to
95ba6c0
Compare
/lgtm |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/override ci/prow/lint |
@eliorerz: Overrode contexts on behalf of eliorerz: ci/prow/lint In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test ? |
@eliorerz: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test lint |
/retest |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
95ba6c0
to
83c6166
Compare
/override ci/prow/lint |
@eliorerz: Overrode contexts on behalf of eliorerz: ci/prow/lint In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
83c6166
to
e32baeb
Compare
e32baeb
to
65186a2
Compare
cluster = self.cluster_get(cluster_id=cluster_id) | ||
self.cluster_get(cluster_id=cluster_id) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
then why do we do that?
did we wanted to return it at the end?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are not using it.. I think we can just delete it
discovery-infra/test_infra/controllers/node_controllers/libvirt_controller.py
Outdated
Show resolved
Hide resolved
discovery-infra/test_infra/controllers/node_controllers/libvirt_controller.py
Outdated
Show resolved
Hide resolved
65186a2
to
805de2a
Compare
805de2a
to
d7b2d95
Compare
def __init__(self, input_interfaces: Union[List, Tuple], ns_index: Union[str, int]): | ||
self._input_interfaces = input_interfaces | ||
self._ns_index = ns_index | ||
self._mark = self._build_mark() | ||
|
||
def add_nat_rules(self) -> None: | ||
"""" Add rules for the input interfaces and output interfaces """ | ||
""" Add rules for the input interfaces and output interfaces """ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove whitespaces
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nevermind
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: eliorerz, osherdp The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
6 similar comments
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/override ci/prow/e2e-metal-assisted-olm |
@eliorerz: Overrode contexts on behalf of eliorerz: ci/prow/e2e-metal-assisted-ipv4v6, ci/prow/e2e-metal-assisted-networking, ci/prow/e2e-metal-assisted-olm In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
No description provided.