Antoni Segura Puimedon has uploaded a new change for review. Change subject: el6_tests: fix toolTests to use VdsmTestCase so that assertIn is available ......................................................................
el6_tests: fix toolTests to use VdsmTestCase so that assertIn is available Change-Id: Ibb564320db9db1b3349c7fbb87bc63a8a044c6b2 Signed-off-by: Antoni S. Puimedon <[email protected]> --- M tests/toolTests.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/68/31968/1 diff --git a/tests/toolTests.py b/tests/toolTests.py index e034ad0..795a1e5 100644 --- a/tests/toolTests.py +++ b/tests/toolTests.py @@ -52,7 +52,7 @@ return self._dependencies -class ConfiguratorTests(TestCase): +class ConfiguratorTests(VdsmTestCase): @monkeypatch.MonkeyPatch( configurator, -- To view, visit http://gerrit.ovirt.org/31968 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibb564320db9db1b3349c7fbb87bc63a8a044c6b2 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
