From: Thierry Parmentelat Date: Sun, 12 Apr 2015 10:43:31 +0000 (+0200) Subject: bonding: exclude drupal when updating X-Git-Tag: tests-6.0-2~40 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=34b8a716521aa43e13743aba9a0171b4077c5008 bonding: exclude drupal when updating --- diff --git a/system/TestBonding.py b/system/TestBonding.py index 8b36fdf..64fb5ad 100644 --- a/system/TestBonding.py +++ b/system/TestBonding.py @@ -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