summaryrefslogtreecommitdiffstats
path: root/openecomp-bdd/features/TOSCA/VirtualMachineInterfaceValidationHeatResourceMissingProperties.feature
diff options
context:
space:
mode:
authorkaty.rotman <katy.rotman@amdocs.com>2018-03-06 11:31:25 +0200
committerVitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com>2018-03-06 12:55:46 +0000
commit808b866cb48583e30a02608eef3a0349c8a0509d (patch)
tree335eba302514cb0fff4164932aa2e908688159c1 /openecomp-bdd/features/TOSCA/VirtualMachineInterfaceValidationHeatResourceMissingProperties.feature
parentc1443c45c8d0f8d033c1074b2df32a0d31753dcb (diff)
updated heat validation flow tests.
updated flow tests to match code change + changed scenario names for readability. Issue-ID: SDC-994 Change-Id: I20f1ce77d40c3a126baeb07c58eb46db422d9a5d Signed-off-by: katy.rotman <katy.rotman@amdocs.com>
Diffstat (limited to 'openecomp-bdd/features/TOSCA/VirtualMachineInterfaceValidationHeatResourceMissingProperties.feature')
-rw-r--r--openecomp-bdd/features/TOSCA/VirtualMachineInterfaceValidationHeatResourceMissingProperties.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/openecomp-bdd/features/TOSCA/VirtualMachineInterfaceValidationHeatResourceMissingProperties.feature b/openecomp-bdd/features/TOSCA/VirtualMachineInterfaceValidationHeatResourceMissingProperties.feature
index df1699cf9f..4c0ad29f2e 100644
--- a/openecomp-bdd/features/TOSCA/VirtualMachineInterfaceValidationHeatResourceMissingProperties.feature
+++ b/openecomp-bdd/features/TOSCA/VirtualMachineInterfaceValidationHeatResourceMissingProperties.feature
@@ -4,7 +4,7 @@ Feature: Tosca Validation Flow
Given I want to create a VLM
Given I want to set all Togglz to be "true"
- Scenario: Missing Refs Element Validation Error
+ Scenario: VirtualMachineInterface Validation Flow - Missing Refs Element Validation Error
When I want to create a VSP with onboarding type "NetworkPackage"
Then I want to upload a NetworkPackage for this VSP from path "resources/uploads/refs_missing.zip"
@@ -17,7 +17,7 @@ Feature: Tosca Validation Flow
WARNING: [VLAN2]: Parent port property virtual_machine_interface_refs is missing in VLAN Resource ID [template_Vlan_2]
"""
- Scenario: Missing Tag Validation Error
+ Scenario: VirtualMachineInterface Validation Flow - Missing Tag Validation Error
When I want to create a VSP with onboarding type "NetworkPackage"
Then I want to upload a NetworkPackage for this VSP from path "resources/uploads/tag_missing.zip"