commit | fd74523ff598782c86aa0a42b61ee8a54931c262 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Mon Sep 28 14:09:58 2020 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Mon Sep 28 14:09:58 2020 +0000 |
tree | 3adf4bdb09d42dbb10e3c0556e739127eff7aa5b | |
parent | 307d2bde1f4fc4200aca06b25e5d620a16627cce [diff] | |
parent | e42bd9354aeea97c01337e98d099d6c0824c5131 [diff] |
Merge "Added stestr for running test using pdb flag"
diff --git a/tempest/config.py b/tempest/config.py index 5b7efa5..2f2c2e9 100644 --- a/tempest/config.py +++ b/tempest/config.py
@@ -1199,7 +1199,7 @@ The best use case is investigating used resources of one test. A test can be run as follows: - $ ostestr --pdb TEST_ID + $ stestr run --pdb TEST_ID or $ python -m testtools.run TEST_ID"""), ]