diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-09-21 14:54:58 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-09-21 14:54:58 -0700 |
commit | f61b540870242a245b358d389d035ccc2ad473d1 (patch) | |
tree | 8c93774d92c322f6b721adad2668efb0bb16b80d | |
parent | 18e5406e2f060cc7b876e9deb8a10503fcf14eed (diff) |
Downgrade chromedriver to 2.27
Change-Id: I51c547baae23f8cf89652d1554c63df759190ac7
Issue-ID: INT-212
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rwxr-xr-x | test/csit/run-csit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/run-csit.sh b/test/csit/run-csit.sh index f499d8ed1..3070239b7 100755 --- a/test/csit/run-csit.sh +++ b/test/csit/run-csit.sh @@ -105,7 +105,7 @@ pip install --upgrade ${ROBOT_VENV}/src/onap/testsuite/python-testing-utils # install chrome driver if [ ! -x ${ROBOT_VENV}/bin/chromedriver ]; then pushd ${ROBOT_VENV}/bin - wget -N http://chromedriver.storage.googleapis.com/2.32/chromedriver_linux64.zip + wget -N http://chromedriver.storage.googleapis.com/2.27/chromedriver_linux64.zip unzip chromedriver_linux64.zip chmod +x chromedriver popd |