ilanap | 637206b | 2018-02-04 17:06:22 +0200 | [diff] [blame] | 1 | Feature: Tosca Validation Flow |
| 2 | |
| 3 | Background: Init |
| 4 | Given I want to create a VLM |
| 5 | |
| 6 | Scenario: Full - Create and submit VSP Network Package and Create VF |
| 7 | When I want to create a VSP with onboarding type "NetworkPackage" |
| 8 | |
| 9 | Then I want to upload a NetworkPackage for this VSP from path "resources/uploads/BASE_MUX.zip" |
| 10 | And I want to process the NetworkPackage file for this VSP |
| 11 | |
| 12 | Then I want to commit this Item |
| 13 | And I want to submit this VSP |
| 14 | And I want to package this VSP |
| 15 | |
| 16 | Then I want to make sure this Item has status "Certified" |
| 17 | |
| 18 | Then I want to get the package for this Item to path "resources/downloads/VSPPackage.zip" |
| 19 | |
| 20 | Then I want to create a VF for this Item |