This website works better with JavaScript.
Home
Explore
Get Started
openstack
/
ironic
Code
Issues
Proposed changes
Browse Source
Merge "Report the slowest tests after a test run"
changes/66/772066/3
Zuul
6 days ago
committed by
Gerrit Code Review
parent
164086d331
e36d7af097
commit
3858b95204
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tox.ini
+ 1
- 1
tox.ini
View File
@ -18,7 +18,7 @@ deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands
=
stestr run {posargs}
stestr run
--slowest
{posargs}
passenv
=
http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:unit-with-driver-libs]
Write
Preview
Loading…
Cancel
Save