add tests
This commit is contained in:

committed by
Markus Mäkelä

parent
dbfd631fed
commit
8c6ca38a8a
17
maxscale-system-test/mxs791.sh
Executable file
17
maxscale-system-test/mxs791.sh
Executable 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
|
Reference in New Issue
Block a user