bonding: exclude drupal when updating
[tests.git] / 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