summaryrefslogtreecommitdiffstats
path: root/robot/resources/test_templates
diff options
context:
space:
mode:
authorJerry Flood <jf9860@att.com>2017-10-26 06:21:03 -0400
committerJerry Flood <jf9860@att.com>2017-10-26 06:21:18 -0400
commit7762dd08e9c6c3d8b7fa689ddc913b3ebd5847c9 (patch)
treeb60a23bb3154a0b9776f6aa9be1ec5fbb0527f35 /robot/resources/test_templates
parent269bc1a62658d869731ea434de49e585c64a301a (diff)
Create services before creating customer
Issue: TEST-66 Change-Id: Ie4128b0df59db7c4283d4480795ef8e0df5d6525 Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/resources/test_templates')
-rw-r--r--robot/resources/test_templates/vnf_orchestration_test_template.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/test_templates/vnf_orchestration_test_template.robot b/robot/resources/test_templates/vnf_orchestration_test_template.robot
index d6bb1e9e..7289fbd7 100644
--- a/robot/resources/test_templates/vnf_orchestration_test_template.robot
+++ b/robot/resources/test_templates/vnf_orchestration_test_template.robot
@@ -78,9 +78,9 @@ Create Customer For VNF
... Create Tenant if not exists, Create Customer, Create Service and related relationships
[Arguments] ${customer_name} ${customer_id} ${customer_type} ${service_type} ${cloud_owner}
${cloud_region_id}= Get Openstack Region
+ Create Service If Not Exists ${service_type}
${resp}= Create Customer ${customer_name} ${customer_id} ${customer_type} ${service_type} ${cloud_owner} ${cloud_region_id} ${TENANT_ID}
Should Be Equal As Strings ${resp} 201
- Create Service If Not Exists ${service_type}
Setup Orchestrate VNF
[Documentation] Called before each test case to ensure tenant and region data