diff options
author | raviteja.karumuri <raviteja.karumuri@est.tech> | 2023-07-06 13:48:31 +0100 |
---|---|---|
committer | Raviteja Karumuri <raviteja.karumuri@est.tech> | 2023-07-13 15:18:43 +0000 |
commit | a3aba7c370817c1df7c6188ebe825252b935c4ae (patch) | |
tree | 0adf3aad87cc4961c74b489eec51686a5192850d /csit/prepare-csit.sh | |
parent | 7cda5e9e9c53cc246d3fd6324675799be12b06fb (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-x | csit/prepare-csit.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/csit/prepare-csit.sh b/csit/prepare-csit.sh index 78f0fbde22..fbd5dc5f0d 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 |