From: Thierry Parmentelat Date: Thu, 16 Apr 2015 11:46:12 +0000 (+0200) Subject: bonding nodes should not use plain-bootstrapfs as we don't install it X-Git-Tag: tests-6.0-2~26 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=5a14307d3e7b6d7d79245f9f2b907394190ecfef bonding nodes should not use plain-bootstrapfs as we don't install it --- 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):