Upgrade chromedriver to 2.35 71/59271/1
authorGary Wu <gary.i.wu@huawei.com>
Mon, 6 Aug 2018 19:11:24 +0000 (12:11 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Mon, 6 Aug 2018 19:11:24 +0000 (12:11 -0700)
Change-Id: I9ec87ab2dfab99666a48b944217a242c2465b080
Issue-ID: INT-612
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
test/csit/plans/vid/healthCheck/setup.sh
test/csit/run-csit.sh

index a117a6c..ce308cf 100644 (file)
@@ -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}"
-
index 4b2a571..a048a0d 100755 (executable)
@@ -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