diff options
author | Brian Freeman <bf1936@att.com> | 2018-08-01 14:17:23 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-08-01 14:17:32 -0500 |
commit | 644ca6a36498c72e93977413529500fdf1c72eea (patch) | |
tree | 46cf0792d7dd0662e5c7b26ad1ea7ddb16711be1 /robot/resources | |
parent | 2b9299adbd10e47b482ea7bd662d5ca96475756d (diff) |
Create test case for No Delete
Issue-ID: INT-608
Change-Id: I22d3112ca8a17a6ec8f62e4899cf876e32dcfea7
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources')
-rw-r--r-- | robot/resources/test_templates/vnf_orchestration_test_template.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/robot/resources/test_templates/vnf_orchestration_test_template.robot b/robot/resources/test_templates/vnf_orchestration_test_template.robot index ae0ba021..bca5c5af 100644 --- a/robot/resources/test_templates/vnf_orchestration_test_template.robot +++ b/robot/resources/test_templates/vnf_orchestration_test_template.robot @@ -42,9 +42,9 @@ ${SERVICE_INSTANCE_ID} *** Keywords *** Orchestrate VNF Template [Documentation] Use openECOMP to Orchestrate a service. - [Arguments] ${customer_name} ${service} ${product_family} ${tenant} + [Arguments] ${customer_name} ${service} ${product_family} ${tenant} ${delete_flag}='DELETE' Orchestrate VNF ${customer_name} ${service} ${product_family} ${tenant} - Delete VNF + Run Keyword If '${delete_flag}' == 'DELETE' Delete VNF Orchestrate VNF [Documentation] Use openECOMP to Orchestrate a service. |