diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 448: Provide default config value for boot_cmds_oe in device-defaults.conf

Message ID 20121115164713.32073.59574.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Antonio Terceiro Nov. 15, 2012, 4:47 p.m. UTC
------------------------------------------------------------
revno: 448
committer: Antonio Terceiro <antonio.terceiro@linaro.org>
branch nick: nexus
timestamp: Thu 2012-11-15 11:51:05 -0300
message:
  Provide default config value for boot_cmds_oe in device-defaults.conf
  
  Without this, whenever I run the unit tests I got several warnings like the
  following:
  
  WARNING:root:Device config for qemu01 is not valid:
      Configuration missing required options for section '__main__': boot_cmds_oe
      No option 'boot_cmds_oe' in section: '__main__'
modified:
  lava_dispatcher/default-config/lava-dispatcher/device-defaults.conf


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_dispatcher/default-config/lava-dispatcher/device-defaults.conf'
--- lava_dispatcher/default-config/lava-dispatcher/device-defaults.conf	2012-10-25 08:38:28 +0000
+++ lava_dispatcher/default-config/lava-dispatcher/device-defaults.conf	2012-11-15 14:51:05 +0000
@@ -29,6 +29,11 @@ 
 # XXX should be called # boot_android_test_image_commands ?
 boot_cmds_android =
 
+# The bootloader commands to boot the device into an OpenEmbedded test image.
+#
+# XXX should be called # boot_oe_test_image_commands ?
+boot_cmds_oe =
+
 # The device type.  Settings in device-types/${DEVICE_TYPE}.conf
 # override settings in this file, but are overridden by the
 # devices/${DEVICE}.conf file.