From 48a1ab8d1cf0167058bb28a6a09ef6481dcea2d5 Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Fri, 24 Aug 2018 08:41:37 -0500 Subject: [PATCH] Change ecomp/mso to onap/so Issue-ID: INT-621 Change-Id: I3efd714c99ba220ad1d5aade201bfbc7fe55f0c6 Signed-off-by: Brian Freeman --- robot/resources/global_properties.robot | 2 +- robot/resources/so_interface.robot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/robot/resources/global_properties.robot b/robot/resources/global_properties.robot index e32b01e9..7d8db8e0 100644 --- a/robot/resources/global_properties.robot +++ b/robot/resources/global_properties.robot @@ -6,7 +6,7 @@ Documentation store all properties that can change or are used in multipl *** Variables *** ${GLOBAL_APPLICATION_ID} robot-ete -${GLOBAL_MSO_STATUS_PATH} /ecomp/mso/infra/orchestrationRequests/v5/ +${GLOBAL_MSO_STATUS_PATH} /onap/so/infra/orchestrationRequests/v6/ ${GLOBAL_SELENIUM_BROWSER} chrome ${GLOBAL_SELENIUM_BROWSER_CAPABILITIES} Create Dictionary ${GLOBAL_SELENIUM_DELAY} 0 diff --git a/robot/resources/so_interface.robot b/robot/resources/so_interface.robot index 70faf3bf..1116281f 100644 --- a/robot/resources/so_interface.robot +++ b/robot/resources/so_interface.robot @@ -45,7 +45,7 @@ Run MSO Get ModelInvariantId [Arguments] ${service_model_name} ${vf_module_label}=NULL ${param_dict}= Create Dictionary serviceModelName ${service_model_name} ${param}= Evaluate urllib.urlencode(${param_dict}) urllib - ${data_path}= Catenate SEPARATOR= /ecomp/mso/catalog/v2/serviceVnfs? ${param} + ${data_path}= Catenate SEPARATOR= /onap/so/catalog/v2/serviceVnfs? ${param} ${resp}= Run MSO Get Request ${data_path} Log ${resp.json()} # ${resp.json()['serviceVnfs'][0]['vfModules'][0]['vfModuleLabel'] should be 'base_vpkg' -- 2.16.6