diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2024-08-13 09:39:45 +0100 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2024-08-14 16:51:01 +0100 |
commit | 79ff69c32662c4c8c426682a9c4db011d8c127f1 (patch) | |
tree | e0f1970e851558acd4dd8bd0eb30901db31bfab0 /csit/prepare-csit.sh | |
parent | d3c1e7246ab4f41cf3dad97e559ca2736b0014cf (diff) |
Upgrading robotframework confluentkafka lib
- upgrading confluentkafka library for robotframework to 2.4.0-2
- reverted the change for the CSIT as the fix was done in the
dmi-plugin-stub
Issue-ID: CPS-2363
Change-Id: I3f7cd622177485435566ef814ffb38d4a93ed0ad
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'csit/prepare-csit.sh')
-rwxr-xr-x | csit/prepare-csit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/prepare-csit.sh b/csit/prepare-csit.sh index fbd5dc5f0d..1b8578e0ce 100755 --- a/csit/prepare-csit.sh +++ b/csit/prepare-csit.sh @@ -71,7 +71,7 @@ echo "Versioning information:" python3 --version echo "Installing confluent kafka library for robot framework:" -pip install robotframework-confluentkafkalibrary +pip install robotframework-confluentkafkalibrary==2.4.0-2 pip freeze python3 -m robot.run --version || :
\ No newline at end of file |