diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-09-15 11:57:25 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-09-15 11:57:25 -0700 |
commit | 11e177d766d23b6eafef5577f3790a4048fe9cd5 (patch) | |
tree | a6d83a52f439548741b7353a20b394bbda53d243 /test | |
parent | a6b95c72cb87e4534f6da9f594f2dddff37822bb (diff) |
Change how eteutils is included in CSIT
Change-Id: I069ee6a783dc40dda7011453a425c0a7f01bf558
Issue-ID: INT-200
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'test')
-rwxr-xr-x | test/csit/run-csit.sh | 3 | ||||
-rw-r--r-- | test/csit/tests/integration/vCPE/test1.robot | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/test/csit/run-csit.sh b/test/csit/run-csit.sh index c1f38e3ab..a08cba043 100755 --- a/test/csit/run-csit.sh +++ b/test/csit/run-csit.sh @@ -96,8 +96,7 @@ 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 - - +pip install --upgrade ${WORKSPACE}/test/testsuite/python-testing-utils WORKDIR=`mktemp -d --suffix=-robot-workdir` diff --git a/test/csit/tests/integration/vCPE/test1.robot b/test/csit/tests/integration/vCPE/test1.robot index 3bcd1dde9..1dd7c1bbc 100644 --- a/test/csit/tests/integration/vCPE/test1.robot +++ b/test/csit/tests/integration/vCPE/test1.robot @@ -4,7 +4,7 @@ Suite Teardown Suite Teardown Library OperatingSystem Library RequestsLibrary Library Process -Library ../../../../testsuite/python-testing-utils/eteutils/UUID.py +Library eteutils/UUID.py *** Variables *** ${GLOBAL_APPLICATION_ID} csit-vCPE |