Remove trailing spaces in robot scripts
[testsuite.git] / robot / resources / music / music_interface.robot
1 *** Settings ***
2 Documentation     The main interface for interacting with MUSIC. It handles low level stuff like managing the http request library and MUSIC required fields
3 Library               RequestsLibrary
4 Library           ONAPLibrary.Utilities
5
6 *** Variables ***
7 ${MUSIC_HEALTH_CHECK_PATH}        /MUSIC/rest/v2/version
8 ${MUSIC_CASSA_HEALTH_CHECK_PATH}        /MUSIC/rest/v2/service/musicHealthCheck
9 ${MUSIC_ENDPOINT}     ${GLOBAL_MUSIC_SERVER_PROTOCOL}://${GLOBAL_INJECTED_MUSIC_IP_ADDR}:${GLOBAL_MUSIC_SERVER_PORT}