a2711fc05e
- Temporarily skip all unit tests, until alembic chains are sorted. Change-Id: I3ef0d5cda874b2f7a01ff0c8e967aefd05df0d87
5 lines
251 B
Plaintext
5 lines
251 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:-./neutron_vpnaas/tests/unit} $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|