CSIT fix to use correct lib 26/132826/1
authormpriyank <priyank.maheshwari@est.tech>
Thu, 22 Dec 2022 10:16:28 +0000 (10:16 +0000)
committermpriyank <priyank.maheshwari@est.tech>
Thu, 22 Dec 2022 10:16:33 +0000 (10:16 +0000)
- 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>
csit/prepare-csit.sh
csit/pylibs.txt

index dde9616..78f0fbd 100755 (executable)
@@ -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
index 4952616..9fee634 100644 (file)
@@ -6,7 +6,7 @@ pyhocon
 requests
 robotframework-httplibrary
 robotframework-requests==0.9.3
-robotframework-selenium2library
+robotframework-selenium2library==3.0.0
 robotframework-extendedselenium2library
 robotframework-sshlibrary
 scapy