add tests

This commit is contained in:
Timofey Turenko
2017-05-17 18:16:06 +03:00
committed by Markus Mäkelä
parent dbfd631fed
commit 8c6ca38a8a
594 changed files with 48376 additions and 0 deletions

17
maxscale-system-test/mxs791.sh Executable file
View File

@ -0,0 +1,17 @@
#!/bin/bash
###
## @file mxs791.sh Simple connect test in bash
## - connects to Maxscale, checks that defined in cmd line DB is selected
rp=`realpath $0`
export test_dir=`dirname $rp`
export test_name="mxs791.sh"
echo test name is $test_name
$test_dir/mxs791_base.sh
res=$?
$test_dir/copy_logs.sh $test_name
exit $res