turn off the SFA tests when this is not redone
[tests.git] / system / TestMain.py
index 4839b43..440f9ee 100755 (executable)
@@ -186,6 +186,8 @@ steps refer to a method in TestPlc or to a step_* module
             if self.options.verbose:
                 utils.header('* Using %s = %s'%(recname,getattr(self.options,recname)))
 
+        # hack : if sfa is not among the published rpms, skip these tests
+        TestPlc.check_whether_build_has_sfa(options.arch_rpms_url)
 
         # steps
         if not self.options.steps: