From 94f347b1fd2826064def391316a144df71aa0d31 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Mon, 18 Sep 2017 12:45:00 -0700 Subject: Additional Robot framework libraries Change-Id: I6ac069aa9c21a61282b0d5ace03ffde640d8cfa3 Issue-ID: INT-212 Signed-off-by: Gary Wu --- test/csit/run-csit.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/csit/run-csit.sh') diff --git a/test/csit/run-csit.sh b/test/csit/run-csit.sh index 5c094f834..a4232f610 100755 --- a/test/csit/run-csit.sh +++ b/test/csit/run-csit.sh @@ -93,6 +93,9 @@ if ! type pybot > /dev/null; then source ${ROBOT_VENV}/bin/activate fi +# install required Robot libraries +pip install --upgrade robotframework-extendedselenium2library + # install eteutils mkdir -p ${ROBOT_VENV}/src/onap rm -rf ${ROBOT_VENV}/src/onap/testsuite -- cgit 1.2.3-korg