diff options
author | Jerry Flood <jf9860@att.com> | 2017-11-12 15:44:21 -0500 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-11-12 15:51:49 -0500 |
commit | 8a6b0b5aeab216617ff95757709afcb94952ffd6 (patch) | |
tree | 62f94e692686bb0b2cd28504483fe97bc3e31960 /robot/resources/aai/create_zone.robot | |
parent | 56d962fc11dc14c1f8f4232a6672536bd3bcc1b8 (diff) |
Update A&AI api to v11 and create complex
Issue: TEST-34
Change-Id: Ibac7f78390f517e3d3876ec0adff97d1136b2f28
Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/resources/aai/create_zone.robot')
-rw-r--r-- | robot/resources/aai/create_zone.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/aai/create_zone.robot b/robot/resources/aai/create_zone.robot index 995db3ee..09d6ea6e 100644 --- a/robot/resources/aai/create_zone.robot +++ b/robot/resources/aai/create_zone.robot @@ -48,7 +48,7 @@ Delete Zone Exists Get Zone [Documentation] Return zone - [Arguments] ${zone_id} + [Arguments] ${zone_id} ${resp}= Run A&AI Get Request ${ZONE_INDEX_PATH}${ROOT_ZONE_PATH}/${zone_id} Should Be Equal As Strings ${resp.status_code} 200 [Return] ${resp.json()} |