Add chromedriver to CSIT environment 45/13245/1
authorGary Wu <gary.i.wu@huawei.com>
Mon, 18 Sep 2017 22:44:55 +0000 (15:44 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Mon, 18 Sep 2017 22:44:55 +0000 (15:44 -0700)
Change-Id: I61893684d9d843c09d650047ba8f7774a25a62a7
Issue-ID: INT-212
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
test/csit/run-csit.sh

index a4232f6..f499d8e 100755 (executable)
@@ -102,6 +102,15 @@ rm -rf ${ROBOT_VENV}/src/onap/testsuite
 git clone https://gerrit.onap.org/r/testsuite/python-testing-utils.git ${ROBOT_VENV}/src/onap/testsuite/python-testing-utils
 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
+    unzip chromedriver_linux64.zip
+    chmod +x chromedriver
+    popd
+fi
+
 
 WORKDIR=`mktemp -d --suffix=-robot-workdir`
 cd ${WORKDIR}
@@ -112,7 +121,7 @@ set -x
 
 
 # Add csit scripts to PATH
-export PATH=${PATH}:${WORKSPACE}/test/csit/docker/scripts:${WORKSPACE}/test/csit/scripts
+export PATH=${PATH}:${WORKSPACE}/test/csit/docker/scripts:${WORKSPACE}/test/csit/scripts:${ROBOT_VENV}/bin
 export SCRIPTS=${WORKSPACE}/test/csit/scripts
 export ROBOT_VARIABLES=