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

1 2 3 4 5

  /test/ontest-stc2/src/suites/os/xvm/virt-install/src/lib/python/
netinstall.py 74 self.lofi = common.execute (cmd, common.SetupError)
79 common.execute (cmd, common.SetupError)
81 common.execute (cmd, common.SetupError)
92 common.execute (cmd)
118 common.execute (cmd, common.TeardownError)
122 common.execute (cmd, common.TeardownError)
126 common.execute (cmd, common.TeardownError)
vbd.py 59 common.execute (cmd, common.SetupError)
73 common.execute (cmd, common.TeardownError)
102 common.execute (cmd, common.SetupError)
133 common.execute (cmd, common.SetupError)
157 common.execute (cmd, common.SetupError)
172 common.execute (cmd, common.SetupError)
202 common.execute (cmd, common.SetupError)
206 common.execute (cmd, common.SetupError)
230 common.execute (cmd, common.SetupError)
234 common.execute (cmd, common.SetupError
    [all...]
jumpstart.py 103 common.execute (cmd, common.SetupError)
108 common.execute (cmd, common.SetupError)
116 common.execute (cmd, common.SetupError)
119 common.execute ("cp %s/virt-install/etc/site.xml %s/" % \
132 common.execute (cmd, common.SetupError)
135 common.execute (cmd, common.SetupError)
139 common.execute (cmd, common.SetupError)
153 common.execute (cmd, common.TeardownError)
161 common.execute (cmd, common.TeardownError)
241 common.execute (cmd, common.SetupError
    [all...]
  /test/stcnv/usr/src/suites/os/xvm/virt-install/src/lib/python/
vbd.py 58 dd_cmd () - method to execute dd on the slice. This is done as both
62 common.execute (cmd, common.SetupError)
103 common.execute (cmd, common.SetupError)
110 common.execute (cmd, common.SetupError)
113 common.execute (cmd, common.SetupError)
142 common.execute (cmd, common.SetupError)
146 common.execute (cmd, common.SetupError)
150 common.execute (cmd, common.SetupError)
154 common.execute (cmd, common.SetupError)
158 output = common.execute (cmd, common.SetupError
    [all...]
netinstall.py 67 common.execute (cmd, common.SetupError)
69 common.execute (cmd, common.SetupError)
80 common.execute (cmd)
104 common.execute (cmd, common.TeardownError)
108 common.execute (cmd, common.TeardownError)
jumpstart.py 124 common.execute (cmd, common.SetupError)
129 common.execute (cmd, common.SetupError)
140 common.execute (cmd, common.SetupError)
143 common.execute ("cp %s/virt-install/etc/site.xml %s/" % \
153 common.execute ("chmod 644 %s/*" % self.jumpdir)
159 common.execute (cmd, common.SetupError)
162 common.execute (cmd, common.SetupError)
166 common.execute (cmd, common.SetupError)
185 common.execute (cmd, common.TeardownError)
193 common.execute (cmd, common.TeardownError
    [all...]
common.py 71 def execute (cmd, exception=Exception): function
73 execute () - executes shell commands.
75 cmd - full command to execute
82 # execute the command
151 dladm_output = execute ("dladm show-link -p -o LINK,STATE")
171 execute (cmd, SetupError)
175 execute (cmd, SetupError)
178 execute (cmd, SetupError)
191 execute (cmd, TeardownError)
194 execute (cmd, TeardownError
    [all...]
  /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/tests/other_tests/uidmapping/
uidmapping_pos04.ksh 113 execute $SERVER root "ls -l $ROOTDIR/$TESTFILE" 1>/dev/null 2>$ERRLOG
123 execute $SERVER root "ls -l $ROOTDIR/$TESTFILE \
158 tmp=$(execute $SERVER root "ls -ld $ROOTDIR/$TESTDIR" 2>$ERRLOG)
198 tmp=$(execute $SERVER root "runat $ROOTDIR/$TESTFILE ls -l $ATTRFILE" \
200 ckres2 -s execute $? 0 "attr file not exist" $ERRLOG \
205 ckres2 -s execute $? 0 "incorrect file owner on server side" \
uidmapping_pos05.ksh 143 res=$(execute $SERVER root "ls -l $ROOTDIR/$TESTFILE" | \
181 res=$(execute $SERVER root "ls -l $ROOTDIR/$TESTFILE" | \
223 result=$(execute $SERVER root "ls -l $ROOTDIR/$TESTFILE" | \
279 result=$(execute $SERVER root "ls -l $ROOTDIR/$TESTFILE" | \
340 res=$(execute $SERVER root "ls -v $ROOTDIR/$TESTFILE \
345 res=$(execute $SERVER root "getfacl $ROOTDIR/$TESTFILE \
389 res=$(execute $SERVER root "ls -v $ROOTDIR/$TESTFILE \
394 res=$(execute $SERVER root "getfacl $ROOTDIR/$TESTFILE \
442 result=$(execute $SERVER root "ls -v $ROOTDIR/$TESTFILE \
447 result=$(execute $SERVER root "getfacl $ROOTDIR/$TESTFILE
    [all...]
  /test/stcnv/usr/src/suites/nfs/nfsv4/tests/other_tests/uidmapping/
uidmapping_pos04.ksh 116 execute $SERVER root "ls -l $ROOTDIR/$TESTFILE" 1>/dev/null 2>$ERRLOG
126 execute $SERVER root "ls -l $ROOTDIR/$TESTFILE \
162 tmp=$(execute $SERVER root "ls -ld $ROOTDIR/$TESTDIR" 2>$ERRLOG)
203 tmp=$(execute $SERVER root "runat $ROOTDIR/$TESTFILE ls -l $ATTRFILE" \
205 ckres2 -s execute $? 0 "attr file not exist" $ERRLOG \
210 ckres2 -s execute $? 0 "incorrect file owner on server side" \
uidmapping_pos05.ksh 93 execute $SERVER root "echo SERVER=$SERVER" >$ERRLOG 2>&1
155 res=$(execute $SERVER root "ls -l $ROOTDIR/$TESTFILE" | \
194 res=$(execute $SERVER root "ls -l $ROOTDIR/$TESTFILE" | \
237 result=$(execute $SERVER root "ls -l $ROOTDIR/$TESTFILE" | \
294 result=$(execute $SERVER root "ls -l $ROOTDIR/$TESTFILE" | \
356 res=$(execute $SERVER root "ls -v $ROOTDIR/$TESTFILE \
361 res=$(execute $SERVER root "getfacl $ROOTDIR/$TESTFILE \
406 res=$(execute $SERVER root "ls -v $ROOTDIR/$TESTFILE \
411 res=$(execute $SERVER root "getfacl $ROOTDIR/$TESTFILE \
460 result=$(execute $SERVER root "ls -v $ROOTDIR/$TESTFILE
    [all...]
uid_proc.ksh 334 execute $SERVER root "getent $database $val" 1>/dev/null \
365 echo "nfs domain on server: $(execute $SERVER root cat /var/run/nfs4_domain)"
370 execute $SERVER root svcs $MAPID_FMRI
373 users_on_server=$(execute $SERVER root cut -d: -f1 /etc/passwd)
  /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/tests/recovery/others/
srv_ckshare.ksh 62 execute $SERVER root $CMD > $TMPDIR/$NAME.exe.$$ 2>&1
  /test/ontest-stc2/src/suites/os/smf/tests/libscf-low/security/smf_security_errors/
README 37 test source, or execute the test.
  /test/ontest-stc2/src/tools/stf/bin/
stf_addassert.ksh 34 Usage: $0 [-u root] <-t testname> -c <command to execute>
36 Tests execute as the user invoking the tests unless -u root specified.
  /test/stcnv/usr/src/suites/nfs/nfsv4/tests/recovery/
srv_ckshare.ksh 62 execute $SERVER root $CMD > $TMPDIR/$NAME.exe.$$ 2>&1
  /test/stcnv/usr/src/suites/os/smf/tests/libscf-low/security/smf_security_errors/
README 37 test source, or execute the test.
  /test/stcnv/usr/src/tools/stf/bin/
stf_addassert.ksh 34 Usage: $0 [-u root] <-t testname> -c <command to execute>
36 Tests execute as the user invoking the tests unless -u root specified.
  /test/stcnv/usr/src/suites/os/xvm/virt-install/tests/crossbow/
tc_crossbow.py 31 tc_crossbow.py - test case file to execute installation and testing of guests
90 common.execute (cmd, common.SetupError)
94 common.execute (cmd, common.SetupError)
107 common.execute (cmd, common.SetupError)
258 common.execute (cmd, common.TeardownError)
261 common.execute (cmd, common.TeardownError)
264 common.execute (cmd, common.TeardownError)
267 common.execute (cmd, common.TeardownError)
270 common.execute (cmd, common.TeardownError)
  /test/stcnv/usr/src/tools/diskomizer/
shm_ops.h 38 unsigned execute : 1; member in struct:shm_flags
  /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/
go_cleanup.ksh 72 execute $SERVER root "$D /usr/bin/ksh $TMPDIR/setserver -c; \
97 execute $CLIENT2 root "$D /usr/bin/ksh $TMPDIR/setclient2 -c; \
175 execute $SERVER root "rm -rf $TMPDIR"
177 execute $CLIENT2 root "rm -rf $TMPDIR"
  /test/stcnv/usr/src/suites/storage/jist/lib/com/sun/jist/
JIST.java 117 * Testcase name that will be passed to {@link JISTEnv#execute} and
216 execute(testName);
218 execute(testName);
359 execute(testName);
364 execute(testName);
366 execute(testName);
405 execute(testName);
455 execute(testName);
472 execute(testName);
496 execute(testName)
    [all...]
  /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/tests/delegation/
delegation.ksh 346 execute $SERVER root "cd $BASEDIR; chown $TUSER1 deleg.j; chmod 700 deleg.j"
641 res=$(execute $CLIENT2 root "$cmd");
668 execute $CLIENT2 root "$cmd" > $TMPDIR/tstres
705 res=$(execute $CLIENT2 root "$cmd")
732 res=$(execute $CLIENT2 root "$cmd")
770 res=$(execute $CLIENT2 root "cd $TESTDIR; $TMPDIR/statfile $testfile" \
803 res=$(execute $CLIENT2 root "cd $TESTDIR; $TMPDIR/statfile $testfile" \
830 res=$(execute $CLIENT2 root "cd $TESTDIR; $TMPDIR/statfile $testfile"\
851 res=$(execute $CLIENT2 root \
895 res=$(execute $CLIENT2 root "$cmd"
    [all...]
  /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/tests/stress_nfs4/
st_0007.ksh 86 execute $SERVER root "cd $TMPDIR; rm -f create_mapid_files* common.*" \
131 execute $SERVER root "$cmd" > $TMPDIR/$NAME.out.$$ 2>&1
147 execute $SERVER root "$cmd" > $TMPDIR/$NAME.out.$$ 2>&1
  /test/ontest-stc2/src/tools/tet/contrib/ctitools/src/lib/perl/
ctiutils.pl 26 # execute [-c out|err] [-i input] flag result cmd [args...]
48 # execute() executes a command.
368 # execute() - execute a command
370 # Usage: execute [-c out|err] [-i input] flag result cmd [args...]
375 # flag argument is an option to decide if execute report anything or not.
376 # If you set flag to 0, then there is no report, execute just return the
377 # result code. set flag to non-zero means open report when invoke execute.
378 # If the command has a non-zero exit status, execute() registers a result
382 # execute_cmd() function which calls the execute() with the CTI argument
394 sub execute subroutine
    [all...]

Completed in 1259 milliseconds

1 2 3 4 5