diff options
Diffstat (limited to 'cmso-robot/runVtmCleanup.sh')
-rw-r--r-- | cmso-robot/runVtmCleanup.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cmso-robot/runVtmCleanup.sh b/cmso-robot/runVtmCleanup.sh new file mode 100644 index 0000000..00398ae --- /dev/null +++ b/cmso-robot/runVtmCleanup.sh @@ -0,0 +1,10 @@ +#!/bin/bash +# +ROBOT_CMD="python -m robot.run" +ROBOT_HOME=`pwd` +ROBOT_PATH=${ROBOT_PATH}:${ROBOT_HOME}/robot/library +ROBOT_PATH=${ROBOT_PATH}:${ROBOT_HOME}/robot/locallibrary/cmsoUtils +VARIABLE_FILES="${VARIABLE_FILES} -V ${ROBOT_HOME}/robot/assets/test_properties.py" + +${ROBOT_CMD} ${OUTPUT} -P ${ROBOT_PATH} ${VARIABLE_FILES} ${VARIABLES} -s SchedulerRobot.Robot.Testsuites.VtmAccess -t "SchedulerRobot.Robot.Testsuites.VtmAccess.delete old scheduler tickets" ${ROBOT_HOME} + |