From: Brian Freeman Date: Tue, 17 Apr 2018 13:00:37 +0000 (-0500) Subject: Fix MUSIC HealthCheck URL X-Git-Tag: v1.2.0~26 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a5fe4cc91b91b3a2755929b6c1dbaa94de274aea;p=testsuite.git Fix MUSIC HealthCheck URL Issue-ID: MUSIC-71 Change-Id: I36b8e01d26fa79f1c4d35b387957bbbfc0aa5a2e Signed-off-by: Brian Freeman --- diff --git a/robot/resources/music/music_interface.robot b/robot/resources/music/music_interface.robot index cde2d3db..456e119b 100644 --- a/robot/resources/music/music_interface.robot +++ b/robot/resources/music/music_interface.robot @@ -7,7 +7,7 @@ Library UUID Resource ../global_properties.robot *** Variables *** -${MUSIC_HEALTH_CHECK_PATH} /MUSIC/rest/version +${MUSIC_HEALTH_CHECK_PATH} /MUSIC/rest/v2/version ${MUSIC_ENDPOINT} ${GLOBAL_MUSIC_SERVER_PROTOCOL}://${GLOBAL_INJECTED_MUSIC_IP_ADDR}:${GLOBAL_MUSIC_SERVER_PORT} *** Keywords *** @@ -25,4 +25,4 @@ Run MUSIC Get Request ${headers}= Create Dictionary Accept=application/json Content-Type=application/json X-TransactionId=${GLOBAL_APPLICATION_ID}-${uuid} X-FromAppId=${GLOBAL_APPLICATION_ID} ${resp}= Get Request music ${data_path} headers=${headers} Log Received response from music ${resp.text} - [Return] ${resp} \ No newline at end of file + [Return] ${resp}