| /test/ontest-stc2/src/tools/checkenv/lib/ |
| ce_platform_type.ksh | 33 # This function checks if system is of a particular platform type 36 # $1: platform (the platform type to check for) 40 platform=${1} 45 errmsg="ce_platform_type expects an argument naming the platform type to check for (e.g. sparc)" 49 req_label="Required platform" 50 req_value="$platform" 62 [[ $(uname -p) != $platform ]] && { 64 result_msg="platform type is $(uname -p), not $platform" [all...] |
| /test/stcnv/usr/src/tools/checkenv/lib/ |
| ce_platform_type.ksh | 33 # This function checks if system is of a particular platform type 36 # $1: platform (the platform type to check for) 40 platform=${1} 45 errmsg="ce_platform_type expects an argument naming the platform type to check for (e.g. sparc)" 49 req_label="Required platform" 50 req_value="$platform" 62 [[ $(uname -p) != $platform ]] && { 64 result_msg="platform type is $(uname -p), not $platform" [all...] |
| /test/ohacts/src/faultserver/lib/ |
| parity.pm | 174 my $platform=`/usr/bin/uname -i`; 176 chomp($platform); 178 if ("$platform" eq "SUNW,Ultra-4") 182 elsif ($platform eq "SUNW,Ultra-5_10") 186 elsif ($platform eq "SUNW,Ultra-60") 190 elsif ($platform eq "SUNW,Ultra-80") 194 elsif ("$platform" eq "SUNW,Ultra-Enterprise") 198 elsif ($platform eq "SUNW,Sun-Blade-100") 202 elsif ($platform eq "SUNW,Sun-Fire") 206 elsif ($platform eq "SUNW,Sun-Fire-280R" [all...] |
| /test/stcnv/usr/src/tools/tet/contrib/pythondemo/tests/ |
| tc1 | 25 tet_infoline("platform = " + sys.platform)
|
| /test/ontest-stc2/src/suites/storage/megacli/ |
| README | 37 on Solaris platform. 38 - mega_sas driver support the LSI MegaCli tool running on Solaris platform.
|
| /test/stcnv/usr/src/suites/storage/megacli/ |
| README | 39 working on Solaris platform. 41 - mega_sas driver support the LSI MegaCli tool running on Solaris platform.
|
| /test/ontest-stc2/src/suites/storage/sdts/ |
| README | 52 To run SMP test cases, you must copy lsiutil binary to testing platform. 55 For x86 platform: 58 For sparc platform: 62 binary, following is an example of x86 platform.
|
| /test/stcnv/usr/src/suites/storage/sdts/ |
| README | 65 For x86 platform: 68 For sparc platform: 80 This example is for the x86 platform. You may follow similar steps for 81 installing the SPARC platform binaries.
|
| /test/stcnv/usr/src/tools/ndmpcopy/ |
| RELEASE_NOTES | 52 Added support for building ndmpcopy on a linux platform.
|
| /test/stcnv/usr/src/suites/net/nicdrv/ |
| README | 197 to perform cross-platform testing by simply installing the test 202 (i.e., both are X86 or SPARC). However, for cross-platform testing,
|
| /test/stcnv/usr/src/tools/tet/contrib/configtool/defines/ |
| aix43.mk | 111 # on this platform.
|
| /test/stcnv/usr/src/suites/os/cpu-caps/src/lib/ |
| libcaps.pl | 681 ($zpath eq "/kernel") || ($zpath eq "/platform")) { [all...] |
| /test/ontest-stc2/src/suites/nfs/fnfs/tests/basic/ |
| stf_setup.ksh | 584 check_and_setenv PLATFORM $(uname -i) 600 ${AUTO_MNT}_test_platform $FNFS_MAPS/${auto_config}_platform_\$PLATFORM 621 echo "platform -retry=5,ro,vers=4 $SERVER:${MNTPTR}/platform/\$PLATFORM" \ 622 > $FNFS_MAPS/${auto_config}_platform_$PLATFORM 626 natisa/$NATISA karch/$KARCH platform/$PLATFORM; do
|
| /test/stcnv/usr/src/suites/nfs/fnfs/tests/basic/ |
| stf_setup.ksh | 600 check_and_setenv PLATFORM $(uname -i) 616 ${AUTO_MNT}_test_platform $FNFS_MAPS/${auto_config}_platform_\$PLATFORM 637 echo "platform -retry=5,ro,vers=4 $SERVER:${MNTPTR}/platform/\$PLATFORM" \ 638 > $FNFS_MAPS/${auto_config}_platform_$PLATFORM 642 natisa/$NATISA karch/$KARCH platform/$PLATFORM; do
|
| /test/stcnv/usr/src/tools/diskomizer/ |
| diskomizer64mpism.c | 5077 char platform[255], hw_prov[255], domain[255]; local [all...] |