diff options
author | Jerry Flood <jf9860@att.com> | 2017-08-11 06:47:14 -0400 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-08-11 06:47:25 -0400 |
commit | 80ff985f27b3571bc943f33796fa5124bb3ab313 (patch) | |
tree | 9ccf2a8988d12dc2bb299cc5a153af318ef43808 /robot/resources/aai | |
parent | d9a5c4bc2f47d03c45e2e0384490d54e9a5de54a (diff) |
Updated robot scripts to support R1.1.0 changes
Issue: TEST-47
Change-Id: I5f6bfa936ca873237e61242f3d568f5ab09eceaa
Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/resources/aai')
-rw-r--r-- | robot/resources/aai/service_instance.robot | 4 |
1 files changed, 2 insertions, 2 deletions
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 |