diff options
author | Jerry Flood <jflood@att.com> | 2019-04-05 12:23:07 -0400 |
---|---|---|
committer | Jerry Flood <jflood@att.com> | 2019-04-05 12:23:16 -0400 |
commit | 26b84388ba3eb179f9d4a9d4e2d478eba3df8201 (patch) | |
tree | b121fb1f29c0fa07774784dce68aada4ba55a9dd /cmso-robot/ete.sh | |
parent | b775e3842710fe1190675d318a0526b8dfb8eead (diff) |
Integrate new mS into IT
Issue-ID: OPTFRA-458
Change-Id: I42966034101baa54c1b60e07b74c17d97680da81
Signed-off-by: Jerry Flood <jflood@att.com>
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= |