Francesco Romani has uploaded a new change for review. Change subject: tests: update libvirt fake object ......................................................................
tests: update libvirt fake object commit eb2ef555345a32a4f0153ac0341b4c422cdacf8c requires the 'close' method to be present. This patch updates the tests to let 'make check' run cleanly again. Change-Id: I1bb271d90ca8d20f83ab0af38e96598991115ad2 Signed-off-by: Francesco Romani <[email protected]> --- M tests/libvirtconnectionTests.py 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/23/27323/1 diff --git a/tests/libvirtconnectionTests.py b/tests/libvirtconnectionTests.py index 32a6fd4..1ac60a0 100644 --- a/tests/libvirtconnectionTests.py +++ b/tests/libvirtconnectionTests.py @@ -73,6 +73,9 @@ else: return '' + def close(self): + pass + class virDomain(object): pass -- To view, visit http://gerrit.ovirt.org/27323 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1bb271d90ca8d20f83ab0af38e96598991115ad2 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Francesco Romani <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
