59adb86b26
run_tests.sh has also been deprecated. Fixes-Bug: #1177924 Change-Id: I15c1707eb6a62c74a0021a48b89ae15f03fcfea8
13 lines
399 B
Plaintext
13 lines
399 B
Plaintext
[DEFAULT]
|
|
test_command=${PYTHON:-python} -m subunit.run discover \
|
|
-t ./ ./keystone/tests \
|
|
$LISTOPT $IDOPTION
|
|
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|
|
|
|
# NOTE(dstanek): Ensures that Keystone test never run in parallel.
|
|
# Please remove once the issues have been worked out.
|
|
# Bug: #1240052
|
|
test_run_concurrency=echo 1
|