From: Thierry Parmentelat Date: Fri, 12 Mar 2010 13:59:47 +0000 (+0000) Subject: first draft of the slicerepo X-Git-Tag: tests-5.0-3~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3285a874fa3d0f09c10885cb2540bff12fd0add0;p=tests.git first draft of the slicerepo --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 1d3b0e6..bb85f8c 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -490,6 +490,10 @@ class TestPlc: raise Exception, "Unsupported personality %r"%self.options.personality nodefamily="%s-%s-%s"%(self.options.pldistro,self.options.fcdistro,arch) + + # try to install slicerepo - not fatal yet + self.run_in_guest("yum -y install slicerepo-%s"%nodefamily) + return \ self.run_in_guest("yum -y install myplc")==0 and \ self.run_in_guest("yum -y install noderepo-%s"%nodefamily)==0 and \