From 03df7341d1518dde580b4d49f57b60b9caa69153 Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Sat, 8 Aug 2009 08:00:46 +0000 Subject: [PATCH] enabling SFA testing on all onelab builds --- system/TestMain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestMain.py b/system/TestMain.py index 188b0ff..7c7cfb2 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -311,7 +311,7 @@ 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.personality != 'linux32' or self.options.pldistro != 'onelab' or self.options.fcdistro != 'f8'): + 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: -- 2.43.0