summaryrefslogtreecommitdiffstats
path: root/csit/prepare-csit.sh
diff options
context:
space:
mode:
authorraviteja.karumuri <raviteja.karumuri@est.tech>2023-07-06 13:48:31 +0100
committerRaviteja Karumuri <raviteja.karumuri@est.tech>2023-07-13 15:18:43 +0000
commita3aba7c370817c1df7c6188ebe825252b935c4ae (patch)
tree0adf3aad87cc4961c74b489eec51686a5192850d /csit/prepare-csit.sh
parent7cda5e9e9c53cc246d3fd6324675799be12b06fb (diff)
[CSIT] Testing DataOperations Request with positive Scenario
# Sending CMHandle with ready state to the NCMP then it forwarded to DMI to complete the read operation once done with success it produces a message to the client topic' Issue-ID: CPS-1560 Signed-off-by: raviteja.karumuri <raviteja.karumuri@est.tech> Change-Id: I0af68fdf97bf0a5063361ae08475dee38dbe7b8e
Diffstat (limited to 'csit/prepare-csit.sh')
-rwxr-xr-xcsit/prepare-csit.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/csit/prepare-csit.sh b/csit/prepare-csit.sh
index 78f0fbde2..fbd5dc5f0 100755
--- a/csit/prepare-csit.sh
+++ b/csit/prepare-csit.sh
@@ -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