Shahar Havivi has uploaded a new change for review. Change subject: v2v: quick fix for broken test in RHEL6 ......................................................................
v2v: quick fix for broken test in RHEL6 Change-Id: I99a343a9634a90502feff46caed2c05b6af93ad5 Signed-off-by: Shahar Havivi <[email protected]> --- M tests/v2vTests.py 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/88/36388/1 diff --git a/tests/v2vTests.py b/tests/v2vTests.py index 8f1a082..6d64338 100644 --- a/tests/v2vTests.py +++ b/tests/v2vTests.py @@ -21,6 +21,7 @@ from vdsm import libvirtconnection +from testValidation import brokentest from testlib import VdsmTestCase as TestCaseBase from monkeypatch import MonkeyPatch @@ -81,6 +82,7 @@ class v2vTests(TestCaseBase): @MonkeyPatch(libvirtconnection, 'open_connection', hypervisorConnect) + @brokentest("known to fail on rhel6") def testGetExternalVMs(self): vms = v2v.get_external_vms('esx://mydomain', 'user', 'password') -- To view, visit http://gerrit.ovirt.org/36388 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I99a343a9634a90502feff46caed2c05b6af93ad5 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
