Antoni Segura Puimedon has uploaded a new change for review. Change subject: Fix pep8 issue with net functional tests cleanup ......................................................................
Fix pep8 issue with net functional tests cleanup The previous patch lacked a blank line and due to jenkins giving false positives I missed the problem. Change-Id: I6f64d06f2827278cb91ddb3f87904ce5593c45c2 Signed-off-by: Antoni S. Puimedon <[email protected]> --- M tests/functional/networkTests.py 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/61/16561/1 diff --git a/tests/functional/networkTests.py b/tests/functional/networkTests.py index 2073f98..af06140 100644 --- a/tests/functional/networkTests.py +++ b/tests/functional/networkTests.py @@ -35,6 +35,7 @@ vdsm = VdsProxy() vdsm.save_config() + def tearDownModule(): """Restores the network configuration previous to running tests.""" restoreNetConfig() -- To view, visit http://gerrit.ovirt.org/16561 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6f64d06f2827278cb91ddb3f87904ce5593c45c2 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Antoni Segura Puimedon <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
