| /test/ontest-stc2/src/tools/tet/contrib/ctitools/examples/sample_ts/tests/sample_java/ |
| Tp3Sample.java | 87 CommonProcess process; local 96 process = tss.ExecuteCommand(cmd1); 97 if (process.ExitValue != 0) { 98 tss.TestReport("Command: " + process.Command 102 tss.TestReport("Command: " + process.Command 103 + " : ExitValue " + process.ExitValue + ": " 104 + "Stdout : " + process.Stdout); 109 process = tss.ExecuteCommand(cmd2); 110 if (process.ExitValue == 0) { 111 tss.TestReport("Command: " + process.Comman [all...] |
| /test/stcnv/usr/src/tools/tet/contrib/ctitools/examples/sample_ts/tests/sample_java/ |
| Tp3Sample.java | 87 CommonProcess process; local 96 process = tss.ExecuteCommand(cmd1); 97 if (process.ExitValue != 0) { 98 tss.TestReport("Command: " + process.Command 102 tss.TestReport("Command: " + process.Command 103 + " : ExitValue " + process.ExitValue + ": " 104 + "Stdout : " + process.Stdout); 109 process = tss.ExecuteCommand(cmd2); 110 if (process.ExitValue == 0) { 111 tss.TestReport("Command: " + process.Comman [all...] |
| /test/ontest-stc2/src/tools/runwattr/etc/security/ |
| prof_attr | 28 Solaris Test Collection runwattr:::Run a process with arbitrary credentials:
|
| /test/stcnv/usr/src/tools/runwattr/etc/security/ |
| prof_attr | 28 Solaris Test Collection runwattr:::Run a process with arbitrary credentials:
|
| /test/ontest-stc2/src/tools/tet/contrib/ctitools/src/lib/java/ |
| CommonExec.java | 81 CommonProcess process = new CommonProcess(Flag, Command); local 82 process.startProcess(); 83 process.waitProcess(); 85 process.getExitValueProcess(); 89 process.ExitValue = 99; 90 process.destroyProcess(); 91 return process; 95 PrintOutExecuteCommandLine(process); 96 process.destroyProcess(); 97 return process; 126 CommonProcess process; local 256 CommonProcess process = new CommonProcess( local 306 CommonProcess process; local 555 CommonProcess process; local 662 CommonProcess process; local 703 CommonProcess process; local [all...] |
| /test/stcnv/usr/src/tools/tet/contrib/ctitools/src/lib/java/ |
| CommonExec.java | 81 CommonProcess process = new CommonProcess(Flag, Command); local 82 process.startProcess(); 83 process.waitProcess(); 85 process.getExitValueProcess(); 89 process.ExitValue = 99; 90 process.destroyProcess(); 91 return process; 95 PrintOutExecuteCommandLine(process); 96 process.destroyProcess(); 97 return process; 126 CommonProcess process; local 256 CommonProcess process = new CommonProcess( local 306 CommonProcess process; local 555 CommonProcess process; local 662 CommonProcess process; local 703 CommonProcess process; local [all...] |
| /test/ontest-stc2/src/suites/os/smf/tests/bin/ |
| errorinject.ksh | 51 [-l <list of process(es) names>] [-t <timeout in seconds>] 59 -l: Input list of process(es) associated with services 60 -t: timeout(in seconds) to wait for process restart (default = 10) 99 typeset process= #set by -s (or) -i (or) -c options 132 process="$process svc.startd" 135 process="$process svc.configd" 138 process="$process init [all...] |
| /test/stcnv/usr/src/suites/os/smf/tests/bin/ |
| errorinject.ksh | 51 [-l <list of process(es) names>] [-t <timeout in seconds>] 59 -l: Input list of process(es) associated with services 60 -t: timeout(in seconds) to wait for process restart (default = 10) 99 typeset process= #set by -s (or) -i (or) -c options 132 process="$process svc.startd" 135 process="$process svc.configd" 138 process="$process init [all...] |
| /test/ontest-stc2/src/tools/tet/contrib/ctitools/examples/sample_ts/src/lib/java/ |
| TsetSampleRemote.java | 45 CommonProcess process = null; local 48 process = HaRemoteExecuteCommandLine( 51 if (process.ExitValue != 0 && process.ExitValue != 99) { 56 + process.ExitValue);
|
| /test/stcnv/usr/src/tools/tet/contrib/ctitools/examples/sample_ts/src/lib/java/ |
| TsetSampleRemote.java | 45 CommonProcess process = null; local 48 process = HaRemoteExecuteCommandLine( 51 if (process.ExitValue != 0 && process.ExitValue != 99) { 56 + process.ExitValue);
|
| /test/ohacts/src/doc/dataservice/non_reboot/ |
| test_10.txt | 33 Killing the application daemon process repeatedly to exceed the 45 2. kill the daemon process (R_x_DAEMON_y) 47 3. Verify that the process is killed 49 4. Verify that the daemon process is restarted
|
| test_12.txt | 33 Killing pnmd process should not affect the data service. 46 2. Kill the daemon process "pnmd". 48 3. Verify that the process is killed. 50 4. Verify that the daemon process is restarted
|
| test_18.txt | 33 If a daemon process associated with a resource is killed, it should 50 pkill the daemon process (R_x_DAEMON_y) 52 3. Verify that the process is killed 54 4. Verify that the daemon process is restarted
|
| test_11.txt | 50 pkill the daemon process (R_x_FM_DAEMON_y) 52 3. Verify that the process is killed 54 4. Verify that the daemon process is restarted
|
| /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/tests/stress_nfs4/workloads_in_zones/workloads/ |
| create_delete_files.f | 37 define process name=createfiles,instances=1 49 define process name=deletefiles,instances=1
|
| read_write.f | 39 define process name=seqwrite,instances=1 49 define process name=seqread,instances=1
|
| copyfiles.f | 42 define process name=copysmallfiles,instances=1 58 define process name=copymediumfiles,instances=1 74 #define process name=copylargefiles,instances=1
|
| /test/stcnv/usr/src/suites/nfs/loadstress/tests/workloads_in_zones/workloads/ |
| create_delete_files.f | 37 define process name=createfiles,instances=1 49 define process name=deletefiles,instances=1
|
| read_write.f | 39 define process name=seqwrite,instances=1 49 define process name=seqread,instances=1
|
| /test/ohacts/src/doc/dataservice/ |
| README | 42 4) Test 10 under non_reboot scenario kills each daemon process 52 where 'foo' is the application daemon process name. 54 Test 10 would not kill daemon process 'foo' in this case. 58 where 'foo' and 'bar' are the application daemon process names. 62 5) Test 18 under non_reboot scenario kills each daemon process and 63 makes sure the daemon process restarts successfully on the same node. 71 where 'foo' is the application daemon process name. 73 Test 18 would not kill daemon process 'foo' in this case. 77 where 'foo' and 'bar' are the application daemon process names. 87 suspected to be with the application daemon process taking longe [all...] |
| /test/ontest-stc2/src/suites/os/smf/tests/libscf-low/connection/scf_handle_create/ |
| ASSERTIONS | 57 handles can be created by a process. 67 scf_handle_create() creates a process-wide connection handle. A 68 handle created in one thread of a process can be used in another 69 thread of the same process.
|
| /test/stcnv/usr/src/suites/nfs/nfsgen/tests/recovery/ |
| README | 36 order to max-utilize resource, we use different process on the same machine. 37 For best testing, it's better to make each process access a different
|
| /test/stcnv/usr/src/suites/os/smf/tests/libscf-low/connection/scf_handle_create/ |
| ASSERTIONS | 57 handles can be created by a process. 67 scf_handle_create() creates a process-wide connection handle. A 68 handle created in one thread of a process can be used in another 69 thread of the same process.
|
| /test/ontest-stc2/src/suites/os/smf/tests/libscf-low/connection/scf_myname/ |
| ASSERTIONS | 55 If the invoking process is not part of a service, scf_myname() 71 scf_myname() if the invoking process is not part of a service. 78 service the connecting process is part of (the supplied size is 99 of the FMRI of service the connecting process is part of, then 101 the service the invoking process is part of, and returns the 123 FMRI of the service the invoking process is part of, and leaves
|
| /test/stcnv/usr/src/suites/os/smf/tests/libscf-low/connection/scf_myname/ |
| ASSERTIONS | 55 If the invoking process is not part of a service, scf_myname() 71 scf_myname() if the invoking process is not part of a service. 78 service the connecting process is part of (the supplied size is 99 of the FMRI of service the connecting process is part of, then 101 the service the invoking process is part of, and returns the 123 FMRI of the service the invoking process is part of, and leaves
|