HomeSort by relevance Sort by last modified time
    Searched refs:pxe (Results 1 - 14 of 14) sorted by null

  /test/ontest-stc2/src/suites/os/xvm/virt-install/tests/pxe/
Makefile 38 INSTOBJS = $(TARGET_PY:%=$(ROOT)/tests/pxe/%) \
39 $(TARGET_TP_PY:%=$(ROOT)/tests/pxe/%)
tc_pxe.py 32 zvol-backed pxe installed HVM Solaris guest.
81 # check for the PXE environment variable. If it's zero, skip these
84 if not self.pxe:
85 raise common.SetupError, "PXE is not configured. \
105 viflags += "--pxe "
  /test/stcnv/usr/src/suites/os/xvm/virt-install/tests/pxe/
Makefile 38 INSTOBJS = $(TARGET_PY:%=$(ROOT)/tests/pxe/%) \
39 $(TARGET_TP_PY:%=$(ROOT)/tests/pxe/%)
tc_pxe.py 32 zvol-backed pxe installed HVM Solaris guest.
75 # check for the PXE environment variable. If it's zero, skip these
78 if not self.pxe or self.pxe != "1":
79 raise common.SetupError, "PXE is not configured. \
93 viflags += "--pxe "
  /test/ontest-stc2/src/suites/os/xvm/virt-install/
tet_scen 37 ^pxe
53 pxe
54 /tests/pxe/tc_pxe
README.CONFIG 49 test_config.solaris - config file to run solaris pv test cases. pxe,
52 test_config.pxe - config file to run solaris pxe test case.
57 suite. Configured for linux, pxe and simultaneous test cases.
124 # PXE and DOMUMACADDR must be specified together or not at all. PXE=1
125 # configures the pxe test case to run and requires specific actions to
128 # PXE=1
README 39 2. For the pxe test case, the dom0 must be capable of installation of HVM
180 PXE CONFIGURATION (HVM guests ONLY):
182 To configure the test suite to execute the pxe test case, you will
192 - uncomment the PXE and DOMUMACADDR arguments in your
  /test/stcnv/usr/src/suites/os/xvm/virt-install/
tet_scen 37 ^pxe
56 pxe
57 /tests/pxe/tc_pxe
README.CONFIG 41 run the Linux and PXE test cases, the local DHCP server will need to
51 suite. Configured for linux, pxe, nfs and simultaneous test cases.
90 # need to know about this mac address in order to run the PXE and
117 # PXE=1 configures the pxe test case to run and requires specific
121 # PXE=
README 39 2. For the pxe test case, the dom0 must be capable of installation of HVM
158 PXE CONFIGURATION (HVM guests ONLY):
160 To configure the test suite to execute the pxe test case, you will
170 - Set the PXE argument to 1
  /test/ontest-stc2/src/suites/os/xvm/virt-install/tests/
Makefile 36 pxe \
  /test/stcnv/usr/src/suites/os/xvm/virt-install/tests/
Makefile 36 pxe \
  /test/ontest-stc2/src/suites/os/xvm/virt-install/src/lib/python/
testcase.py 149 # check for the pxe variable. If it's present also check for
152 self.pxe = self.env.get ("PXE", None)
153 if self.pxe:
  /test/stcnv/usr/src/suites/os/xvm/virt-install/src/lib/python/
testcase.py 153 # check for the pxe variable.
154 self.pxe = self.env.get ("PXE", None)

Completed in 180 milliseconds