Nir Soffer has uploaded a new change for review.

Change subject: tests: Remove dead code
......................................................................

tests: Remove dead code

Commit 36a81b5aef added the legacy getServices interface, which is not
part of the ModuleConfigurator. The new services property is inherited
from the super class, so there is no need to implement it.

Change-Id: I32c23258e90ff8551131c2703ebd2c1238d46494
Signed-off-by: Nir Soffer <[email protected]>
---
M tests/toolTests.py
1 file changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/25/32725/1

diff --git a/tests/toolTests.py b/tests/toolTests.py
index a66443d..e01ed24 100644
--- a/tests/toolTests.py
+++ b/tests/toolTests.py
@@ -59,9 +59,6 @@
     def __repr__(self):
         return "name: %s, requires: %s" % (self._name, self._requires)
 
-    def getServices(self):
-        return []
-
     def validate(self):
         if self._false_mock:
             return False


-- 
To view, visit http://gerrit.ovirt.org/32725
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I32c23258e90ff8551131c2703ebd2c1238d46494
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to