fix tables in README.md

This commit is contained in:
Timofey Turenko
2018-02-09 20:05:28 +02:00
committed by Markus Mäkelä
parent 41935fb6d3
commit 4714ca7b32

View File

@ -30,10 +30,13 @@ Template for this configuration is
[maxscale-system-test/mdbci/templates/default.json.template](templates/default.json.template) [maxscale-system-test/mdbci/templates/default.json.template](templates/default.json.template)
Another templates: Another templates:
| ```nogalera``` |only 1 VM for Maxscale and 4 for Master/Slaves|
| ```twomaxscales``` |2 VMs for Maxscale and 4 for Master/Slaves| Template name|Description
| ```big``` |1 VM for Maxscale, 8 for Master/Slaves and 4 for Galera| ---|---
| ```big15``` |1 VM for Maxscale, 15 for Master/Slaves and 4 for Galera| ```nogalera``` |only 1 VM for Maxscale and 4 for Master/Slaves|
```twomaxscales``` |2 VMs for Maxscale and 4 for Master/Slaves|
```big``` |1 VM for Maxscale, 8 for Master/Slaves and 4 for Galera|
```big15``` |1 VM for Maxscale, 15 for Master/Slaves and 4 for Galera|
```box``` for ```big``` and ```big15``` is hard-coded as ```centos_7_aws_large``` ```box``` for ```big``` and ```big15``` is hard-coded as ```centos_7_aws_large```
@ -56,16 +59,18 @@ and current date/time
### Basic run_test.sh parameters ### Basic run_test.sh parameters
|```target``` |name of binary repository to install Maxscale from| Variable name|Meaning
|```box``` |Vagrant box to be used to create VMs | ---|---
|```test_set``` |Set of test to be executed in the 'ctest' format| ```target``` |name of binary repository to install Maxscale from|
|```version```|Version of DB server in Master/Slave backend| ```box``` |Vagrant box to be used to create VMs |
|```galera_version```|Version of DB server in Galera backend| ```test_set``` |Set of test to be executed in the 'ctest' format|
|```product```|Type of backend - 'mariadb' or 'mysql'| ```version```|Version of DB server in Master/Slave backend|
|```template```|Name of *.json.template file with VMs descriptions in MDBCI format| ```galera_version```|Version of DB server in Galera backend|
|```team_keys```|Path to the file with public ssh keys - this file is loaded to VMs| ```product```|Type of backend - 'mariadb' or 'mysql'|
|```do_not_destroy_vm```|if 'yes' VMs stay alive after test| ```template```|Name of *.json.template file with VMs descriptions in MDBCI format|
|```name```|The name of test run - any string to identify VMs set| ```team_keys```|Path to the file with public ssh keys - this file is loaded to VMs|
```do_not_destroy_vm```|if 'yes' VMs stay alive after test|
```name```|The name of test run - any string to identify VMs set|
For complete list of environmental variables see comments in For complete list of environmental variables see comments in
@ -76,11 +81,14 @@ See [https://github.com/mariadb-corporation/mdbci/tree/integration/BOXES](https:
for available boxes. for available boxes.
```test_set``` examples ```test_set``` examples
|```-I 4,4```|Run single test number 4|
|```-I 4,4,1,25,30```|Run tests number 4, 25 and 30 (the number '1' is a 'Stride' parameter)| test_set|Meaning
|```-I 1,10```|Run tests from 1 to 10| ---|---
|```-L REPL_BACKED```|Run all tests with 'REPL_BACKEND' label| ```-I 4,4```|Run single test number 4|
|```-LE UNSTABLE```|Run all tests EXCEPT tests with 'UNSTABLE' label| ```-I 4,4,1,25,30```|Run tests number 4, 25 and 30 (the number '1' is a 'Stride' parameter)|
```-I 1,10```|Run tests from 1 to 10|
```-L REPL_BACKED```|Run all tests with 'REPL_BACKEND' label|
```-LE UNSTABLE```|Run all tests EXCEPT tests with 'UNSTABLE' label|
If ```galera_version``` is not defined the value of ```version``` is used also for Galera backend If ```galera_version``` is not defined the value of ```version``` is used also for Galera backend