bonding nodes should not use plain-bootstrapfs as we don't install it
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 16 Apr 2015 11:46:12 +0000 (13:46 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 16 Apr 2015 11:46:12 +0000 (13:46 +0200)
system/TestBonding.py

index 9d6b4dd..0a2747c 100644 (file)
@@ -130,6 +130,8 @@ class TestBonding(object):
         # with the node flavour that goes with bonding plc
         for tag in ['arch', 'fcdistro', 'pldistro']:
             node_spec['tags'][tag] = self.bonding_spec[tag]
+        # do not use plain bootstrapfs
+        del node_spec['tags']['plain-bootstrapfs']
 
     #################### steps
     def init_partial(self):