From f3b105971bac66ef3a9bc39cac3da6356c006227 Mon Sep 17 00:00:00 2001 From: afazekas Date: Fri, 2 Sep 2022 08:48:53 +0200 Subject: [PATCH] use proxy config in unit_test The stress section is not visible in the non proxy version tempest.config.CONF, using the proxy version with stress section. Change-Id: I862262b9957cdf80db6420b2f810c88bef4ac68d --- tempest_stress/actions/unit_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest_stress/actions/unit_test.py b/tempest_stress/actions/unit_test.py index 3a9efd0..5790717 100644 --- a/tempest_stress/actions/unit_test.py +++ b/tempest_stress/actions/unit_test.py @@ -12,7 +12,7 @@ from oslo_log import log as logging from oslo_utils import importutils -from tempest import config +from tempest_stress import config import tempest_stress.stressaction as stressaction