Upgrading robotframework confluentkafka lib 10/138710/4
authormpriyank <priyank.maheshwari@est.tech>
Tue, 13 Aug 2024 08:39:45 +0000 (09:39 +0100)
committermpriyank <priyank.maheshwari@est.tech>
Wed, 14 Aug 2024 15:51:01 +0000 (16:51 +0100)
- 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>
csit/prepare-csit.sh
csit/pylibs.txt
csit/tests/cps-data-operations/cps-data-operations.robot

index fbd5dc5..1b8578e 100755 (executable)
@@ -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
index 32bfa6f..3eeb1ab 100644 (file)
@@ -9,7 +9,7 @@ robotframework-requests==0.9.3
 robotframework-selenium2library==3.0.0
 robotframework-extendedselenium2library
 robotframework-sshlibrary
-robotframework-confluentkafkalibrary
+robotframework-confluentkafkalibrary==2.4.0-2
 scapy
 # Module jsonpath is needed by current AAA idmlite suite.
 jsonpath-rw
index 85e8a2a..6ac2a95 100644 (file)
@@ -63,8 +63,7 @@ Consume cloud event from client topic
         Compare Header Values       ${header_key_value_pair[0]}   ${header_key_value_pair[1]}      "ce_specversion"      "1.0"
         Compare Header Values       ${header_key_value_pair[0]}   ${header_key_value_pair[1]}      "ce_type"             "org.onap.cps.ncmp.events.async1_0_0.DataOperationEvent"
         Compare Header Values       ${header_key_value_pair[0]}   ${header_key_value_pair[1]}      "ce_correlationid"    "${expectedRequestId}"
-        # Need to check the root cause of this failure. To be investigated separately as part of CPS-2363
-        # Compare Header Values       ${header_key_value_pair[0]}   ${header_key_value_pair[1]}      "ce_source"           "DMI"
+        Compare Header Values       ${header_key_value_pair[0]}   ${header_key_value_pair[1]}      "ce_source"           "DMI"
     END
     [Teardown]                      Basic Teardown                    ${group_id}