summaryrefslogtreecommitdiffstats
path: root/openecomp-bdd
diff options
context:
space:
mode:
authorayalaben <ayala.benzvi@amdocs.com>2018-08-13 16:45:13 +0300
committerAvi Gaffa <avi.gaffa@amdocs.com>2018-08-13 14:28:03 +0000
commit1a4db8f598590cc63b6d94a8dac3489b20365f9b (patch)
treef965d180471eb70aab18569a768c5a5c75be0c41 /openecomp-bdd
parenta290993935a34c3bd3d11e77c103805cff0da388 (diff)
BDD fix
Change-Id: I7d38608334b7f96d1e97d72fc68a40c981e3d4d0 Issue-ID: SDC-1640 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
Diffstat (limited to 'openecomp-bdd')
-rw-r--r--openecomp-bdd/features/UserFeedback/TestMD5.feature1
-rw-r--r--openecomp-bdd/features/UserFeedback/TestMRN.feature26
2 files changed, 1 insertions, 26 deletions
diff --git a/openecomp-bdd/features/UserFeedback/TestMD5.feature b/openecomp-bdd/features/UserFeedback/TestMD5.feature
index 2a7f87eecb..bb80c92d06 100644
--- a/openecomp-bdd/features/UserFeedback/TestMD5.feature
+++ b/openecomp-bdd/features/UserFeedback/TestMD5.feature
@@ -22,7 +22,6 @@ Feature: User Feedback - Test MD5
#create feature group
When I want to create input data
Then I want to update the input property "name" with value "FG1"
- Then I want to update the input property "manufacturerReferenceNumber" with value "1234"
Then I want to update the input property "partNumber" with value "999"
Then I want to create for path "/vendor-license-models/{item.id}/versions/{item.versionId}/feature-groups" with the input data from the context
Then I want to copy to property "featureGroupId" from response data path "value"
diff --git a/openecomp-bdd/features/UserFeedback/TestMRN.feature b/openecomp-bdd/features/UserFeedback/TestMRN.feature
index b3e8c03f82..161ea57341 100644
--- a/openecomp-bdd/features/UserFeedback/TestMRN.feature
+++ b/openecomp-bdd/features/UserFeedback/TestMRN.feature
@@ -14,31 +14,7 @@
Feature: User Feedback - Enhance EP & LKG to include MRN
- Scenario: Test Feature Group and Entitlement Pool with toggle off
-
- When I want to set all Togglz to be "false"
-
- Then I want to create a VLM
- Then I want to make sure this Item has status "Draft"
-
- When I want to get path "/items/{item.id}/versions/{item.versionId}/revisions"
- Then I want to check property "listCount" for value 1
-
- Then I want to create input data
- Then I want to update the input property "name" with value "FG_01"
- Then I want to update the input property "description" with value "FG without MRN"
- Then I want to update the input property "partNumber" with value "999"
- Then I want the following to fail
- Then I want to create for path "/vendor-license-models/{item.id}/versions/{item.versionId}/feature-groups" with the input data from the context
-
- When I want to create input data
- Then I want to update the input property "name" with value "EP_01"
- Then I want to update the input property "description" with value "EP without MRN"
- Then I want to create for path "/vendor-license-models/{item.id}/versions/{item.versionId}/entitlement-pools" with the input data from the context
-
- Scenario: Test Feature Group and Entitlement Pool with toggle on
-
- When I want to set all Togglz to be "true"
+ Scenario: Test Feature Group and Entitlement Pool
Then I want to create a VLM
Then I want to make sure this Item has status "Draft"