bonding: exclude drupal when updating
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Sun, 12 Apr 2015 10:43:31 +0000 (12:43 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Sun, 12 Apr 2015 10:43:31 +0000 (12:43 +0200)
system/TestBonding.py

index 8b36fdf..64fb5ad 100644 (file)
@@ -136,7 +136,7 @@ gpgcheck=0
 
         test_ssh = TestSsh (self.test_plc.vserverip)
         
-        command1 = "yum -y update"
+        command1 = "yum -y update --exclude drupal"
         if test_ssh.run (command1, dry_run = self.options.dry_run) != 0:
             return False