From 290fe9848e7d8bdbbab5a93fb69f0a3b674c2e5d Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 14 Sep 2017 15:18:09 -0700 Subject: Add testsuite python utils to CSIT Change-Id: Id80ac4b33710d0c1cdd9249d9f0c3f4d78a81d27 Issue-ID: INT-200 Signed-off-by: Gary Wu --- test/csit/run-csit.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/csit/run-csit.sh') diff --git a/test/csit/run-csit.sh b/test/csit/run-csit.sh index 8033f308a..c1f38e3ab 100755 --- a/test/csit/run-csit.sh +++ b/test/csit/run-csit.sh @@ -93,6 +93,12 @@ if ! type pybot > /dev/null; then source ${ROBOT_VENV}/bin/activate fi +# install eteutils +rm -rf ${WORKSPACE}/test/testsuite +git clone https://gerrit.onap.org/r/testsuite/python-testing-utils.git ${WORKSPACE}/test/testsuite/python-testing-utils + + + WORKDIR=`mktemp -d --suffix=-robot-workdir` cd ${WORKDIR} -- cgit 1.2.3-korg