From 1a4db8f598590cc63b6d94a8dac3489b20365f9b Mon Sep 17 00:00:00 2001 From: ayalaben Date: Mon, 13 Aug 2018 16:45:13 +0300 Subject: BDD fix Change-Id: I7d38608334b7f96d1e97d72fc68a40c981e3d4d0 Issue-ID: SDC-1640 Signed-off-by: ayalaben --- .../features/UserFeedback/TestMD5.feature | 1 - .../features/UserFeedback/TestMRN.feature | 26 +--------------------- 2 files changed, 1 insertion(+), 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" -- cgit 1.2.3-korg