diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-06 12:11:24 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-08-06 12:11:24 -0700 |
commit | 385bbfe47639c9fed71cc0f55cfda2b003605da7 (patch) | |
tree | 703921b80116b3c02a3ba52157e6605b71ad680f /test/csit/run-csit.sh | |
parent | a3f78f379a8a4be48ec01691405eb03bd3415cb1 (diff) |
Upgrade chromedriver to 2.35
Change-Id: I9ec87ab2dfab99666a48b944217a242c2465b080
Issue-ID: INT-612
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'test/csit/run-csit.sh')
-rwxr-xr-x | test/csit/run-csit.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |