Vinzenz Feenstra has uploaded a new change for review. Change subject: tests: Fix pep8 indention error introduced by numa tests ......................................................................
tests: Fix pep8 indention error introduced by numa tests Change-Id: I302592247015a21218fbbf3c2a3c6c4bc457c656 Signed-off-by: Vinzenz Feenstra <[email protected]> --- M tests/vmTests.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/34/26034/1 diff --git a/tests/vmTests.py b/tests/vmTests.py index 8fe40f6..03bae9e 100644 --- a/tests/vmTests.py +++ b/tests/vmTests.py @@ -272,7 +272,7 @@ 'cpuPinning': {'0': '0-1', '1': '2-3'}, 'numaTune': {'mode': 'strict', 'nodeset': '0-1'}, 'guestNumaNodes': [{'cpus': '0-1', 'memory': '512000'}, - {'cpus': '2,3', 'memory': 512000}]} + {'cpus': '2,3', 'memory': 512000}]} vmConf.update(self.conf) domxml = vm._DomXML(vmConf, self.log, caps.Architecture.X86_64) -- To view, visit http://gerrit.ovirt.org/26034 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I302592247015a21218fbbf3c2a3c6c4bc457c656 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Vinzenz Feenstra <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
