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/asdc_interface.robot | |
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/asdc_interface.robot')
-rw-r--r-- | robot/resources/asdc_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/asdc_interface.robot b/robot/resources/asdc_interface.robot index 463fb6ba..5ba0e48d 100644 --- a/robot/resources/asdc_interface.robot +++ b/robot/resources/asdc_interface.robot @@ -195,7 +195,7 @@ Add ASDC Feature Group [Arguments] ${license_model_id} ${key_group_id} ${entitlement_pool_id} ${version_id}=0.1 ${uuid}= Generate UUID ${shortened_uuid}= Evaluate str("${uuid}")[:23] - ${map}= Create Dictionary feature_group_name=${shortened_uuid} key_group_id=${key_group_id} entitlement_pool_id=${entitlement_pool_id} + ${map}= Create Dictionary feature_group_name=${shortened_uuid} key_group_id=${key_group_id} entitlement_pool_id=${entitlement_pool_id} manufacturer_reference_number=mrn${shortened_uuid} ${data}= Fill JSON Template File ${ASDC_FEATURE_GROUP_TEMPLATE} ${map} ${resp}= Run ASDC Post Request ${ASDC_VENDOR_LICENSE_MODEL_PATH}/${license_model_id}/versions/${version_id}${ASDC_VENDOR_FEATURE_GROUP_PATH} ${data} Should Be Equal As Strings ${resp.status_code} 200 |