Dan Kenigsberg has uploaded a new change for review. Change subject: tcTests: make non-local tests run ......................................................................
tcTests: make non-local tests run Change-Id: I68e4b42c12a6494cbfd73245e3427bab2943c499 Signed-off-by: Dan Kenigsberg <[email protected]> --- M tests/tcTests.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/70/7570/1 diff --git a/tests/tcTests.py b/tests/tcTests.py index db6304f..dee8c5b 100644 --- a/tests/tcTests.py +++ b/tests/tcTests.py @@ -34,7 +34,7 @@ from testrunner import VdsmTestCase as TestCaseBase from testValidation import ValidateRunningAsRoot -from constants import EXT_BRCTL, EXT_TC +from vdsm.constants import EXT_BRCTL, EXT_TC from nose.plugins.skip import SkipTest import tc -- To view, visit http://gerrit.ovirt.org/7570 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I68e4b42c12a6494cbfd73245e3427bab2943c499 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
