From 80ff985f27b3571bc943f33796fa5124bb3ab313 Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Fri, 11 Aug 2017 06:47:14 -0400 Subject: Updated robot scripts to support R1.1.0 changes Issue: TEST-47 Change-Id: I5f6bfa936ca873237e61242f3d568f5ab09eceaa Signed-off-by: Jerry Flood --- robot/resources/aai/service_instance.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'robot/resources/aai/service_instance.robot') diff --git a/robot/resources/aai/service_instance.robot b/robot/resources/aai/service_instance.robot index 5bae2f74..f2cf7d80 100644 --- a/robot/resources/aai/service_instance.robot +++ b/robot/resources/aai/service_instance.robot @@ -40,8 +40,8 @@ Validate Service Instance ${cust_resp}= Run A&AI Get Request ${INDEX PATH}/business/customers?subscriber-name=${customer_name} ${resp}= Run A&AI Get Request ${INDEX PATH}${CUSTOMER SPEC PATH}${cust_resp.json()['customer'][0]['global-customer-id']}${SERVICE SUBSCRIPTIONS}${service_type}${SERVICE INSTANCE}${service_instance_name} Dictionary Should Contain Value ${resp.json()['service-instance'][0]} ${service_instance_name} - Dictionary Should Contain Key ${resp.json()['service-instance'][0]} persona-model-id - Dictionary Should Contain Key ${resp.json()['service-instance'][0]} persona-model-version + #Dictionary Should Contain Key ${resp.json()['service-instance'][0]} persona-model-id + #Dictionary Should Contain Key ${resp.json()['service-instance'][0]} persona-model-version Validate Generic VNF [Documentation] Query and Validates A&AI Service Instance -- cgit 1.2.3-korg