dummy_deploy is broken

Bug #1214684 reported by Tyler Baker
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LAVA Dispatcher
Fix Released
Low
Tyler Baker

Bug Description

type does not map onto target_type

class cmd_dummy_deploy(BaseAction):

    parameters_schema = {
        'type': 'object',
        'properties': {
            'type': {'type': 'string', 'enum': ['ubuntu', 'oe', 'android', 'fedora']},
        },
        'additionalProperties': False,
    }

    def run(self, target_type):
        device = self.client.target_device
        device.boot_master_image()
        device.deployment_data = device.target_map[target_type]

Related branches

Changed in lava-dispatcher:
status: New → Confirmed
importance: Undecided → Critical
importance: Critical → Low
assignee: nobody → Tyler Baker (tyler-baker)
milestone: none → 2013.08
Changed in lava-dispatcher:
status: Confirmed → Fix Committed
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.