From 08325e1577f676295f72a78656d73fbc1d41ded9 Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Mon, 5 Oct 2009 10:39:46 +0000 Subject: [PATCH] enabling sfa testing on all distributions --- system/TestMain.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/system/TestMain.py b/system/TestMain.py index 7c7cfb2..74dd39e 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -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'] -- 2.47.0