Add teardown to pnf_registrate test cases 84/100684/1
authorKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Thu, 23 Jan 2020 14:05:27 +0000 (15:05 +0100)
committerKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Thu, 23 Jan 2020 14:05:27 +0000 (15:05 +0100)
Issue-ID: INT-1407

Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I4d5071741e98bf43f34ac99904104ecaa8997bd9

robot/resources/so/add_service_recipe.robot

index a5dca69..1e34287 100644 (file)
@@ -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