summaryrefslogtreecommitdiffstats
path: root/openecomp-bdd
diff options
context:
space:
mode:
authorilanap <ilanap@amdocs.com>2018-02-26 11:15:23 +0200
committerAvi Gaffa <avi.gaffa@amdocs.com>2018-02-26 13:41:52 +0000
commite74faa5a396139e34678ff73f60c6038201ca409 (patch)
tree6cd767f7c06bbf7a3c471799fa93936f21ba4e9f /openecomp-bdd
parent8a5edee1bea30f460e3676b38b5a7853f74784ee (diff)
Update BDD scenario
Change-Id: Ifd28be253da9d0a1a7981e70e873093bec1b7f2f Issue-ID: SDC-990 Signed-off-by: ilanap <ilanap@amdocs.com>
Diffstat (limited to 'openecomp-bdd')
-rw-r--r--openecomp-bdd/features/Example_HEAT.feature21
1 files changed, 11 insertions, 10 deletions
diff --git a/openecomp-bdd/features/Example_HEAT.feature b/openecomp-bdd/features/Example_HEAT.feature
index 9ee67a4dcb..b46ff52ac7 100644
--- a/openecomp-bdd/features/Example_HEAT.feature
+++ b/openecomp-bdd/features/Example_HEAT.feature
@@ -10,13 +10,14 @@ Feature: Heat Example File
When 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
- When I want to download the NetworkPackage for this VSP to path "resources/downloads/base_mux.zip"
- Then I want to check property "data[0].file" for value "CB_BASE.yaml"
-
- Then I want to set the input data to:
- """
- {"modules":[{"name":"module_1","isBase":false,"yaml":"CB_BASE.yaml"}],"unassigned":[],"artifacts":["MUX_Parameters.env","CB_MUX.yaml"],"nested":[]}
- """
- Then I want to update for path "/vendor-software-products/{item.id}/versions/{item.versionId}/orchestration-template-candidate/manifest" with the input data from the context
- Then I want to process the NetworkPackage file for this VSP
- Then I want to check property "errors['CB_MUX.yaml'][0].level" for value "WARNING" \ No newline at end of file
+# See in tests for abort - part of new functionality
+# When I want to download the NetworkPackage for this VSP to path "resources/downloads/base_mux.zip"
+# Then I want to check property "data[0].file" for value "CB_BASE.yaml"
+#
+# Then I want to set the input data to:
+# """
+# {"modules":[{"name":"module_1","isBase":false,"yaml":"CB_BASE.yaml"}],"unassigned":[],"artifacts":["MUX_Parameters.env","CB_MUX.yaml"],"nested":[]}
+# """
+# Then I want to update for path "/vendor-software-products/{item.id}/versions/{item.versionId}/orchestration-template-candidate/manifest" with the input data from the context
+# Then I want to process the NetworkPackage file for this VSP
+# Then I want to check property "errors['CB_MUX.yaml'][0].level" for value "WARNING" \ No newline at end of file