0e45ee44f5
With this patch the tox command only runs the unit tests at the ./kuryr/tests/unit lib. Another test job is added for fullstack which is meant to be run only with a working devstack setup and will run at the gate with tempest. You can run the tests there for debugging with 'tox -e fullstack' implements blueprint: fullstack-testing Change-Id: Ia646b3f1a2b25f0a7fd4d01ed72ea1b51bb3b21c
5 lines
248 B
Plaintext
5 lines
248 B
Plaintext
[DEFAULT]
|
|
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_LOG_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./kuryr/tests/unit} $LISTOPT $IDOPTION | cat
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|