- reduces invocations of ceph during sysinv unit tests - Potentially eliminate timeouts related to ceph invocation - convert testrepository to stestr (current openstack test framework) - reduces printing to stdout of REST operations Story:2002803 Task: 26852 Change-Id: I4236352498d2ea4f6fb9f4521355695fd0140a26 Signed-off-by: Al Bailey <Al.Bailey@windriver.com>changes/37/607337/3
parent
3290e3221b
commit
1a30700bb8
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
test_path=./sysinv/tests
|
||||
top_dir=./sysinv
|
||||
# Default concurrency is 5.
|
||||
test_run_concurrency=echo 5
|
@ -1,12 +0,0 @@
|
||||
[DEFAULT]
|
||||
# Default concurrency is 5.
|
||||
test_run_concurrency=echo 5
|
||||
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
|
||||
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
|
||||
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-160} \
|
||||
${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./sysinv/tests} $LISTOPT $IDOPTION
|
||||
test_id_option=--load-list $IDFILE
|
||||
test_list_option=--list
|
||||
# group tests when running concurrently
|
||||
# This regex groups by classname
|
||||
#group_regex=([^\.]+\.)+
|
Loading…
Reference in new issue