enabling sfa testing on all distributions
authorAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Mon, 5 Oct 2009 10:39:46 +0000 (10:39 +0000)
committerAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Mon, 5 Oct 2009 10:39:46 +0000 (10:39 +0000)
system/TestMain.py

index 7c7cfb2..74dd39e 100755 (executable)
@@ -311,9 +311,6 @@ steps refer to a method in TestPlc or to a step_* module
         # do all steps on all plcs
         TRACE_FORMAT="TRACE: time=%(time)s plc=%(plcname)s step=%(stepname)s status=%(status)s force=%(force)s\n"
         for (stepname,method,force) in all_step_infos:
-           if stepname.endswith('sfa') and self.options.pldistro != 'onelab':
-             utils.header("SFA testing currently not enabled on this dist.")
-              continue         
             for (spec,obj) in all_plcs:
                 plcname=spec['name']