From: Thierry Parmentelat Date: Sun, 13 Jun 2010 10:21:57 +0000 (+0200) Subject: oops, fix method name X-Git-Tag: tests-5.0-6~13 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c2ac4f63e172f341c049ebb198715c3a416b83d2;p=tests.git oops, fix method name --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 6127da7..d61212d 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -123,7 +123,7 @@ class TestPlc: # turn off the sfa-related steps when build has skipped SFA # this is originally for centos5 as recent SFAs won't build on this platformb @staticmethod - def check_build_has_sfa (rpms_url): + def check_whether_build_has_sfa (rpms_url): retcod=os.system ("curl --silent %s/ | grep -q sfa"%rpms_url) # full builds are expected to return with 0 here if retcod!=0: