diff options
author | Brian Freeman <bf1936@att.com> | 2018-08-24 08:41:37 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-08-24 08:41:50 -0500 |
commit | 48a1ab8d1cf0167058bb28a6a09ef6481dcea2d5 (patch) | |
tree | 9112277a6c4a2ef9e995c6c54d4129e50067bdbe /robot/resources/global_properties.robot | |
parent | c2db61263b74bff702e860f10100ecd4ea4ed51c (diff) |
Change ecomp/mso to onap/so
Issue-ID: INT-621
Change-Id: I3efd714c99ba220ad1d5aade201bfbc7fe55f0c6
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/global_properties.robot')
-rw-r--r-- | robot/resources/global_properties.robot | 2 |
1 files changed, 1 insertions, 1 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 |