[PATCH] [TEST] Update Profile.01 for XenFV support

# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1215762315 25200 # Node ID 75e19e9fca837c040099b9b35a2e1a5c233e80f4 # Parent 0f8b7f041b91761da40aee3f6574338de6c178fd [TEST] Update Profile.01 for XenFV support Signed-off-by: Guolian Yun <yunguol@cn.ibm.com> diff -r 0f8b7f041b91 -r 75e19e9fca83 suites/libvirt-cim/cimtest/Profile/01_enum.py --- a/suites/libvirt-cim/cimtest/Profile/01_enum.py Thu Jul 10 06:07:36 2008 -0700 +++ b/suites/libvirt-cim/cimtest/Profile/01_enum.py Fri Jul 11 00:45:15 2008 -0700 @@ -33,7 +33,7 @@ from CimTest.Globals import do_main, log from CimTest.Globals import do_main, logger from CimTest.ReturnCodes import PASS, FAIL -sup_types = ['Xen', 'KVM', 'LXC'] +sup_types = ['Xen', 'KVM', 'XenFV', 'LXC'] @do_main(sup_types) def main():
participants (1)
-
Guo Lian Yun