first draft of the slicerepo
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 12 Mar 2010 13:59:47 +0000 (13:59 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 12 Mar 2010 13:59:47 +0000 (13:59 +0000)
system/TestPlc.py

index 1d3b0e6..bb85f8c 100644 (file)
@@ -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 \