
maxscale-system-test changed in order to control test environment by itself. Every test checks which machines are running, compare with list of needed machines and start new VMs is they are missing in the running machines list. Tests are executiong MDBCI commands, MDBCI executable should be in the PATH
10 lines
165 B
Bash
Executable File
10 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
|
|
###
|
|
## @file mxs791.sh Simple connect test in bash
|
|
## - connects to Maxscale, checks that defined in cmd line DB is selected
|
|
|
|
$src_dir/mxs791_base.sh
|
|
|
|
|