blob: dba54ff9ff28dfda9d9ad6b16ab7592e8d645926 [file] [log] [blame]
taliof2ea4a52018-04-12 13:13:24 +03001Feature: Heat Validation Flow
ilanap637206b2018-02-04 17:06:22 +02002
3 Background: Init
4 Given I want to create a VLM
eleonorali3437fc92018-02-18 15:14:46 +02005 Given I want to set all Togglz to be "true"
ilanap637206b2018-02-04 17:06:22 +02006
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]"