Integration tests: Document custom PDB args

Signed-off-by: Till Maas <opensource@till.name>
This commit is contained in:
Till Maas 2018-11-27 12:30:55 +01:00 committed by Edward Haas
parent c7b6516b38
commit 7754fecaa6

View File

@ -50,6 +50,10 @@ To specify a different container image for the tests, specify it with the
`DOCKER_IMAGE=local/centos7-nmstate-dev debug_exit_shell=1 ./automation/run-integration-tests.sh`
It is also possible to pass extra arguments to PDB using the
`nmstate_pytest_extra_args` variable, for example:
`nmstate_pytest_extra_args="--pdb -x" ./automation/run-integration-tests.sh`
Alternatively, the following commands start the container manually: