Displaying 1 result from an estimated 1 matches for "get_vdis".
Did you mean:
get_vdir
2007 Feb 02
0
[PATCH] [Xm-TEST] Fix XAPI test case 02
...t/tests/xapi/02_xapi-vbd_basic.py
+++ root/xen-unstable.hg/tools/xm-test/tests/xapi/02_xapi-vbd_basic.py
@@ -4,13 +4,14 @@
# Author: Stefan Berger <stefanb@us.ibm.com>
# Tests related to SR, VDI, VBD
+# Based on the ''C'' code.
#
# Used methods:
# SR: get_by_name_label, get_VDIs
#
# VDI: create, get_name_label, destroy
#
-# VBD: create, get_driver, get_mode, get_VM, get_VDI, get_device
+# VBD: create, get_driver, get_mode, get_VM, get_VDI, get_device,
get_type
#
# VM: get_VBDs
@@ -43,15 +44,17 @@ vdi_rec = { ''name_label'' : "My disk",...