| /test/stcnv/usr/src/suites/os/xvm/virt-install/tests/test_hypervisor/ |
| tp_test_hypervisor_008.py | 41 path=/static/<ip>/<lun>/<iqn>,driver=phy,subdriver=iscsi 73 # get the driver name, type and path from the xml 74 xml_driver_name = common.get_attr (dom, "driver", "name")[0] 75 xml_driver_type = common.get_attr (dom, "driver", "type")[0] 83 ctiutils.cti_report ("xml driver name: %s" % xml_driver_name) 84 ctiutils.cti_report ("xml driver type: %s" % xml_driver_type)
|
| tp_test_hypervisor_005.py | 41 path=/path,size=size,driver=tap,subdriver=vdisk,format=raw 78 # get the driver name, type and path from the xml 79 xml_driver_name = common.get_attr (dom, "driver", "name")[0] 80 xml_driver_type = common.get_attr (dom, "driver", "type")[0] 101 ctiutils.cti_report ("xml driver name: %s" % xml_driver_name) 102 ctiutils.cti_report ("xml driver type: %s" % xml_driver_type)
|
| tp_test_hypervisor_001.py | 41 path=/path,size=size,driver=tap,subdriver=vdisk,format=vmdk,sparse=true" 79 # get the driver name, type and path from the xml 80 xml_driver_name = common.get_attr (dom, "driver", "name")[0] 81 xml_driver_type = common.get_attr (dom, "driver", "type")[0] 97 ctiutils.cti_report ("xml driver name: %s" % xml_driver_name) 98 ctiutils.cti_report ("xml driver type: %s" % xml_driver_type)
|
| tp_test_hypervisor_003.py | 41 path=/path,size=size,driver=tap,subdriver=vdisk,format=vdi,sparse=true" 78 # get the driver name, type and path from the xml 79 xml_driver_name = common.get_attr (dom, "driver", "name")[0] 80 xml_driver_type = common.get_attr (dom, "driver", "type")[0] 96 ctiutils.cti_report ("xml driver name: %s" % xml_driver_name) 97 ctiutils.cti_report ("xml driver type: %s" % xml_driver_type)
|
| tp_test_hypervisor_004.py | 41 path=/path,size=size,driver=tap,subdriver=vdisk,format=vdi,sparse=false" 78 # get the driver name, type and path from the xml 79 xml_driver_name = common.get_attr (dom, "driver", "name")[0] 80 xml_driver_type = common.get_attr (dom, "driver", "type")[0] 106 ctiutils.cti_report ("xml driver name: %s" % xml_driver_name) 107 ctiutils.cti_report ("xml driver type: %s" % xml_driver_type)
|
| tp_test_hypervisor_006.py | 41 path=/path,size=size,driver=tap,subdriver=vdisk,format=vhd,sparse=false" 78 # get the driver name, type and path from the xml 79 xml_driver_name = common.get_attr (dom, "driver", "name")[0] 80 xml_driver_type = common.get_attr (dom, "driver", "type")[0] 106 ctiutils.cti_report ("xml driver name: %s" % xml_driver_name) 107 ctiutils.cti_report ("xml driver type: %s" % xml_driver_type)
|
| tp_test_hypervisor_002.py | 41 path=/path,size=size,driver=tap,subdriver=vdisk,format=vmdk,sparse=false" 78 # get the driver name, type and path from the xml 79 xml_driver_name = common.get_attr (dom, "driver", "name")[0] 80 xml_driver_type = common.get_attr (dom, "driver", "type")[0] 102 ctiutils.cti_report ("xml driver name: %s" % xml_driver_name) 103 ctiutils.cti_report ("xml driver type: %s" % xml_driver_type)
|
| /test/stcnv/usr/src/suites/os/lofi/ |
| README | 32 This test suite is designed to test the loopback file (lofi) driver.
|
| /test/ontest-stc2/src/suites/net/nicdrv/doc/ |
| nicdrv.assert | 173 Test NIC driver ndd interfaces with read/write operations 176 - Read all "read only" ndd parameters supported by the NIC driver. 179 - Driver link/speed status should be recovered to original status. 201 on all of duplex/speed modes supported by driver 211 - Driver link/speed status should be recovered to original status. 232 Test statistics and observability of the driver 238 - Invoke kstat commands for the driver module 315 Test driver load unload functionality 319 - Unplumb the NIC interface and remove the driver module. 320 - Add the driver module and plumb the corresponding interface [all...] |
| /test/ontest-stc2/src/suites/net/nicdrv/ |
| README | 29 Solaris NIC Driver Test Suite 46 (1) functional: used to ensure that a NIC driver works properly, to 47 test the primary functionality of a NIC driver, including FTP, 51 (2) stress: used to stress a NIC driver to verify the driver's stability, 52 including loading and unloading of the driver module and 112 * You should have installed Solaris and driver binaries successfully on 113 both machines. Ensure the driver under test has the correct version. 116 the under test NIC driver would be removed, so if all of the NICs on the 117 system are associated with the same type of driver, please use console t [all...] |
| /test/ontest-stc2/src/tools/checkenv/lib/ |
| ce_memtest.ksh | 33 # Check whether or not the memtest driver is installed on the system 90 Checks whether or not the memtest driver is installed 92 #1 - installed or uninstalled(memtest driver is installed or uninstalled)
|
| /test/stcnv/usr/src/tools/checkenv/lib/ |
| ce_memtest.ksh | 33 # Check whether or not the memtest driver is installed on the system 90 Checks whether or not the memtest driver is installed 92 #1 - installed or uninstalled(memtest driver is installed or uninstalled)
|
| /test/ontest-stc2/src/suites/net/nicdrv/tests/functional/test13/ |
| set_mtu.ksh | 97 #save all interface for a driver 101 typeset driver=$1 102 ALL_INTERFACE=$(ifconfig -a | grep $driver | awk -F: '{print $1}') 108 #save all interface for a driver 141 echo "Usage: ./`basename $0` <driver> <interface_number> <mtu>" 146 DRIVER=$1 151 INTERFACE=${DRIVER}${INT_NUM} 153 if [ -z "$MTU" -o -z "${DRIVER}" -o -z "${INT_NUM}" ]; then 158 save_interface $DRIVER$INT_NUM || { FAILFLAG=1; exit 1; } 162 restore_interface $DRIVER$INT_NU [all...] |
| runme.ksh | 35 # NIC driver parameter configuration testing via dladm command(Brussles project) 181 # skip persistent property testing, it is not close related to driver. 192 # $2 driver name for the interface 199 typeset driver=$2 205 exec_rshcmd $host "/tmp/set_mtu.ksh $driver $int_num $mtu_value" 497 # Check if the driver support jumbo frame, 498 # Currently all driver not supporting jumbo frame should be listed in paramerters.env file 503 driver=$1 505 echo $list |grep -w $driver > /dev/null 2>&1 && return 1 514 # Define the untest property, <driver>:<property [all...] |
| /test/stcnv/usr/src/suites/net/nicdrv/tests/functional/test13/ |
| set_mtu.ksh | 97 #save all interface for a driver 101 typeset driver=$1 102 ALL_INTERFACE=$(ifconfig -a | grep $driver | awk -F: '{print $1}') 108 #save all interface for a driver 141 echo "Usage: ./`basename $0` <driver> <interface_number> <mtu>" 146 DRIVER=$1 151 INTERFACE=${DRIVER}${INT_NUM} 153 if [ -z "$MTU" -o -z "${DRIVER}" -o -z "${INT_NUM}" ]; then 158 save_interface $DRIVER$INT_NUM || { FAILFLAG=1; exit 1; } 162 restore_interface $DRIVER$INT_NU [all...] |
| runme.ksh | 36 # NIC driver parameter configuration testing via dladm command(Brussles project) 194 # skip persistent property testing, it is not close related to driver. 205 # $2 driver name for the interface 212 typeset driver=$2 218 exec_rshcmd $host "/tmp/set_mtu $driver $int_num $mtu_value" 511 # Check if the driver support jumbo frame, 512 # Currently all driver not supporting jumbo frame should be listed in paramerters.env file 517 driver=$1 519 echo $list |grep -w $driver > /dev/null 2>&1 && return 1 528 # Check whether the driver supports Brussels [all...] |
| /test/ontest-stc2/src/suites/storage/megacli/ |
| README | 34 megacli is a test suite for mega_sas driver regression testing. It will use 36 - mega_sas driver support the LSI MegaRAID SAS 1078 based controllers working 38 - mega_sas driver support the LSI MegaCli tool running on Solaris platform.
|
| /test/stcnv/usr/src/suites/net/nicdrv/doc/ |
| nicdrv.assert | 173 Test NIC driver ndd interfaces with read/write operations 176 - Read all "read only" ndd parameters supported by the NIC driver. 179 - Driver link/speed status should be recovered to original status. 201 on all of duplex/speed modes supported by driver 211 - Driver link/speed status should be recovered to original status. 232 Test statistics and observability of the driver 238 - Invoke kstat commands for the driver module 315 Test driver load unload functionality 319 - Unplumb the NIC interface and remove the driver module. 320 - Add the driver module and plumb the corresponding interface [all...] |
| /test/stcnv/usr/src/suites/storage/megacli/ |
| README | 35 megacli is a test suite for mega_sas driver regression testing. It uses 38 - mega_sas driver support the LSI MegaRAID SAS 1078 based controllers 41 - mega_sas driver support the LSI MegaCli tool running on Solaris platform.
|
| /test/stcnv/usr/src/suites/net/nicdrv/ |
| README | 29 Solaris NIC Driver Test Suite 48 (1) functional: used to ensure that a NIC driver works properly, to 49 test the primary functionality of a NIC driver, including FTP, 53 (2) stress: used to stress a NIC driver to verify the driver's 54 stability, including loading and unloading of the driver module 117 * You should have installed Solaris and driver binaries successfully on 118 both machines. Ensure the driver under test has the correct version. 121 the NIC driver under test will be 'removed,' so if all of the NICs on 122 the system are associated with the same type of driver, please use [all...] |
| /test/ontest-stc2/src/suites/net/nicdrv/include/ |
| is_nicdrv_removable.ksh | 33 # This function checks if the test nic driver can be removed 46 req_label="driver removable" 54 errmsg="The driver under the test can't be removed." 82 check whether the driver can be removable
|
| /test/stcnv/usr/src/suites/net/nicdrv/include/ |
| is_nicdrv_removable.ksh | 33 # This function checks if the test nic driver can be removed 46 req_label="driver removable" 54 errmsg="The driver under the test can't be removed." 82 check whether the driver can be removable
|
| /test/stcnv/usr/src/suites/os/xvm/virt-install/tests/nfs/ |
| tp_nfs_001.py | 40 machine>/path,size=size,driver=tap,subdriver=vdisk,format=<vdisk format>"
|
| /test/stcnv/usr/src/suites/net/driver-wifi/ |
| README | 59 Driver-wifi test suite uses uperf to do performance test. User should provide 103 The package is called SUNWstc-driver-wifi and installs into "/opt" by 105 tool pkgadd(1m). To install SUNWstc-driver-wifi simply enter the following 108 # pkgadd -d <package location> SUNWstc-driver-wifi 110 Where <package location> refers to the path containing the SUNWstc-driver-wifi 117 # pkgrm SUNWstc-driver-wifi 119 It is also acceptable to use an nfs accessible version of SUNWstc-driver-wifi. 127 3. cd $WIFI_WS/usr/src/suites/net/driver-wifi (e.g location) 198 # run_test driver-wifi configure 209 export TET_SUITE_ROOT=/opt/SUNWstc-driver-wif [all...] |
| /test/stcnv/usr/src/suites/net/nicdrv/tests/functional/test08/ |
| vlan.auto.ksh | 179 echo plumb $g_vlan_end ppa successd on driver $g_drv ! 209 echo unplumb $g_vlan_end ppa successd on driver $g_drv !
|