From: Thierry Parmentelat Date: Thu, 25 Sep 2008 19:55:21 +0000 (+0000) Subject: compute nodefamily locally X-Git-Tag: tests-4.3-0~95 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9d2bb17d05bdefae8fa062771b236498dc8b6cf5;p=tests.git compute nodefamily locally --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 3e32191..54edf55 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -395,7 +395,7 @@ class TestPlc: ### install_rpm def install_rpm(self): return self.run_in_guest("yum -y install myplc-native")==0 \ - and self.run_in_guest("yum -y install noderepo-$(cat /etc/nodefamily)") + and self.run_in_guest("yum -y install noderepo-%s-%s"%(self.options.pldistro,self.options.arch)) ### def configure(self):