forcing small test for now
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 2 Apr 2008 06:33:27 +0000 (06:33 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 2 Apr 2008 06:33:27 +0000 (06:33 +0000)
system/TestMain.py

index 1135845..93a61c8 100755 (executable)
@@ -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