X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=system%2FTestPlc.py;h=633fde23f108e137325fbe8a89d6b35430fb99b9;hb=ade1c0ef24875e9b6696dadd271d778752f643b8;hp=c50b95201d95dbc50db37632d56a45403b95d18b;hpb=2566bd5e98baa4bccb4a33e50a57b1966816a3a9;p=tests.git diff --git a/system/TestPlc.py b/system/TestPlc.py index c50b952..633fde2 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -245,7 +245,7 @@ class TestPlc: # warning, we're now building 'sface' so let's be a bit more picky # full builds are expected to return with 0 here utils.header("Checking if build provides SFA package...") - retcod = utils.system("curl --silent {}/ | grep -q sfa-".format(rpms_url)) == 0 + retcod = utils.system("curl --silent {}/ | grep -q sfa-4".format(rpms_url)) == 0 encoded = 'yes' if retcod else 'no' with open(has_sfa_cache_filename,'w') as cache: cache.write(encoded)