Rebuild + .testr.conf -> .stestr.conf due to Bug #1718152

The manila-plugin interface was the cause of bug #1718152.  This
is just to rebuild it and also migrate .testr.conf to .stestr.conf

Change-Id: I492d11e6b7b83cbd8e78f965a86dbfa8624114d4
Related-Bug: #1718152
Depends-On: Ifc025d063d5fba5f2b8b20773b4a9543f883a0ea
This commit is contained in:
Alex Kavanagh 2017-11-23 14:40:57 +00:00
parent 6c4ea5ef0a
commit f5c5d3224f
3 changed files with 4 additions and 8 deletions

3
.stestr.conf Normal file
View File

@ -0,0 +1,3 @@
[DEFAULT]
test_path=./unit_tests
top_dir=./

View File

@ -1,8 +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 ./ ./unit_tests $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list

1
rebuild Normal file
View File

@ -0,0 +1 @@
4be042c6-d05c-11e7-8df0-87433d3816c1