[Libvirt-cim] [PATCH] Fix netpool issue in CS 22

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Thu Jul 24 00:44:07 UTC 2008


# HG changeset patch
# User Kaitlin Rupert <karupert at us.ibm.com>
# Date 1216860167 25200
# Node ID ab1e34deb7109d8a89d03b6b53c54f30a9c99888
# Parent  32d78f23f6e73f5443022179410128767896465d
Fix netpool issue in CS 22

Don't use the existing netpool, create one for the test.

Signed-off-by: Kaitlin Rupert <karupert at us.ibm.com>

diff -r 32d78f23f6e7 -r ab1e34deb710 suites/libvirt-cim/cimtest/ComputerSystem/22_define_suspend.py
--- a/suites/libvirt-cim/cimtest/ComputerSystem/22_define_suspend.py	Wed Jul 23 00:32:36 2008 -0700
+++ b/suites/libvirt-cim/cimtest/ComputerSystem/22_define_suspend.py	Wed Jul 23 17:42:47 2008 -0700
@@ -62,7 +62,7 @@
 def main():
     options = main.options
 
-    status, test_network = create_netpool_conf(options.ip, options.virt)
+    status, test_network = create_netpool_conf(options.ip, options.virt, False)
     if status != PASS:
         return FAIL
 




More information about the Libvirt-cim mailing list