docker for cucumber BDD
[sdc.git] / cucumber-js-test-apis-ci / features / TOSCA / CapabilityDataType.feature
1 Feature: Tosca Capability Refactor Flow
2
3   Background: Init
4     Given I want to create a VLM
5     Given I want to set all Togglz to be "true"
6
7   Scenario: Test Capability type in service template
8     When I want to create a VSP with onboarding type "NetworkPackage"
9
10     Then I want to upload a NetworkPackage for this VSP from path "resources/uploads/zipWithExternalPort.zip"
11     And I want to process the NetworkPackage file for this VSP
12
13     Then I want to commit this Item
14     And I want to submit this VSP
15     And I want to package this VSP
16
17    Then I want to get the package for this Item to path "resources/downloads/VSPPackage.zip"
18    And I want to compare the content of the entry "Definitions/Nested_FSB1ServiceTemplate.yaml" in the zip "resources/downloads/VSPPackage.zip" with file "resources/yaml/Nested_FSB1ServiceTemplate.yaml"
19
20     Then I want to create a VF for this Item