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: Icd885409acdd788438857bcacdaac109b12cbad9
Related-Bug: #1718152
Depends-On: Ifc025d063d5fba5f2b8b20773b4a9543f883a0ea
This commit is contained in:
Alex Kavanagh 2017-11-23 14:22:24 +00:00
parent ebf33ffbb8
commit 78f5fa40e2
4 changed files with 5 additions and 9 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ interfaces
trusty
.testrepository
__pycache__
.stestr

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

View File

@ -1 +1 @@
0c101c14-8748-11e7-94e3-ab290b52a415
8e836620-d058-11e7-a783-bfccc1ddeb2b