kolla-kubernetes/.testr.conf
Kevin Fox 1b4f90b412 Fix svc to point to nova-api pod housing the metadata server
Also bumps the test timeout up as it sometimes fails now due
to too many tests.

TrivialFix

Change-Id: If486a21cb800bd504dcd011aae74113568d0d026
2016-09-15 14:18:44 -07:00

8 lines
320 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:-240} \
${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list