[PATCH] Fix netpool issue in CS 22

# HG changeset patch # User Kaitlin Rupert <karupert@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@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

+1 for me. Kaitlin Rupert wrote:
# HG changeset patch # User Kaitlin Rupert <karupert@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@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
_______________________________________________ Libvirt-cim mailing list Libvirt-cim@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-cim
participants (2)
-
Deepti B Kalakeri
-
Kaitlin Rupert