b945ada11f
This is essentially a maintenance patch to make the neutron-classifier repo pass the gate again, and add a few bits and pieces before the Common Classification Framework starts to be applied. Change-Id: I6f075363aeb06820c3ba3262454c5820b1c16bef
8 lines
366 B
Plaintext
8 lines
366 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} \
|
|
${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./neutron_classifier/tests/unit} $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|