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>
diff --git a/tempest/config.py b/tempest/config.py
index d67d3e0..08c0566 100644
--- a/tempest/config.py
+++ b/tempest/config.py
@@ -1149,7 +1149,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"""),
]