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:
parent
ebf33ffbb8
commit
78f5fa40e2
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ interfaces
|
||||
trusty
|
||||
.testrepository
|
||||
__pycache__
|
||||
.stestr
|
||||
|
3
.stestr.conf
Normal file
3
.stestr.conf
Normal file
@ -0,0 +1,3 @@
|
||||
[DEFAULT]
|
||||
test_path=./unit_tests
|
||||
top_dir=./
|
@ -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
|
Loading…
Reference in New Issue
Block a user