diff options
author | Helen Chen <helen.chen@huawei.com> | 2018-08-06 23:48:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-06 23:48:43 +0000 |
commit | 4a3cc3fdf9d07d347bb539b7fa5c600464470cc1 (patch) | |
tree | 458ef94aa448904c6e413789436449e8838a28c1 /test | |
parent | 5b23a91c80c22816a948c7b2fb66e16164e7f554 (diff) | |
parent | 385bbfe47639c9fed71cc0f55cfda2b003605da7 (diff) |
Merge "Upgrade chromedriver to 2.35"
Diffstat (limited to 'test')
-rw-r--r-- | test/csit/plans/vid/healthCheck/setup.sh | 1 | ||||
-rwxr-xr-x | test/csit/run-csit.sh | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/csit/plans/vid/healthCheck/setup.sh b/test/csit/plans/vid/healthCheck/setup.sh index a117a6c78..ce308cfa3 100644 --- a/test/csit/plans/vid/healthCheck/setup.sh +++ b/test/csit/plans/vid/healthCheck/setup.sh @@ -32,4 +32,3 @@ echo BE_IP=${BE_IP} # Pass any variables required by Robot test suites in ROBOT_VARIABLES ROBOT_VARIABLES="-v BE_IP:${BE_IP}" - diff --git a/test/csit/run-csit.sh b/test/csit/run-csit.sh index 4b2a57181..a048a0d69 100755 --- a/test/csit/run-csit.sh +++ b/test/csit/run-csit.sh @@ -105,9 +105,10 @@ pip install --upgrade ${ROBOT_VENV}/src/onap/testsuite/python-testing-utils pip freeze # install chrome driver +google-chrome --version if [ ! -x ${ROBOT_VENV}/bin/chromedriver ]; then pushd ${ROBOT_VENV}/bin - wget -N http://chromedriver.storage.googleapis.com/2.27/chromedriver_linux64.zip + wget -N http://chromedriver.storage.googleapis.com/2.35/chromedriver_linux64.zip unzip chromedriver_linux64.zip chmod +x chromedriver popd |