From: Thierry Parmentelat Date: Wed, 2 Apr 2008 06:33:27 +0000 (+0000) Subject: forcing small test for now X-Git-Tag: tests-4.2-4~104 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9d7fd59d708e3643d91d6687c1554abd0fe37b6a;p=tests.git forcing small test for now --- 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