Fix test configuration object names for 2.2
The 2.2 object names are converted to hyphen separated forms to make them REST API conforming.
This commit is contained in:
@ -42,7 +42,7 @@ void check_status(TestConnections *Test, const char *server, const char *status)
|
||||
void check_group(TestConnections *Test, const char *server, const char *group)
|
||||
{
|
||||
|
||||
char *output = Test->ssh_maxscale_output(true, "maxadmin show monitor \"MySQL Monitor\"");
|
||||
char *output = Test->ssh_maxscale_output(true, "maxadmin show monitor MySQL-Monitor");
|
||||
|
||||
if (output == NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user