diff options
Diffstat (limited to 'cucumber-js-test-apis-ci/features/GlobalTypes/TestInterfaceLifecycleTypes.feature')
-rw-r--r-- | cucumber-js-test-apis-ci/features/GlobalTypes/TestInterfaceLifecycleTypes.feature | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cucumber-js-test-apis-ci/features/GlobalTypes/TestInterfaceLifecycleTypes.feature b/cucumber-js-test-apis-ci/features/GlobalTypes/TestInterfaceLifecycleTypes.feature new file mode 100644 index 0000000000..ef98fa5b42 --- /dev/null +++ b/cucumber-js-test-apis-ci/features/GlobalTypes/TestInterfaceLifecycleTypes.feature @@ -0,0 +1,8 @@ +Feature: Interface Lifecycle Types + +Scenario: Test Interface Lifecycle Types + + When I want to get interface lifecycle types + Then I want to check property "tosca.interfaces.node.lifecycle.standard" exists + Then I want to check property "tosca.interfaces.nfv.vnf.lifecycle.nfv" exists + |