bootmedium options and node tags in the config
[tests.git] / system / config_default.py
index 609cc4a..3a840fe 100644 (file)
@@ -66,6 +66,9 @@ def nodes(options, index):
              'route_fields' :           { 'subnet' : '0.0.0.0/0',
                                           'next_hop' : 'xxx-deferred-xxx',
                                           },
+             'bootmedium_options' :     [ 'serial', 'no-hangcheck', 'systemd-debug' ],
+             # provision for bonding
+             'tags'               :     {},
              # boot cd settings
              # we should have tags here instead of the hard-wired
              # options set for GetBootMedium in TestNode.py