File: .testr.conf

package info (click to toggle)
neutron-dynamic-routing 2%3A9.0.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 896 kB
  • ctags: 858
  • sloc: python: 6,104; sh: 168; makefile: 46
file content (10 lines) | stat: -rw-r--r-- 433 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[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