Dispatcher not reading boot_cmds from image

Bug #1211406 reported by Tyler Baker
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LAVA Dispatcher
Fix Released
High
Tyler Baker

Bug Description

The dispatcher is not reading boot_cmds from the image.

From master.py _boot_linaro_image:
        boot_cmds = self.deployment_data['boot_cmds']
        options = boot_options.as_dict(self, defaults={'boot_cmds': boot_cmds})
        if 'boot_cmds' in options:
            boot_cmds_override = True
            boot_cmds = options['boot_cmds'].value

'boot_cmds' will always be in options, since we are passing in a default value/and or boot_option has a default value defined in the device configuration. Essentially, this _ALWAYS_ overrides the boot_cmds from the image, and is _NOT_ expected to function in this manner.

Related branches

Changed in lava-dispatcher:
status: New → In Progress
importance: Undecided → High
assignee: nobody → Tyler Baker (tyler-baker)
Changed in lava-dispatcher:
status: In Progress → Fix Committed
milestone: none → 2013.08
Changed in lava-dispatcher:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.