From: Krzysztof Kuzmicki Date: Thu, 23 Jan 2020 14:05:27 +0000 (+0100) Subject: Add teardown to pnf_registrate test cases X-Git-Tag: 1.6.0~26 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=82263f023487c1fc3e881f7a3f7050dda734a046;p=testsuite.git Add teardown to pnf_registrate test cases Issue-ID: INT-1407 Signed-off-by: Krzysztof Kuzmicki Change-Id: I4d5071741e98bf43f34ac99904104ecaa8997bd9 --- diff --git a/robot/resources/so/add_service_recipe.robot b/robot/resources/so/add_service_recipe.robot index a5dca694..1e342873 100644 --- a/robot/resources/so/add_service_recipe.robot +++ b/robot/resources/so/add_service_recipe.robot @@ -56,4 +56,4 @@ Delete Service Recipe [Arguments] ${service_id} ${auth}= Create List ${GLOBAL_SO_CATDB_USERNAME} ${GLOBAL_SO_PASSWORD} ${get_resp}= SO.Run Delete Request ${GLOBAL_SO_CATDB_ENDPOINT} ${SERVICE_RECIPE_PATH}/${service_id} auth=${auth} - Should Be Equal As Strings ${get_resp.status_code} 201 \ No newline at end of file + Should Be Equal As Strings ${get_resp.status_code} 204 \ No newline at end of file