docker for cucumber BDD
[sdc.git] / cucumber-js-test-apis-ci / features / TOSCA / HeatValidation.feature
1 Feature: Heat Validation 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 Validation Error
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/errorHeat.zip"
11     And I want to process the NetworkPackage file for this VSP
12     And I want to print the context data
13
14     Then I want to check property "errors['first.env'][0].level" for value "ERROR"
15     Then I want to check property "errors['first.env'][0].message" for value "ERROR: [YML1]: Invalid YAML format Problem - [empty yaml]"