From 183eeb06ff33b7462e5f3f3f53396b1f6f91c651 Mon Sep 17 00:00:00 2001 From: Tomi Juvonen Date: Wed, 3 Jan 2018 08:34:37 +0200 Subject: ability to run maintenance test JIRA: DOCTOR-119 Change-Id: I98e556fba30eb7ba244cb9d0d88a9e95c39193ff Signed-off-by: Tomi Juvonen --- doctor_tests/scenario/__init__.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doctor_tests/scenario/__init__.py') diff --git a/doctor_tests/scenario/__init__.py b/doctor_tests/scenario/__init__.py index 48893ae6..9e7cd11d 100644 --- a/doctor_tests/scenario/__init__.py +++ b/doctor_tests/scenario/__init__.py @@ -6,3 +6,12 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## +from oslo_config import cfg + + +OPTS = [ + cfg.StrOpt('test_case', + default='all', + help='the name of test case', + required=False), +] -- cgit 1.2.3-korg