diff options
author | ilanap <ilanap@amdocs.com> | 2019-01-01 17:22:07 +0200 |
---|---|---|
committer | Oren Kleks <orenkle@amdocs.com> | 2019-01-02 12:37:08 +0000 |
commit | 866418030975f2ee09a27d144de4e880218e84e8 (patch) | |
tree | 70a329025f0c382b658c667813dd4f9183e6e98e /openecomp-bdd/features/TOSCA/HeatToToscaTranslation.feature | |
parent | 9da0b14bb0a0321f08458ba7b9148336e00d77d3 (diff) |
docker for cucumber BDD
Issue-ID: SDC-2028
Change-Id: I7c1376c449ba7650c3bbc1838726cfd178d2ca40
Signed-off-by: ilanap <ilanap@amdocs.com>
Diffstat (limited to 'openecomp-bdd/features/TOSCA/HeatToToscaTranslation.feature')
-rw-r--r-- | openecomp-bdd/features/TOSCA/HeatToToscaTranslation.feature | 194 |
1 files changed, 0 insertions, 194 deletions
diff --git a/openecomp-bdd/features/TOSCA/HeatToToscaTranslation.feature b/openecomp-bdd/features/TOSCA/HeatToToscaTranslation.feature deleted file mode 100644 index ae0803687f..0000000000 --- a/openecomp-bdd/features/TOSCA/HeatToToscaTranslation.feature +++ /dev/null @@ -1,194 +0,0 @@ -Feature: Tosca Validation Flow - - Background: Init - Given I want to create a VLM - Given I want to set all Togglz to be "true" - - Scenario: Full - Create and submit VSP Network Package and Create VF - 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/BASE_MUX.zip" - And I want to process the NetworkPackage file for this VSP - - Then I want to commit this Item - And I want to submit this VSP - And I want to package this VSP - - Then I want to make sure this Item has status "Certified" - - Then I want to get the package for this Item to path "resources/downloads/VSPPackage.zip" - - Then I want to create a VF for this Item - - Scenario: Validate Input parameter - annotation was added - - 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/inputsForNestedHeat.zip" - And I want to process the NetworkPackage file for this VSP - - Then I want to commit this Item - And I want to submit this VSP - And I want to package this VSP - - Then I want to get the package for this Item to path "resources/downloads/VSPPackage.zip" - When I want to load the yaml content of the entry "Definitions/MainServiceTemplate.yaml" in the zip "resources/downloads/VSPPackage.zip" to context - - Then I want to check property "topology_template.inputs.pcm_flavor_name.annotations.source.type" for value "org.openecomp.annotations.Source" - Then I want to check property "topology_template.inputs.pcm_flavor_name.annotations.source.properties.source_type" for value "HEAT" - Then I want to check property "topology_template.inputs.pcm_flavor_name.annotations.source.properties.vf_module_label" to have length 2 - Then I want to check property "topology_template.inputs.pcm_flavor_name.annotations.source.properties.vf_module_label[0]" for value "main-heat2" - Then I want to check property "topology_template.inputs.pcm_flavor_name.annotations.source.properties.vf_module_label[1]" for value "main-heat1" - Then I want to check property "topology_template.inputs.pcm_flavor_name.annotations.source.properties.param_name" for value "pcm_flavor_name" - - Then I want to check property "topology_template.inputs.sm_server_names.annotations.source.type" for value "org.openecomp.annotations.Source" - Then I want to check property "topology_template.inputs.sm_server_names.annotations.source.properties.source_type" for value "HEAT" - Then I want to check property "topology_template.inputs.sm_server_names.annotations.source.properties.vf_module_label" to have length 1 - Then I want to check property "topology_template.inputs.sm_server_names.annotations.source.properties.vf_module_label[0]" for value "main-heat1" - Then I want to check property "topology_template.inputs.sm_server_names.annotations.source.properties.param_name" for value "sm_server_names" - - Then I want to check property "topology_template.inputs.dummy_net_netmask_1.annotations.source.type" for value "org.openecomp.annotations.Source" - Then I want to check property "topology_template.inputs.dummy_net_netmask_1.annotations.source.properties.source_type" for value "HEAT" - Then I want to check property "topology_template.inputs.dummy_net_netmask_1.annotations.source.properties.vf_module_label" to have length 1 - Then I want to check property "topology_template.inputs.dummy_net_netmask_1.annotations.source.properties.vf_module_label[0]" for value "main-heat2" - Then I want to check property "topology_template.inputs.dummy_net_netmask_1.annotations.source.properties.param_name" for value "dummy_net_netmask_1" - - Then I want to create a VF for this Item - - Scenario: Validate Input parameter for volume HEAT file - 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/annotationMultVolume.zip" - And I want to process the NetworkPackage file for this VSP - - Then I want to commit this Item - And I want to submit this VSP - And I want to package this VSP - - Then I want to get the package for this Item to path "resources/downloads/VSPPackage.zip" - When I want to load the yaml content of the entry "Definitions/MainServiceTemplate.yaml" in the zip "resources/downloads/VSPPackage.zip" to context - - Then I want to check property "topology_template.inputs.pcrf_oam_vol_size.annotations.source.type" for value "org.openecomp.annotations.Source" - Then I want to check property "topology_template.inputs.pcrf_oam_vol_size.annotations.source.properties.source_type" for value "HEAT" - Then I want to check property "topology_template.inputs.pcrf_oam_vol_size.annotations.source.properties.vf_module_label" to have length 1 - Then I want to check property "topology_template.inputs.pcrf_oam_vol_size.annotations.source.properties.vf_module_label[0]" for value "hot-nimbus-oam_v1.0" - Then I want to check property "topology_template.inputs.pcrf_oam_vol_size.annotations.source.properties.param_name" for value "pcrf_oam_vol_size" - - Then I want to check property "topology_template.inputs.pcrf_pcm_vol_size.annotations.source.type" for value "org.openecomp.annotations.Source" - Then I want to check property "topology_template.inputs.pcrf_pcm_vol_size.annotations.source.properties.source_type" for value "HEAT" - Then I want to check property "topology_template.inputs.pcrf_pcm_vol_size.annotations.source.properties.vf_module_label" to have length 1 - Then I want to check property "topology_template.inputs.pcrf_pcm_vol_size.annotations.source.properties.vf_module_label[0]" for value "hot-nimbus-pcm_v1.0" - Then I want to check property "topology_template.inputs.pcrf_pcm_vol_size.annotations.source.properties.param_name" for value "pcrf_pcm_vol_size" - - - Then I want to check property "topology_template.inputs.pcm-volumes_and_pcm_main_param.annotations.source.type" for value "org.openecomp.annotations.Source" - Then I want to check property "topology_template.inputs.pcm-volumes_and_pcm_main_param.annotations.source.properties.source_type" for value "HEAT" - Then I want to check property "topology_template.inputs.pcm-volumes_and_pcm_main_param.annotations.source.properties.vf_module_label" to have length 1 - Then I want to check property "topology_template.inputs.pcm-volumes_and_pcm_main_param.annotations.source.properties.vf_module_label[0]" for value "hot-nimbus-pcm_v1.0" - Then I want to check property "topology_template.inputs.pcm-volumes_and_pcm_main_param.annotations.source.properties.param_name" for value "pcm-volumes_and_pcm_main_param" - - Then I want to check property "topology_template.inputs.oam-volumes_pcm_main_param.annotations.source.type" for value "org.openecomp.annotations.Source" - Then I want to check property "topology_template.inputs.oam-volumes_pcm_main_param.annotations.source.properties.source_type" for value "HEAT" - Then I want to check property "topology_template.inputs.oam-volumes_pcm_main_param.annotations.source.properties.vf_module_label" to have length 2 - Then I want to check property "topology_template.inputs.oam-volumes_pcm_main_param.annotations.source.properties.vf_module_label[0]" for value "hot-nimbus-pcm_v1.0" - Then I want to check property "topology_template.inputs.oam-volumes_pcm_main_param.annotations.source.properties.vf_module_label[1]" for value "hot-nimbus-oam_v1.0" - Then I want to check property "topology_template.inputs.oam-volumes_pcm_main_param.annotations.source.properties.param_name" for value "oam-volumes_pcm_main_param" - - Then I want to check property "topology_template.inputs.oam-volumes_pcm-volumes_and_oam_main_param.annotations.source.type" for value "org.openecomp.annotations.Source" - Then I want to check property "topology_template.inputs.oam-volumes_pcm-volumes_and_oam_main_param.annotations.source.properties.source_type" for value "HEAT" - Then I want to check property "topology_template.inputs.oam-volumes_pcm-volumes_and_oam_main_param.annotations.source.properties.vf_module_label" to have length 2 - Then I want to check property "topology_template.inputs.oam-volumes_pcm-volumes_and_oam_main_param.annotations.source.properties.vf_module_label[0]" for value "hot-nimbus-pcm_v1.0" - Then I want to check property "topology_template.inputs.oam-volumes_pcm-volumes_and_oam_main_param.annotations.source.properties.vf_module_label[1]" for value "hot-nimbus-oam_v1.0" - Then I want to check property "topology_template.inputs.oam-volumes_pcm-volumes_and_oam_main_param.annotations.source.properties.param_name" for value "oam-volumes_pcm-volumes_and_oam_main_param" - - Then I want to create a VF for this Item - - Scenario: Validate Input parameter - annotation was no added for Volume associated to Nested - - 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/volumeUnderNested.zip" - And I want to process the NetworkPackage file for this VSP - - Then I want to commit this Item - And I want to submit this VSP - And I want to package this VSP - - Then I want to get the package for this Item to path "resources/downloads/VSPPackage.zip" - - When I want to load the yaml content of the entry "Definitions/nestedServiceTemplate.yaml" in the zip "resources/downloads/VSPPackage.zip" to context - Then I want to check property "topology_template.inputs.CMAUI_volume_type.annotations" does not exist - - Then I want to create a VF for this Item - - Scenario: Validate Input parameter - annotation was not added - - 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/inputsForNestedHeat.zip" - And I want to process the NetworkPackage file for this VSP - - Then I want to commit this Item - And I want to submit this VSP - And I want to package this VSP - - Then I want to get the package for this Item to path "resources/downloads/VSPPackage.zip" - - When I want to load the yaml content of the entry "Definitions/MainServiceTemplate.yaml" in the zip "resources/downloads/VSPPackage.zip" to context - Then I want to check property "topology_template.inputs.OS::stack_name" exists - Then I want to check property "topology_template.inputs.OS::stack_name.annotations" does not exist - - When I want to load the yaml content of the entry "Definitions/nested-pcm_v0.1ServiceTemplate.yaml" in the zip "resources/downloads/VSPPackage.zip" to context - Then I want to check property "topology_template.inputs.port_pcm_port_0_network_role.annotations" does not exist - Then I want to check property "topology_template.inputs.availabilityzone_name.annotations" does not exist - Then I want to check property "topology_template.inputs.pcm_server_name.annotations" does not exist - Then I want to check property "topology_template.inputs.sm_server_names.annotations" does not exist - - When I want to load the yaml content of the entry "Definitions/nested-pcm_v0.2ServiceTemplate.yaml" in the zip "resources/downloads/VSPPackage.zip" to context - Then I want to check property "topology_template.inputs.port_pcm_port_13_mac_requirements.annotations" does not exist - Then I want to check property "topology_template.inputs.availabilityzone_name.annotations" does not exist - Then I want to check property "topology_template.inputs.pcm_server_name.annotations" does not exist - - When I want to load the yaml content of the entry "Definitions/Nested_computeServiceTemplate.yaml" in the zip "resources/downloads/VSPPackage.zip" to context - Then I want to check property "topology_template.inputs.compute_compute_user_data_format.annotations" does not exist - Then I want to check property "topology_template.inputs.vm_image_name.annotations" does not exist - Then I want to check property "topology_template.inputs.compute_compute_name.annotations" does not exist - - Then I want to create a VF for this Item - - Scenario: Validate Input parameter for nested HEAT belongs to volume HEAT - when volume heat is associated to main HEAT - 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/nested-belongs-to-volume.zip" - And I want to process the NetworkPackage file for this VSP - - Then I want to commit this Item - And I want to submit this VSP - And I want to package this VSP - - Then I want to get the package for this Item to path "resources/downloads/VSPPackage.zip" - - When I want to load the yaml content of the entry "Definitions/ocgmgr_nested_volumeServiceTemplate.yaml" in the zip "resources/downloads/VSPPackage.zip" to context - Then I want to check property "topology_template.inputs.volume_type.annotations" does not exist - Then I want to check property "topology_template.inputs.vnf_name.annotations" does not exist - Then I want to check property "topology_template.inputs.index.annotations" does not exist - Then I want to check property "topology_template.inputs.size.annotations" does not exist - - When I want to load the yaml content of the entry "Definitions/MainServiceTemplate.yaml" in the zip "resources/downloads/VSPPackage.zip" to context - - Then I want to check property "topology_template.inputs.index" does not exist - Then I want to check property "topology_template.inputs.size" does not exist - Then I want to check property "topology_template.inputs.volume_type" does not exist - - Then I want to check property "topology_template.inputs.vnf_name.annotations.source.type" for value "org.openecomp.annotations.Source" - Then I want to check property "topology_template.inputs.vnf_name.annotations.source.properties.source_type" for value "HEAT" - Then I want to check property "topology_template.inputs.vnf_name.annotations.source.properties.vf_module_label" to have length 6 - Then I want to check property "topology_template.inputs.vnf_name.annotations.source.properties.vf_module_label[0]" for value "ocgapp_03" - Then I want to check property "topology_template.inputs.vnf_name.annotations.source.properties.vf_module_label[1]" for value "ocgapp_02" - Then I want to check property "topology_template.inputs.vnf_name.annotations.source.properties.vf_module_label[2]" for value "ocgmgr" - Then I want to check property "topology_template.inputs.vnf_name.annotations.source.properties.vf_module_label[3]" for value "ocgapp_01" - Then I want to check property "topology_template.inputs.vnf_name.annotations.source.properties.vf_module_label[4]" for value "ocgapp_04" - Then I want to check property "topology_template.inputs.vnf_name.annotations.source.properties.vf_module_label[5]" for value "base_ocg" - - Then I want to create a VF for this Item |