[CSIT] Testing DataOperations Request with positive Scenario
[cps.git] / csit / prepare-csit.sh
index 78f0fbd..fbd5dc5 100755 (executable)
@@ -69,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