Change-Id: I9ec87ab2dfab99666a48b944217a242c2465b080
Issue-ID: INT-612
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
# Pass any variables required by Robot test suites in ROBOT_VARIABLES
ROBOT_VARIABLES="-v BE_IP:${BE_IP}"
-
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