diff options
author | bdfreeman1421 <bf1936@att.com> | 2018-05-06 12:12:27 -0400 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-05-10 22:12:13 -0500 |
commit | 7f58ef1481134271aa6463b1cea824bc2df4391b (patch) | |
tree | d51e676e9aa6aacb8733fceba6821cbf58f6c4c1 /robot/resources/global_properties.robot | |
parent | a66714ebceaec20c429c0db8060ef84152e82de2 (diff) |
Add Project and Owning Entity to VID
Issue-ID: TEST-89
Change-Id: I290589d74c13960a6cc57ae937f5c62f535f8c17
Signed-off-by: Brian Freeman <bf1936@att.com>
Update Instantiate for Beijing
Issue-ID: TEST-91
Change-Id: If56dff3719a63f45cc15e0fdd6a0499b6de5d00e
Signed-off-by: Brian Freeman <bf1936@att.com>
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 |