neutron-vpnaas/.testr.conf
Doug Wiegley a2711fc05e After the services split, get neutron-vpnaas Jenkins jobs passing
- Temporarily skip all unit tests, until alembic chains are sorted.

Change-Id: I3ef0d5cda874b2f7a01ff0c8e967aefd05df0d87
2014-12-09 00:00:04 -07:00

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