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

1 2

  /test/stcnv/usr/src/suites/os/xvm/virt-install/tests/pxe/
tp_pxe_001.py 9 # or http://www.opensolaris.org/os/licensing.
37 and os variants through the --os-type and --os-variant arguments. These
38 argument are specified through the following syntax: "--os-type=<OS>
39 --os-variant=<VARIANT>". The acpi, apic, and tablet XML entries will be
41 omitted, virt-install will use the default os type and os variant.
45 ctiutils.cti_assert ("Specifying a valid --os-type and --os-variant
    [all...]
  /test/ontest-stc2/src/suites/os/xvm/virt-install/tests/pxe/
tp_pxe_001.py 9 # or http://www.opensolaris.org/os/licensing.
38 and os variants through the --os-type and --os-variant arguments. These
39 argument are specified through the following syntax: "--os-type=<OS>
40 --os-variant=<VARIANT>". The acpi, apic, and tablet XML entries will be
42 omitted, virt-install will use the default os type and os variant.
47 Specifying a valid --os-type and --os-variant argument"
    [all...]
  /test/stcnv/usr/src/suites/os/xvm/virt-install/tests/nfs/
tp_nfs_001.py 9 # or http://www.opensolaris.org/os/licensing.
29 import os
55 if not os.access (vi_disk, os.F_OK):
69 if not os.access (vdisk, os.F_OK):
75 stat = os.stat (vdisk)
tc_nfs.py 10 # or http://www.opensolaris.org/os/licensing.
34 import os
77 if not os.access (self.nfs_root, os.F_OK):
81 cur_dir = os.getcwdu()
85 os.chdir (self.nfs_root)
91 os.chdir (cur_dir)
94 nfs_stat = os.stat (self.nfs_root)
  /test/stcnv/usr/src/suites/os/xvm/virt-install/tests/file/
tp_file_003.py 9 # or http://www.opensolaris.org/os/licensing.
32 import os
69 if not os.access (vdisk_xml, os.F_OK):
85 if not os.access (flatfile, os.F_OK):
  /test/stcnv/usr/src/suites/os/xvm/virt-install/tests/test_hypervisor/
tp_test_hypervisor_007.py 9 # or http://www.opensolaris.org/os/licensing.
29 import os
70 (stdin, stdout, stderr) = os.popen3 ("virt-install %s" % viflags)
88 os.access ("/dev/zvol/dsk/%s/%s" % (zpool, zvol), os.F_OK)):
tp_test_hypervisor_002.py 9 # or http://www.opensolaris.org/os/licensing.
29 import os
68 (stdin, stdout, stderr) = os.popen3 ("virt-install %s" % viflags)
97 os.access ("%s/vdisk.vmdk" % vdisk_path, os.F_OK) and
98 os.access ("%s/vdisk-flat.vmdk" % vdisk_path, os.F_OK) and
tp_test_hypervisor_001.py 9 # or http://www.opensolaris.org/os/licensing.
29 import os
69 (stdin, stdout, stderr) = os.popen3 ("virt-install %s" % viflags)
93 os.access ("%s/vdisk.vmdk" % vdisk_path, os.F_OK) and
tp_test_hypervisor_003.py 9 # or http://www.opensolaris.org/os/licensing.
29 import os
68 (stdin, stdout, stderr) = os.popen3 ("virt-install %s" % viflags)
92 os.access ("%s/vdisk.vdi" % vdisk_path, os.F_OK) and
tp_test_hypervisor_004.py 9 # or http://www.opensolaris.org/os/licensing.
29 import os
68 (stdin, stdout, stderr) = os.popen3 ("virt-install %s" % viflags)
102 os.access ("%s/vdisk.vdi" % vdisk_path, os.F_OK) and
tp_test_hypervisor_006.py 9 # or http://www.opensolaris.org/os/licensing.
29 import os
68 (stdin, stdout, stderr) = os.popen3 ("virt-install %s" % viflags)
102 os.access ("%s/vdisk.vhd" % vdisk_path, os.F_OK) and
tp_test_hypervisor_008.py 9 # or http://www.opensolaris.org/os/licensing.
29 import os
63 (stdin, stdout, stderr) = os.popen3 ("virt-install %s" % viflags)
tp_test_hypervisor_005.py 9 # or http://www.opensolaris.org/os/licensing.
29 import os
68 (stdin, stdout, stderr) = os.popen3 ("virt-install %s" % viflags)
97 os.access ("%s/vdisk.raw" % vdisk_path, os.F_OK) and
  /test/stcnv/usr/src/suites/os/smf/
README 9 # or http://www.opensolaris.org/os/licensing.
54 packages. The package is called SUNWstc-os-smf and its default
55 installation directory is /opt/SUNWstc-os-smf. Installation is via
58 To install SUNWstc-os-smf simply enter the following command line:
60 % sudo pkgadd -d <package location> SUNWstc-os-smf
63 SUNWstc-os-smf package directory.
69 % sudo pkgrm SUNWstc-os-smf
73 o Prior to uninstalling the SUNWstc-os-smf package, you may want to
75 will be "/opt/SUNWstc-os-smf". Unconfiguring the test suite is
83 % sudo pkgrm SUNWstc-os-sm
    [all...]
  /test/stcnv/usr/src/tools/diskomizer/pkg/
pkginfo.src 9 # or http://www.opensolaris.org/os/licensing.
29 NAME=Diskomizer http://www.opensolaris.org/os/community/storage/tests
  /test/ontest-stc2/src/suites/os/xvm/virt-install/src/lib/python/
netinstall.py 9 # or http://www.opensolaris.org/os/licensing.
34 import os
84 # extract the check script from the ISO to use later. Use os.walk to
89 for (root, dirs, files) in os.walk (self.mountpoint):
129 os.rmdir (self.mountpoint)
jumpstart.py 9 # or http://www.opensolaris.org/os/licensing.
34 import os
79 os.chmod (self.jumpdir, 0755)
129 if not os.access ("/tmp/check", os.F_OK):
196 if not os.access (self.linuxiso, os.F_OK):
208 os.chmod (self.jumpdir, 0755)
clone.py 9 # or http://www.opensolaris.org/os/licensing.
34 import os
116 # use os.popen4 to get stdout and stderr. There's a bug somewhere in
122 (vc_stdin, vc_stdout) = os.popen4 (cmd)
testcase.py 9 # or http://www.opensolaris.org/os/licensing.
34 import os
57 self.env.update (os.environ)
89 if not os.access (self.solarisiso, os.F_OK):
128 if not os.access (self.linuxiso, os.F_OK):
  /test/stcnv/usr/src/suites/os/xvm/virt-install/src/lib/python/
netinstall.py 9 # or http://www.opensolaris.org/os/licensing.
34 import os
72 # extract the check script from the ISO to use later. Use os.walk to
77 for (root, dirs, files) in os.walk (self.mountpoint):
111 os.rmdir (self.mountpoint)
clone.py 9 # or http://www.opensolaris.org/os/licensing.
34 import os
120 # use os.popen4 to get stdout and stderr. There's a bug somewhere in
126 (vc_stdin, vc_stdout) = os.popen4 (cmd)
testcase.py 9 # or http://www.opensolaris.org/os/licensing.
34 import os
59 self.env.update (os.environ)
89 if not os.access (self.solarisiso, os.F_OK):
139 if not os.access (self.linuxiso, os.F_OK):
jumpstart.py 9 # or http://www.opensolaris.org/os/licensing.
34 import os
95 os.chmod (self.jumpdir, 0755)
156 if not os.access ("/tmp/check", os.F_OK):
293 os.unlink (self.ksfile)
  /test/stcnv/usr/src/suites/nfs/nfsv4/tests/other_tests/dtrace_v4/
parse_output.py 10 # or http://www.opensolaris.org/os/licensing.
33 import os
62 debug = os.environ['DEBUG']
  /test/stcnv/usr/src/tools/tet/contrib/ctitools/src/lib/python/
ctidutils.py 19 import os

Completed in 780 milliseconds

1 2