bonding nodes should not use plain-bootstrapfs as we don't install it
[tests.git] / 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):