Merge "CM SUBSCRIPTION: add new subscription for non existing xpath"
[cps.git] / csit / prepare-csit.sh
index dde9616..fbd5dc5 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
@@ -68,5 +69,9 @@ python3 -m pip install --upgrade --extra-index-url="https://nexus3.onap.org/repo
 
 echo "Versioning information:"
 python3 --version
+
+echo "Installing confluent kafka library for robot framework:"
+pip install robotframework-confluentkafkalibrary
+
 pip freeze
 python3 -m robot.run --version || :
\ No newline at end of file