diff options
author | Daniel Rose <dr695h@att.com> | 2018-05-11 13:32:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-11 13:32:49 +0000 |
commit | 6c9fe9731718136abfe55180214823cd791b8f9e (patch) | |
tree | 9ff89e784c1a6f268bbad3d56595583f1f110eff /robot/resources/global_properties.robot | |
parent | 09edd9425c58c7482c1d93b8d35648ac71a22419 (diff) | |
parent | 7f58ef1481134271aa6463b1cea824bc2df4391b (diff) |
Merge "Add Project and Owning Entity to VID"
Diffstat (limited to 'robot/resources/global_properties.robot')
-rw-r--r-- | robot/resources/global_properties.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/robot/resources/global_properties.robot b/robot/resources/global_properties.robot index ac91d24b..70909e2a 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/v2/ +${GLOBAL_MSO_STATUS_PATH} /ecomp/mso/infra/orchestrationRequests/v5/ ${GLOBAL_SELENIUM_BROWSER} chrome ${GLOBAL_SELENIUM_BROWSER_CAPABILITIES} Create Dictionary ${GLOBAL_SELENIUM_DELAY} 0 @@ -31,4 +31,4 @@ ${GLOBAL_VM_PRIVATE_KEY} ${EXECDIR}/robot/assets/keys/robot_ssh_private_key.pv ${GLOBAL_AAI_ZONE_ID} nova1 ${GLOBAL_AAI_ZONE_NAME} nova ${GLOBAL_AAI_DESIGN_TYPE} integration -${GLOBAL_AAI_ZONE_CONTEXT} labs
\ No newline at end of file +${GLOBAL_AAI_ZONE_CONTEXT} labs |