Change the .testr.conf to .stestr.conf

This is to squash the warning and bring the project up to date.

Change-Id: I4b91e44e3d17300d170e2355085b747aa32005ed
This commit is contained in:
Alex Kavanagh 2018-02-27 11:21:11 +00:00
parent 41f17f418c
commit fa6eff604c
2 changed files with 3 additions and 7 deletions

3
.stestr.conf Normal file
View File

@ -0,0 +1,3 @@
[DEFAULT]
test_path=./nova/tests/unit/virt/lxd
top_dir=./nova/tests/unit/virt/lxd/

View File

@ -1,7 +0,0 @@
[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 ./nova/tests/unit/virt/lxd/ ./nova/tests/unit/virt/lxd $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list