| | |
| | | ! |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2007-2009 Sun Microsystems, Inc. |
| | | ! Copyright 2007-2010 Sun Microsystems, Inc. |
| | | ! --> |
| | | <stax> |
| | | |
| | |
| | | |
| | | <if expr="expectedRC == 0 or expectedRC == 'noCheck'"> |
| | | <!--- Check that DS stopped --> |
| | | <call function="'isStopped'"> |
| | | { 'location' : location, |
| | | 'dsPath' : dsPath, |
| | | 'noOfLoops' : noOfLoops, |
| | | 'noOfMilliSeconds' : noOfMilliSeconds |
| | | } |
| | | </call> |
| | | <if expr="IPS_PKG == True"> |
| | | <call function="'isStopped'"> |
| | | { 'location' : location, |
| | | 'dsPath' : '%s/%s' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME), |
| | | 'noOfLoops' : noOfLoops, |
| | | 'noOfMilliSeconds' : 6000 |
| | | } |
| | | </call> |
| | | <else> |
| | | <call function="'isStopped'"> |
| | | { 'location' : location, |
| | | 'dsPath' : dsPath, |
| | | 'noOfLoops' : noOfLoops, |
| | | 'noOfMilliSeconds' : noOfMilliSeconds |
| | | } |
| | | </call> |
| | | </else> |
| | | </if> |
| | | </if> |
| | | </sequence> |
| | | </function> |
| | |
| | | |
| | | <if expr="expectedRC == 0"> |
| | | <!--- Check that DS stopped --> |
| | | <call function="'isStopped'"> |
| | | { 'location' : location, |
| | | 'dsPath' : dsPath, |
| | | 'noOfLoops' : noOfLoops, |
| | | 'noOfMilliSeconds' : noOfMilliSeconds |
| | | } |
| | | </call> |
| | | <if expr="IPS_PKG == True"> |
| | | <call function="'isStopped'"> |
| | | { 'location' : location, |
| | | 'dsPath' : '%s/%s' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME), |
| | | 'noOfLoops' : noOfLoops, |
| | | 'noOfMilliSeconds' : noOfMilliSeconds |
| | | } |
| | | </call> |
| | | <else> |
| | | <call function="'isStopped'"> |
| | | { 'location' : location, |
| | | 'dsPath' : dsPath, |
| | | 'noOfLoops' : noOfLoops, |
| | | 'noOfMilliSeconds' : noOfMilliSeconds |
| | | } |
| | | </call> |
| | | </else> |
| | | </if> |
| | | </if> |
| | | |
| | | <return>STAFCmdRC</return> |
| | |
| | | 'command' : STAFCmd, |
| | | 'arguments' : STAFCmdParams, |
| | | 'location' : location, |
| | | 'expectedRC' : expectedRC |
| | | 'expectedRC' : expectedRC, |
| | | 'knownIssue' : knownIssue |
| | | } |
| | | </call> |
| | | |
| | |
| | | 'arguments' : STAFCmdParams, |
| | | 'location' : location, |
| | | 'expectedRC' : expectedRC, |
| | | 'knownIssue': knownIssue |
| | | 'knownIssue' : knownIssue |
| | | } |
| | | </call> |
| | | |