rajendrajaiswal | 47b64d7 | 2019-02-06 16:09:24 +0000 | [diff] [blame] | 1 | *** Settings *** |
| 2 | Documentation Testing PM Mapper functionality |
| 3 | Library RequestsLibrary |
| 4 | Library OperatingSystem |
| 5 | Library Collections |
| 6 | Library Process |
| 7 | |
| 8 | |
| 9 | *** Variables *** |
| 10 | ${GLOBAL_APPLICATION_ID} robot-ves |
| 11 | ${CLI_EXEC_CLI} curl http://${CBS_IP}:10000/service_component/pmmapper |
| 12 | |
| 13 | |
| 14 | *** Test Cases *** |
| 15 | |
| 16 | Verify pmmapper configuration in consul through CBS |
| 17 | [Tags] PM_MAPPER_01 |
| 18 | [Documentation] Verify pmmapper configuraiton in consul through CBS |
| 19 | ${cli_cmd_output}= Run Process ${CLI_EXEC_CLI} shell=yes |
| 20 | Log ${cli_cmd_output.stdout} |
| 21 | Should Contain ${cli_cmd_output.stdout} pm-mapper-filter |