Added stestr for running test using pdb flag

The officially supported test runner for Tempest
is stestr.
config.py uses ostestr with pdb flag.
Hence, there is need to replace it.

Depends-On: https://review.opendev.org/#/c/698629/
Change-Id: Ie4a1fe87ed10e1ff306c52e4e72bea1825559602
Signed-off-by: Soniya Vyas <svyas@redhat.com>
This commit is contained in:
Soniya Vyas 2019-11-26 16:14:33 +05:30
parent e459e0d448
commit e42bd9354a
1 changed files with 1 additions and 1 deletions

View File

@ -1149,7 +1149,7 @@ DefaultGroup = [
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"""),
]