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