diff options
author | Brian Freeman <bf1936@att.com> | 2018-08-11 15:20:58 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-08-11 15:21:21 -0500 |
commit | 391680ad4e62b725e9e40e1bdcdaf48b4875fd28 (patch) | |
tree | 2bef38b9478453e08dc0104947d11c27e5443e5e /robot/resources/asdc_interface.robot | |
parent | a150c9e26fce6cf29a504ed42329d97a7857c2dd (diff) |
Updates for SO Containers and change mso to so
Issue-ID: INT-621
Change-Id: Iad1ae6f08e91c46482d49b6cf1e3e41ebf0cd271
Signed-off-by: Brian Freeman <bf1936@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 fa0713a5..382821e9 100644 --- a/robot/resources/asdc_interface.robot +++ b/robot/resources/asdc_interface.robot @@ -103,7 +103,7 @@ Setup ASDC Catalog Resource Package ASDC Software Product ${software_product_id} ${software_product_version_id} ${software_product_resp}= Get ASDC Software Product ${software_product_id} ${software_product_version_id} ${catalog_resource_id}= Add ASDC Catalog Resource ${license_agreement_id} ${software_product_resp['name']} ${license_model_resp['vendorName']} ${software_product_id} - Request Certify ASDC Catalog Resource ${catalog_resource_id} + ${catalog_resource_id}= Certify ASDC Catalog Resource ${catalog_resource_id} ${ASDC_DESIGNER_USER_ID} [Return] ${catalog_resource_id} Add ASDC License Model [Documentation] Creates an asdc license model and returns its id |