diff options
Diffstat (limited to 'cmso-robot/ete.sh')
-rwxr-xr-x[-rw-r--r--] | cmso-robot/ete.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmso-robot/ete.sh b/cmso-robot/ete.sh index 0991b86..107c661 100644..100755 --- a/cmso-robot/ete.sh +++ b/cmso-robot/ete.sh @@ -7,6 +7,8 @@ ROBOT_PATH=${ROBOT_PATH}:${ROBOT_HOME}/robot/locallibrary/cmsoUtils VARIABLE_FILES="${VARIABLE_FILES} -V ${ROBOT_HOME}/robot/assets/test_properties.py" VARIABLES="${VARIABLES} -v GLOBAL_SCHEDULER_URL:${GLOBAL_SCHEDULER_URL}" +VARIABLES="${VARIABLES} -v GLOBAL_OPTIMIZER_URL:${GLOBAL_OPTIMIZER_URL}" +VARIABLES="${VARIABLES} -v CMSO_STARTUP_WAIT_TIME:${CMSO_STARTUP_WAIT_TIME}" HTTP_PROXY= HTTPS_PROXY= |