From 5a14307d3e7b6d7d79245f9f2b907394190ecfef Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 16 Apr 2015 13:46:12 +0200 Subject: [PATCH] bonding nodes should not use plain-bootstrapfs as we don't install it --- system/TestBonding.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/TestBonding.py b/system/TestBonding.py index 9d6b4dd..0a2747c 100644 --- a/system/TestBonding.py +++ b/system/TestBonding.py @@ -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): -- 2.43.0