blob: 0b9e0928755cd625606202fba4386893f1c013e5 [file] [log] [blame]
taliof2ea4a52018-04-12 13:13:24 +03001Feature: Tosca VMI Flow
katy.rotman0f75bea2018-02-26 11:48:50 +02002
3 Background: Init
4 Given I want to create a VLM
5 Given I want to set all Togglz to be "true"
6
katy.rotman808b8662018-03-06 11:31:25 +02007 Scenario: VirtualMachineInterface Validation Flow - Multiple Parent Port Validation Error
katy.rotman0f75bea2018-02-26 11:48:50 +02008 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/multiple-parents.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['nested.yml'][0].level" for value "ERROR"
15 Then I want to check property "errors['nested.yml'][0].message" for value:
16 """
17 ERROR: [VLAN1]: More than one parent port found, there should be only one parent port for a VLAN sub-interface ID [template_Vlan_2]
18 """