summaryrefslogtreecommitdiffstats
path: root/csit/tests
diff options
context:
space:
mode:
authorSourabh Sourabh <sourabh.sourabh@est.tech>2024-08-16 10:54:21 +0000
committerGerrit Code Review <gerrit@onap.org>2024-08-16 10:54:21 +0000
commit1aa2f5a69d7c691c7dce780c776e9ef02c5ca621 (patch)
tree55d3813cf70cfa4a6d5ef3714993d99049d8f722 /csit/tests
parent4dfd43bab5ab8988796421567b3045fd96bd483b (diff)
parent79ff69c32662c4c8c426682a9c4db011d8c127f1 (diff)
Merge "Upgrading robotframework confluentkafka lib"
Diffstat (limited to 'csit/tests')
-rw-r--r--csit/tests/cps-data-operations/cps-data-operations.robot3
1 files changed, 1 insertions, 2 deletions
diff --git a/csit/tests/cps-data-operations/cps-data-operations.robot b/csit/tests/cps-data-operations/cps-data-operations.robot
index 85e8a2a857..6ac2a952c3 100644
--- a/csit/tests/cps-data-operations/cps-data-operations.robot
+++ b/csit/tests/cps-data-operations/cps-data-operations.robot
@@ -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}