blob: 69d6093776e7c770f2e8bad783c414de63b2651a [file] [log] [blame]
ilanap637206b2018-02-04 17:06:22 +02001Feature: Tosca Validation Flow
2
3 Background: Init
4 Given I want to create a VLM
5
6 Scenario: Test Validation Error
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/errorHeat.zip"
10 And I want to process the NetworkPackage file for this VSP
11 And I want to print the context data
12
13 Then I want to check property "errors['first.env'][0].level" for value "ERROR"
14 Then I want to check property "errors['first.env'][0].message" for value "ERROR: [YML1]: Invalid YAML format Problem - [empty yaml]"