diff options
author | Brian Freeman <bf1936@att.com> | 2019-02-19 13:47:04 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-02-19 15:34:40 -0500 |
commit | a44f3eeed80b3ebfb3952f8a8b806745279ab675 (patch) | |
tree | d9fa1f621f9dd4e60e3041c0d147b973033894cc /robot/resources/global_properties.robot | |
parent | 24eaf7b5afd4df8a6e126137a47184c284f50152 (diff) |
Fix overlapping INDEX_PATH etc
Issue-ID: INT-896
Change-Id: I3981bf4d75616d8105c7131cef62441974483f17
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/global_properties.robot')
-rw-r--r-- | robot/resources/global_properties.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/robot/resources/global_properties.robot b/robot/resources/global_properties.robot index 5246fe9e..609e9b21 100644 --- a/robot/resources/global_properties.robot +++ b/robot/resources/global_properties.robot @@ -30,6 +30,7 @@ ${GLOBAL_VID_UI_TIMEOUT_MEDIUM} 60s ${GLOBAL_VID_UI_TIMEOUT_LONG} 120s ${GLOBAL_VM_PRIVATE_KEY} ${EXECDIR}/robot/assets/keys/robot_ssh_private_key.pvt ${GLOBAL_ONAP_PRIVATE_KEY} ${EXECDIR}/robot/assets/keys/onap_dev.pvt +${GLOBAL_AAI_INDEX_PATH} /aai/v14 ${GLOBAL_AAI_ZONE_ID} nova1 ${GLOBAL_AAI_ZONE_NAME} nova ${GLOBAL_AAI_DESIGN_TYPE} integration @@ -39,4 +40,4 @@ ${GLOBAL_HV_VES_SERVER_PORT} 6061 ${GLOBAL_DNS_VES_NAME} dcae-ves-collector ${GLOBAL_VES_SERVER_PORT} 8080 ${GLOBAL_DNS_MESSAGE_ROUTER_KAFKA_NAME} message-router-kafka -${GLOBAL_MESSAGE_ROUTER_KAFKA_PORT} 9092
\ No newline at end of file +${GLOBAL_MESSAGE_ROUTER_KAFKA_PORT} 9092 |