From a8480d1fec5b5696be04eb887f4cbed6b56238be Mon Sep 17 00:00:00 2001 From: mojahidi Date: Thu, 19 Jul 2018 12:35:31 +0530 Subject: Add support for workflowId and workflowVersionId Enhance operation data model and APIs to support workflowId and workflowVersionId Change-Id: Ib8772027a3e0147ae0bb59811a9b31fe46975ac6 Issue-ID: SDC-1535 Signed-off-by: mojahidi --- .../InterfaceOperation/TestInterfaceOperation.feature | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'openecomp-bdd/features') diff --git a/openecomp-bdd/features/InterfaceOperation/TestInterfaceOperation.feature b/openecomp-bdd/features/InterfaceOperation/TestInterfaceOperation.feature index fa3647e5c6..dfd754f74e 100644 --- a/openecomp-bdd/features/InterfaceOperation/TestInterfaceOperation.feature +++ b/openecomp-bdd/features/InterfaceOperation/TestInterfaceOperation.feature @@ -93,20 +93,4 @@ Feature: Interface Operation Feature #Submit Then I want to submit this VF - And I want to check property "lifecycleState" for value "READY_FOR_CERTIFICATION" - - Scenario: Test InterfaceOperation CREATE with output parameters - #Create Operations - When I want to create an Operation with outputParameter - Then I want to check property "uniqueId" exists - - #List All Operations - When I want to list Operations - -#Checkin - When I want to checkin this VF - Then I want to check property "lifecycleState" for value "NOT_CERTIFIED_CHECKIN" - -#Submit - Then I want to submit this VF - And I want to check property "lifecycleState" for value "READY_FOR_CERTIFICATION" + And I want to check property "lifecycleState" for value "READY_FOR_CERTIFICATION" \ No newline at end of file -- cgit 1.2.3-korg