From 6d5e8086c2647e38d817ae5040f18f6af62045be Mon Sep 17 00:00:00 2001 From: econwar Date: Wed, 8 Aug 2018 17:17:18 +0000 Subject: Add Delete Feed Test Case -DB container updated Change-Id: I374032aa167e9725668f1997873fe5b52c3a87a4 Signed-off-by: Conor Ward Issue-ID: DMAAP-65 --- test/csit/tests/dmaap-datarouter/dr-suite/dr-suite.robot | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/csit/tests') diff --git a/test/csit/tests/dmaap-datarouter/dr-suite/dr-suite.robot b/test/csit/tests/dmaap-datarouter/dr-suite/dr-suite.robot index c966c6985..b5092f86a 100755 --- a/test/csit/tests/dmaap-datarouter/dr-suite/dr-suite.robot +++ b/test/csit/tests/dmaap-datarouter/dr-suite/dr-suite.robot @@ -70,6 +70,14 @@ Run Delete Subscription Should Be Equal As Strings ${resp.status_code} 204 log 'JSON Response Code:'${resp} +Run Delete Feed + [Documentation] Delete Feed + [Timeout] 1 minute + ${resp}= DeleteCall ${TARGET_URL_FEED} rs873m + log ${resp.text} + Should Be Equal As Strings ${resp.status_code} 204 + log 'JSON Response Code:'${resp} + *** Keywords *** PostCall [Arguments] ${url} ${data} ${content_type} ${user} -- cgit 1.2.3-korg