This website requires JavaScript.
Explore
Get Started
openstack
/
nova
Code
Issues
Proposed changes
8c2dd6166f
Branches
Tags
No results found.
nova
/
.stestr.conf
4 lines
49 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix test runner config issues with os-testr 1.0.0 The os-testr 1.0.0 release had a couple of required config changes due to it's internal usage of stestr. This commit fixes those by adding a .stestr.conf (to remove a warning) sets the fixture env variables in the tox.ini instead of being hidden in .testr.conf and removing the quotes around posargs to make passing args to ostestr actually work. Also to keep the expected dev experience stestr is used directly for places where ostestr was called directly. Change-Id: Ib0fbcb2e7710a6b8219c56ef2a4462c61ea498a9
2017-09-13 20:38:55 +00:00
[DEFAULT]
Finish stestr migration Nova switched to using stestr for all it's in tree testing except for the coverage job. This commit updates that job so it also uses stestr and cleans up the last bits of testr setup left in tree. As part of this change this moves all the one off per job configuration into the tox job definitions instead of hiding it in either the .stestr.conf or in a wrapper script. Change-Id: I36e0e791d485b44641a1ed8770eca8e95aca19be
2017-11-22 00:01:11 +00:00
test_path=./nova/tests/unit
Fix test runner config issues with os-testr 1.0.0 The os-testr 1.0.0 release had a couple of required config changes due to it's internal usage of stestr. This commit fixes those by adding a .stestr.conf (to remove a warning) sets the fixture env variables in the tox.ini instead of being hidden in .testr.conf and removing the quotes around posargs to make passing args to ostestr actually work. Also to keep the expected dev experience stestr is used directly for places where ostestr was called directly. Change-Id: Ib0fbcb2e7710a6b8219c56ef2a4462c61ea498a9
2017-09-13 20:38:55 +00:00
top_dir=./
Copy Permalink