HomeSort by relevance Sort by last modified time
    Searched refs:common (Results 1 - 25 of 331) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /test/ontest-stc2/src/suites/os/xvm/virt-install/tests/pxe/
tp_pxe_006.py 5 # Common Development and Distribution License (the "License").
29 import common
46 common.report ("ASSERT virt-install_037: \
53 xml_keymap = common.get_attr (domu.dom, "graphics", "keymap")[0]
60 common.report ("virt-install keymap: %s" % vi_keymap)
61 common.report ("XML keymap: %s" % xml_keymap)
62 common.report ("keymap values are not equal")
tp_pxe_002.py 5 # Common Development and Distribution License (the "License").
29 import common
45 common.report ("ASSERT virt-install_024: \
52 xml_graphics = common.get_attr (domu.dom, "graphics", "type")[0]
55 common.report ("xml graphics: %s" % xml_graphics)
56 common.report ("vnc graphics were not set correctly")
tp_pxe_003.py 5 # Common Development and Distribution License (the "License").
29 import common
44 common.report ("ASSERT virt-install_029: \
51 xml_hvm = common.get_tag_data (domu.dom, "type")
55 common.report ("xml output: %s" % xml_hvm)
56 common.report ("guest install type (-v) does not match XML.")
tp_pxe_005.py 5 # Common Development and Distribution License (the "License").
30 import common
46 common.report ("ASSERT virt-install_035: \
53 xml_bootdev = common.get_attr (domu.installdom, "boot", "dev")[0]
57 common.report ("xml boot device: %s" % xml_bootdev)
58 common.report ("network boot device not specified in XML")
tp_pxe_004.py 5 # Common Development and Distribution License (the "License").
29 import common
46 common.report ("ASSERT virt-install_031: \
53 xml_vncport = common.get_attr (domu.dom, "graphics", "port")[0]
60 common.report ("xml vncport: %s" % xml_vncport)
61 common.report ("virt-install vncport: %s" % vi_vncport)
62 common.report ("vncport values are not equal")
  /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/tests/delegation/
setup.list 5 # Common Development and Distribution License (the "License").
33 c common "" ""
35 l appendfile "" common.o
41 l readfile "" common.o
43 l readlock "" common.o
47 l truncate0 "" common.o
49 l truncatebig "" common.o
51 l writefile "" common.o
53 l writelock "" common.o
  /test/ontest-stc2/src/suites/os/xvm/virt-install/tests/file/
tp_file_008.py 5 # Common Development and Distribution License (the "License").
29 import common
44 common.report ("ASSERT virt-clone_004: \
51 xml_uuid = common.get_tag_data (clone.clonedom, "uuid")
63 common.report ("xml uuid: %s" % xml_uuid)
64 common.report ("original virt-clone uuid: %s" % vc_uuid)
65 common.report ("converted virt-clone uuid: %s" \
67 common.report ("uuid values are not equal")
tp_file_001.py 5 # Common Development and Distribution License (the "License").
29 import common
43 common.report ("ASSERT virt-install_015: \
50 xml_disk = common.get_attr (domu.dom, "source", "file")
57 common.report ("xml install location: %s" % xml_disk)
58 common.report ("virt-install install location: %s" % vi_disk)
59 common.report ("install location is not equal")
tp_file_004.py 5 # Common Development and Distribution License (the "License").
29 import common
44 common.report ("ASSERT virt-clone_003: \
51 xml_name = common.get_tag_data (clone.clonedom, "name")
58 common.report ("xml name: %s" % xml_name)
59 common.report ("virt-clone name: %s" % vc_name)
60 common.report ("name values are not equal")
tp_file_005.py 5 # Common Development and Distribution License (the "License").
29 import common
46 common.report ("ASSERT virt-clone_005: \
53 xml_uuid = common.get_tag_data (clone.clonedom, "uuid")
60 common.report ("xml uuid: %s" % xml_uuid)
61 common.report ("virt-clone uuid: %s" % vc_uuid)
62 common.report ("uuid values are not equal")
tp_file_006.py 5 # Common Development and Distribution License (the "License").
29 import common
44 common.report ("ASSERT virt-clone_006: \
51 xml_mac = common.get_attr (clone.clonedom, "mac", "address")[0]
58 common.report ("xml mac address: %s" % xml_mac)
59 common.report ("virt-clone mac address: %s" % vc_mac)
60 common.report ("mac values are not equal")
tp_file_007.py 5 # Common Development and Distribution License (the "License").
29 import common
43 common.report ("ASSERT virt-clone_007: \
50 xml_disk = common.get_attr (clone.clonedom, "source", "file")
57 common.report ("xml install location: %s" % xml_disk)
58 common.report ("virt-clone install location: %s" % vc_disk)
59 common.report ("install location is not equal")
  /test/ontest-stc2/src/suites/os/xvm/virt-install/tests/ufs/
tp_ufs_001.py 5 # Common Development and Distribution License (the "License").
29 import common
46 common.report ("ASSERT virt-install_009: \
53 xml_uuid = common.get_tag_data (domu.dom, "uuid")
64 common.report ("xml uuid: %s" % xml_uuid)
65 common.report ("original virt-install uuid: %s" % vi_uuid)
66 common.report ("converted virt-install uuid: %s" \
68 common.report ("uuid values are not equal")
tp_ufs_002.py 5 # Common Development and Distribution License (the "License").
29 import common
44 common.report ("ASSERT virt-install_013: Specifying the -f argument \
51 xml_disk = common.get_attr (domu.dom, "source", "dev")
57 common.report ("xml install location: %s" % xml_disk)
58 common.report ("virt-install install location: %s" % vi_disk)
59 common.report ("install location is not equal")
tp_ufs_003.py 5 # Common Development and Distribution License (the "License").
30 import common
44 common.report ("ASSERT virt-install_021: \
51 xml_mac = common.get_attr (domu.dom, "mac", "address")[0]
62 common.report ("xml mac address: %s" % xml_mac)
63 common.report ("guest mac address: %s" % guest_mac)
64 common.report ("mac addresses are not equal")
tp_ufs_005.py 5 # Common Development and Distribution License (the "License").
29 import common
44 common.report ("ASSERT virt-install_036: \
51 xml_network = common.get_attr (domu.dom, "source", "bridge")[0]
61 common.report ("xml network bridge: %s" % xml_network)
62 common.report ("virt-install network argument: %s" % vi_network)
63 common.report ("network values are not equal")
  /test/ontest-stc2/src/suites/os/xvm/virt-install/tests/zvol/
tp_zvol_005.py 5 # Common Development and Distribution License (the "License").
29 import common
44 common.report ("ASSERT virt-install_028: \
52 xml_pv = common.get_tag_data (domu.dom, "bootloader")
56 common.report ("xml output: %s" % xml_pv)
57 common.report ("guest install type (-p) does not match XML.")
tp_zvol_011.py 5 # Common Development and Distribution License (the "License").
29 import common
44 common.report ("ASSERT virt-install_026: \
51 xml_graphics = common.get_attr (domu.dom, "console", "tty")[0]
54 common.report ("xml graphics: %s" % xml_graphics)
55 common.report ("Graphics were not set correctly")
tp_zvol_004.py 5 # Common Development and Distribution License (the "License").
29 import common
47 common.report ("ASSERT virt-install_010: \
54 xml_uuid = common.get_tag_data (domu.dom, "uuid")
60 common.report ("virt-install uuid: %s" % vi_uuid)
61 common.report ("xml uuid: %s" % xml_uuid)
62 common.report ("uuid values are not equal")
tp_zvol_006.py 5 # Common Development and Distribution License (the "License").
29 import common
45 common.report ("ASSERT virt-install_022: Specifying the -b argument")
51 xml_bridge = common.get_attr (domu.dom, "source", "bridge")[0]
57 common.report ("virt-install bridge: %s" % vi_bridge)
58 common.report ("xml bridge: %s" % xml_bridge)
59 common.report ("bridge values are not equal")
tp_zvol_007.py 5 # Common Development and Distribution License (the "License").
29 import common
43 common.report ("ASSERT virt-install_007: \
50 xml_name = common.get_tag_data (domu.dom, "name")
56 common.report ("virt-install name: %s" % vi_name)
57 common.report ("xml name: %s" % xml_name)
58 common.report ("name values are not equal")
tp_zvol_010.py 5 # Common Development and Distribution License (the "License").
29 import common
44 common.report ("ASSERT virt-install_033: Specifying the -x argument")
50 cmdline = common.get_tag_data (domu.installdom, "cmdline")
62 common.report ("virt-install -x argument: %s" % vi_extra)
63 common.report ("xml cmdline: %s" % cmdline)
64 common.report ("virt-install -x argument does not match XML")
tp_zvol_012.py 5 # Common Development and Distribution License (the "License").
29 import common
44 common.report ("ASSERT virt-install_014: \
51 xml_disk = common.get_attr (domu.dom, "source", "dev")
57 common.report ("xml install location: %s" % xml_disk)
58 common.report ("virt-install install location: %s" % vi_disk)
59 common.report ("install location is not equal")
  /test/ontest-stc2/src/suites/os/xvm/virt-install/src/lib/python/
netinstall.py 5 # Common Development and Distribution License (the "License").
40 import common
74 self.lofi = common.execute (cmd, common.SetupError)
79 common.execute (cmd, common.SetupError)
81 common.execute (cmd, common.SetupError)
92 common.execute (cmd)
118 common.execute (cmd, common.TeardownError
    [all...]
  /test/stcnv/usr/src/suites/os/xvm/virt-install/src/lib/python/
vbd.py 5 # Common Development and Distribution License (the "License").
39 import common
62 common.execute (cmd, common.SetupError)
103 common.execute (cmd, common.SetupError)
110 common.execute (cmd, common.SetupError)
113 common.execute (cmd, common.SetupError
    [all...]

Completed in 240 milliseconds

1 2 3 4 5 6 7 8 91011>>