summaryrefslogtreecommitdiffstats
path: root/csit/tests/cps-data-operations
diff options
context:
space:
mode:
authorhalil.cakal <halil.cakal@est.tech>2023-04-12 15:19:45 +0100
committerhalil.cakal <halil.cakal@est.tech>2023-08-21 11:34:59 +0100
commit1340c579a5f7dec89b786059d404a1a0a06d742e (patch)
tree94c8f902b343427b88f2910d224f8e64361ecdd8 /csit/tests/cps-data-operations
parent9f8ddd047943525bebf8a49599f22dbe530b4361 (diff)
Add verification flow in CSIT: Cm Data Subscription Create
- Add Confluent Kafka Library support for Robot Framework - Add capability of testing for Kafka flows - Add CSIT test: Cm Data Notifications Subscription Create complying with CloudEvents - Change DMI version to latest for CSIT - Change DMI service name for Kafka topic extension - Change kafka listeners in docker compose Issue-ID: CPS-1613 Change-Id: Ic22cb36fdcee0f5c2bd6ff5c1876747aef563f8b Signed-off-by: halil.cakal <halil.cakal@est.tech>
Diffstat (limited to 'csit/tests/cps-data-operations')
-rw-r--r--csit/tests/cps-data-operations/cps-data-operations.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/tests/cps-data-operations/cps-data-operations.robot b/csit/tests/cps-data-operations/cps-data-operations.robot
index 451fb0a42..b2912eed0 100644
--- a/csit/tests/cps-data-operations/cps-data-operations.robot
+++ b/csit/tests/cps-data-operations/cps-data-operations.robot
@@ -53,7 +53,7 @@ NCMP Data Operation, forwarded to DMI, response on Client Topic
Sleep 5 wait some time to get published a message to the client topic
Consume cloud event from client topic
- ${group_id}= Create Consumer port=19092 auto_offset_reset=earliest
+ ${group_id}= Create Consumer auto_offset_reset=earliest
Subscribe Topic topics=${topic} group_id=${group_id}
${messages}= Poll group_id=${group_id} only_value=false
${event} Set Variable ${messages}[0]