aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources/aai
diff options
context:
space:
mode:
authorJerry Flood <jf9860@att.com>2017-08-11 06:47:14 -0400
committerJerry Flood <jf9860@att.com>2017-08-11 06:47:25 -0400
commit80ff985f27b3571bc943f33796fa5124bb3ab313 (patch)
tree9ccf2a8988d12dc2bb299cc5a153af318ef43808 /robot/resources/aai
parentd9a5c4bc2f47d03c45e2e0384490d54e9a5de54a (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.robot4
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