* Replace .testr.conf by .stestr.conf for migration and update .gitignore, test-requirements.txt and lower-constraints.txt files accordingly * Use py3 as the default runtime and 3.18.0 as the minversion for tox * Add group_regex to run all tests Signed-off-by: HeroicHitesh <email.hiteshkumar@gmail.com> Change-Id: I704356082e2c25d21aff3c5433efa077259b0b1dchanges/46/789246/5
parent
280d9232c6
commit
687a3127d3
@ -0,0 +1,4 @@
|
||||
[DEFAULT]
|
||||
test_path=./diskimage_builder/
|
||||
group_regex=diskimage_builder.(tests|elements|block_device)
|
||||
top_dir=./
|
@ -1,10 +0,0 @@
|
||||
[DEFAULT]
|
||||
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
|
||||
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
|
||||
OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
|
||||
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
|
||||
OS_DEBUG=${OS_DEBUG:-1} \
|
||||
${PYTHON:-python} -m subunit.run discover . $LISTOPT $IDOPTION
|
||||
test_id_option=--load-list $IDFILE
|
||||
test_list_option=--list
|
||||
|
Loading…
Reference in new issue