[PATCH] [TEST] Add ref_conf arg to VSMS 13_refconfig_additional_devs.py

# HG changeset patch # User Kaitlin Rupert <karupert@us.ibm.com> # Date 1219267836 25200 # Node ID 0e2058a0aa211370347e8617ca8a17437fa2c0b3 # Parent ea7a6b8cd1761c8fd0474f3dec615bf608973067 [TEST] Add ref_conf arg to VSMS 13_refconfig_additional_devs.py This arg was removed when I did the patch revisions and didn't make it back in before the patch went out. Signed-off-by: Kaitlin Rupert <karupert@us.ibm.com> diff -r ea7a6b8cd176 -r 0e2058a0aa21 suites/libvirt-cim/cimtest/VirtualSystemManagementService/13_refconfig_additional_devs.py --- a/suites/libvirt-cim/cimtest/VirtualSystemManagementService/13_refconfig_additional_devs.py Wed Aug 20 13:15:28 2008 -0700 +++ b/suites/libvirt-cim/cimtest/VirtualSystemManagementService/13_refconfig_additional_devs.py Wed Aug 20 14:30:36 2008 -0700 @@ -129,7 +129,7 @@ if ref is None: raise Exception("Unable to get %s reference" % test_dom) - rc = cxml2.cim_define(options.ip) + rc = cxml2.cim_define(options.ip, ref_conf=ref) if not rc: logger.error("Unable define domain %s" % test_dom2) raise Exception("Unable to define %s" % test_dom2)

+1 for me. Best, Regards Daisy (运国莲) VSM Team, China Systems & Technology Labs (CSTL) E-mail: yunguol@cn.ibm.com TEL: (86)-21-60922403 Building 10, 399 Ke Yuan Rd, Pudong Shanghai, 201203 libvirt-cim-bounces@redhat.com wrote on 2008-08-21 05:30:46:
# HG changeset patch # User Kaitlin Rupert <karupert@us.ibm.com> # Date 1219267836 25200 # Node ID 0e2058a0aa211370347e8617ca8a17437fa2c0b3 # Parent ea7a6b8cd1761c8fd0474f3dec615bf608973067 [TEST] Add ref_conf arg to VSMS 13_refconfig_additional_devs.py
This arg was removed when I did the patch revisions and didn't make it back in before the patch went out.
Signed-off-by: Kaitlin Rupert <karupert@us.ibm.com>
diff -r ea7a6b8cd176 -r 0e2058a0aa21 suites/libvirt-
cim/cimtest/VirtualSystemManagementService/13_refconfig_additional_devs.py
--- a/suites/libvirt- cim/cimtest/VirtualSystemManagementService/13_refconfig_additional_devs. py Wed Aug 20 13:15:28 2008 -0700 +++ b/suites/libvirt- cim/cimtest/VirtualSystemManagementService/13_refconfig_additional_devs. py Wed Aug 20 14:30:36 2008 -0700 @@ -129,7 +129,7 @@ if ref is None: raise Exception("Unable to get %s reference" % test_dom)
- rc = cxml2.cim_define(options.ip) + rc = cxml2.cim_define(options.ip, ref_conf=ref) if not rc: logger.error("Unable define domain %s" % test_dom2) raise Exception("Unable to define %s" % test_dom2)
_______________________________________________ Libvirt-cim mailing list Libvirt-cim@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-cim
participants (2)
-
Guo Lian Yun
-
Kaitlin Rupert