diff options
author | mojahidi <mojahidul.islam@amdocs.com> | 2018-06-22 16:37:52 +0530 |
---|---|---|
committer | Oren Kleks <orenkle@amdocs.com> | 2018-06-26 11:27:30 +0000 |
commit | 4720f5aea7d548701a832b965a2b0e38dbc3bc4a (patch) | |
tree | 0a85184267f75ccdb1a211a06f503616894c6472 /openecomp-bdd/features/InterfaceOperation | |
parent | 82c94daf74c08f111f6ce31c832df3f5583b14f7 (diff) |
Add output parameter support in Operation screen
Added code to support Output parameter, fixed UTs, Added flow test
Change-Id: I4ff869d120cefd7645a407278caeea6ee695c73b
Issue-ID: SDC-1440
Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
Diffstat (limited to 'openecomp-bdd/features/InterfaceOperation')
-rw-r--r-- | openecomp-bdd/features/InterfaceOperation/TestInterfaceOperation.feature | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/openecomp-bdd/features/InterfaceOperation/TestInterfaceOperation.feature b/openecomp-bdd/features/InterfaceOperation/TestInterfaceOperation.feature index dfd754f74e..fa3647e5c6 100644 --- a/openecomp-bdd/features/InterfaceOperation/TestInterfaceOperation.feature +++ b/openecomp-bdd/features/InterfaceOperation/TestInterfaceOperation.feature @@ -93,4 +93,20 @@ Feature: Interface Operation Feature #Submit Then I want to submit this VF - And I want to check property "lifecycleState" for value "READY_FOR_CERTIFICATION"
\ No newline at end of file + 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" |