From e42bd9354aeea97c01337e98d099d6c0824c5131 Mon Sep 17 00:00:00 2001 From: Soniya Vyas Date: Tue, 26 Nov 2019 16:14:33 +0530 Subject: [PATCH] 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 --- tempest/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest/config.py b/tempest/config.py index d67d3e0b69..08c0566db6 100644 --- a/tempest/config.py +++ b/tempest/config.py @@ -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"""), ]