From 9d7fd59d708e3643d91d6687c1554abd0fe37b6a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 2 Apr 2008 06:33:27 +0000 Subject: [PATCH] forcing small test for now --- system/TestMain.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/TestMain.py b/system/TestMain.py index 1135845..93a61c8 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -94,6 +94,10 @@ steps refer to a method in TestPlc or to a step_* module help="Force the NM to restart in check_slices step") (self.options, self.args) = parser.parse_args() + # tmp : force small test + utils.header("XXX WARNING : forcing small tests") + self.options.small_test = True + if len(self.args) == 0: if self.options.all_steps: self.options.steps=TestMain.default_steps -- 2.45.2