the kernel flag systemd.log_level=debug is not set by default anymore, we add the...
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 3 Mar 2015 15:01:04 +0000 (16:01 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 3 Mar 2015 15:01:04 +0000 (16:01 +0100)
system/TestNode.py
system/config_default.py

index c8ca1e8..2b24ba8 100644 (file)
@@ -156,6 +156,7 @@ class TestNode:
         if self.is_qemu():
             options.append('serial')
             options.append('no-hangcheck')
+            options.append('systemd-debug')
         encoded=self.test_plc.apiserver.GetBootMedium(self.test_plc.auth_root(), 
                                                       self.name(), 'node-iso', '', options)
         if (encoded == ''):
index ddf8578..c2c1651 100644 (file)
@@ -65,6 +65,9 @@ def nodes(options,index):
              'route_fields' :           { 'subnet' : '0.0.0.0/0',
                                           'next_hop' : 'xxx-deferred-xxx',
                                           },
+             # boot cd settings
+             # we should have tags here instead of the hard-wired
+             # options set for GetBootMedium in TestNode.py
              }]
 
 def all_nodenames (options,index):