diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2022-12-22 10:16:28 +0000 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2022-12-22 10:16:33 +0000 |
commit | c17e6729f449cbc98ed6d60b51ca79adab6f8683 (patch) | |
tree | 1079df4c72bc9c80b9eff13258611ca8a4680844 /csit/prepare-csit.sh | |
parent | dbf10db6f468075293d61e7bbeb9006fd15cfce6 (diff) |
CSIT fix to use correct lib
- Explicitly setting pylibs.txt file to use 3.0.0 version of
robotframework-selenium2library
- Also updating the script to be read from WORKSPACE.
Change-Id: Ic66c5357f53e73678aac439d095d318dbd03c333
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'csit/prepare-csit.sh')
-rwxr-xr-x | csit/prepare-csit.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/csit/prepare-csit.sh b/csit/prepare-csit.sh index dde961697d..78f0fbde22 100755 --- a/csit/prepare-csit.sh +++ b/csit/prepare-csit.sh @@ -57,7 +57,8 @@ else rm -f ${WORKSPACE}/env.properties cd /tmp git clone "https://gerrit.onap.org/r/ci-management" - source /tmp/ci-management/jjb/integration/include-raw-integration-install-robotframework-py3.sh +# source /tmp/ci-management/jjb/integration/include-raw-integration-install-robotframework-py3.sh + source ${WORKSPACE}/install-robotframework.sh fi # install eteutils |