BDD fix 09/60309/2
authorayalaben <ayala.benzvi@amdocs.com>
Mon, 13 Aug 2018 13:45:13 +0000 (16:45 +0300)
committerAvi Gaffa <avi.gaffa@amdocs.com>
Mon, 13 Aug 2018 14:28:03 +0000 (14:28 +0000)
Change-Id: I7d38608334b7f96d1e97d72fc68a40c981e3d4d0
Issue-ID: SDC-1640
Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
openecomp-bdd/features/UserFeedback/TestMD5.feature
openecomp-bdd/features/UserFeedback/TestMRN.feature

index 2a7f87e..bb80c92 100644 (file)
@@ -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"
index b3e8c03..161ea57 100644 (file)
 
 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"