diff options
author | 2024-01-16 12:21:26 +0000 | |
---|---|---|
committer | 2024-01-16 14:01:45 +0000 | |
commit | caa7adc30ed054d2a5cfea4a1b9a265d5cfb6785 (patch) | |
tree | a873dac6375e1f6e2cff6c443aa9835f75fbea33 /csit/resources/tests/common-library.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/common-library.robot')
-rw-r--r-- | csit/resources/tests/common-library.robot | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/csit/resources/tests/common-library.robot b/csit/resources/tests/common-library.robot index 531572d2..8693be14 100644 --- a/csit/resources/tests/common-library.robot +++ b/csit/resources/tests/common-library.robot @@ -131,23 +131,6 @@ ValidateResponseTime ${actualTime}= Set Variable ${rawNumber * ${1000}} Should Be True ${actualTime} <= ${timeLimit} -GetTopic - [Arguments] ${topic} - Create Session session http://${DMAAP_IP} max_retries=1 - ${params}= Create Dictionary limit 1 timeout 0 - ${resp}= GET On Session session /events/${topic}/script/1 ${params} - Status Should Be OK ${resp} - -CheckTopic - [Arguments] ${topic} ${expected_status} - Create Session session http://${DMAAP_IP} max_retries=1 - ${params}= Create Dictionary limit 1 - ${resp}= GET On Session session /events/${topic}/script/1 ${params} - Log Received response from dmaap ${resp.text} - Status Should Be OK ${resp} - Should Contain ${resp.text} ${expected_status} - [Return] ${resp.text} - CheckKafkaTopic [Arguments] ${topic} ${expected_status} ${resp}= Run Process ${CURDIR}/kafka_consumer.py ${topic} 60 ${expected_status} |