blob: 73cf7e263b1f9765a92922f19dba027bd8ae08d6 [file] [log] [blame]
ayalabenaad27812018-02-18 10:03:22 +02001Feature: Delete VSP Certified
2
3 Background: Init
siddharth0905c0b0f612019-01-24 14:01:46 +05304 Given I want to create a VLM
5 Then I want to submit this VLM
ayalabenaad27812018-02-18 10:03:22 +02006
7 Scenario: Delete VSP with certified - negative
8 When I want to create a VSP with onboarding type "NetworkPackage"
9 Then I want to make sure this Item has status "Draft"
10
11 When I want to upload a NetworkPackage for this VSP from path "resources/uploads/BASE_MUX.zip"
12 And I want to process the NetworkPackage file for this VSP
13
14 Then I want to commit this Item
15
16 Then I want to get path "/items/{item.id}/versions"
17 Then I want to check property "listCount" for value 1
18 Then I want to make sure this Item has status "Draft"
19
20 Then I want to delete this VSP
21
siddharth0905d2a61c32018-07-23 19:25:06 +053022 Then I want the following to fail with error code "ENTITY_NOT_FOUND"
ayalabenaad27812018-02-18 10:03:22 +020023 Then I want to get path "/items/{item.id}/versions"