diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-01-16 12:21:26 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-01-16 14:01:45 +0000 |
commit | caa7adc30ed054d2a5cfea4a1b9a265d5cfb6785 (patch) | |
tree | a873dac6375e1f6e2cff6c443aa9835f75fbea33 /csit/resources/tests/drools-applications-test.robot | |
parent | f2e4da7e296548fb3980fd212e3a67dc83254e1d (diff) |
Remove Dmaap configurations from CSITs
Issue-ID: POLICY-4880
Change-Id: I4f973ef1f7a173eaf5f196d9991d67d584e235fe
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'csit/resources/tests/drools-applications-test.robot')
-rw-r--r-- | csit/resources/tests/drools-applications-test.robot | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/csit/resources/tests/drools-applications-test.robot b/csit/resources/tests/drools-applications-test.robot index 5c6a1b5c..40497008 100644 --- a/csit/resources/tests/drools-applications-test.robot +++ b/csit/resources/tests/drools-applications-test.robot @@ -170,9 +170,6 @@ PerformPostRequest OnSet [Arguments] ${file} ${data}= Get File ${file} - Create Session session http://${DMAAP_IP} max_retries=1 - ${headers}= Create Dictionary Content-Type=application/json - ${resp}= POST On Session session /events/unauthenticateddcae_cl_output headers=${headers} data=${data} - Log Response from dmaap ${resp.text} - Status Should Be OK - [Return] ${resp.text} + ${resp}= Run Process ${CURDIR}/kafka_producer.py unauthenticated.dcae_cl_output ${data} + Log Response from kafka ${resp.stdout} + [Return] ${resp.stdout} |