a636af4e30
This patch adds the devstack plugin for neutron-dynamic-routing, allowing the API tests here to be run in check jobs and under the tempest framework. It also cleans up the API tests so they execute properly after being spun out of the main repository. Change-Id: I0ed82282037fa6c571dd73c8d9900d8e5d0c93c7 Implements: blueprint bgp-spinout
11 lines
433 B
Plaintext
11 lines
433 B
Plaintext
[DEFAULT]
|
|
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
|
|
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
|
|
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
|
|
OS_LOG_CAPTURE=1 \
|
|
${PYTHON:-python} -m subunit.run discover -t ./ \
|
|
${OS_TEST_PATH:-./neutron_dynamic_routing/tests/unit} \
|
|
$LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|