Run MaxCtrl test suite in the regression test suite

The MaxCtrl test suite is now a part of the regression test suite. The
cluster tests are expected to fail as that is yet to be implemented.

Also fixed the return value of TestConnections::ssh_maxscale.
This commit is contained in:
Markus Mäkelä
2017-10-11 08:52:56 +03:00
parent 6e4cb3b293
commit 9617b55905
5 changed files with 231 additions and 1 deletions

View File

@ -1484,7 +1484,7 @@ int TestConnections::ssh_maxscale(bool sudo, const char* format, ...)
free(sys);
free(cmd);
return rc;
return WEXITSTATUS(rc);
}
int TestConnections::copy_to_maxscale(const char* src, const char* dest)