Francesco Romani has uploaded a new change for review. Change subject: tests: fix FakeGuestAgent field ......................................................................
tests: fix FakeGuestAgent field fix guestIPs, which is supposed to be "A space separated string of assigned IPv4 addresses" and not a list. Change-Id: If4d9822356b05a87a75ba4a0b097265b6760e0e4 Signed-off-by: Francesco Romani <[email protected]> --- M tests/vmTests.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/01/28801/1 diff --git a/tests/vmTests.py b/tests/vmTests.py index 483a270..b48aa84 100644 --- a/tests/vmTests.py +++ b/tests/vmTests.py @@ -836,7 +836,7 @@ 'session': 'Unknown', 'memUsage': 0, 'appsList': [], - 'guestIPs': [], + 'guestIPs': '', 'guestFQDN': '', 'disksUsage': [], 'netIfaces': [], -- To view, visit http://gerrit.ovirt.org/28801 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If4d9822356b05a87a75ba4a0b097265b6760e0e4 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
