MXS-1300: Add basic maxctrl tests

Added basic tests for maxctrl. They simply test that the diagnostic
commands work.
This commit is contained in:
Markus Mäkelä
2017-07-14 16:39:44 +03:00
parent d938dcc701
commit 738dc48df7
5 changed files with 76 additions and 2 deletions

View File

@ -21,7 +21,7 @@ pkill -9 '^maxscale$'
rm -r $maxscaledir/lib/maxscale
rm -r $maxscaledir/cache/maxscale
rm -r $maxscaledir/run/maxscale
rm /tmp/maxadmin.sock
test -f /tmp/maxadmin.sock && rm /tmp/maxadmin.sock
mkdir -m 0755 -p $maxscaledir/lib/maxscale
mkdir -m 0755 -p $maxscaledir/cache/maxscale