Code Review
/
integration.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e1b4330
)
Additional Robot framework libraries
13/13213/1
author
Gary Wu
<gary.i.wu@huawei.com>
Mon, 18 Sep 2017 19:45:00 +0000
(12:45 -0700)
committer
Gary Wu
<gary.i.wu@huawei.com>
Mon, 18 Sep 2017 19:45:00 +0000
(12:45 -0700)
Change-Id: I6ac069aa9c21a61282b0d5ace03ffde640d8cfa3
Issue-ID: INT-212
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
test/csit/run-csit.sh
patch
|
blob
|
history
diff --git
a/test/csit/run-csit.sh
b/test/csit/run-csit.sh
index
5c094f8
..
a4232f6
100755
(executable)
--- 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