Merge lp:~dpigott/lava-dispatcher/change-sdmux-inheritance into lp:lava-dispatcher

Proposed by Dave Pigott
Status: Merged
Merged at revision: 680
Proposed branch: lp:~dpigott/lava-dispatcher/change-sdmux-inheritance
Merge into: lp:lava-dispatcher
Diff against target: 11 lines (+0/-2)
1 file modified
lava_dispatcher/device/sdmux.py (+0/-2)
To merge this branch: bzr merge lp:~dpigott/lava-dispatcher/change-sdmux-inheritance
Reviewer Review Type Date Requested Status
Dave Pigott Approve
Review via email: mp+185081@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Dave Pigott (dpigott) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'lava_dispatcher/device/sdmux.py'
--- lava_dispatcher/device/sdmux.py 2013-09-11 14:43:05 +0000
+++ lava_dispatcher/device/sdmux.py 2013-09-11 15:14:59 +0000
@@ -223,8 +223,6 @@
223 sdmux.dut_disconnect(self.config.sdmux_id)223 sdmux.dut_disconnect(self.config.sdmux_id)
224224
225 def power_on(self):225 def power_on(self):
226 self.proc = connect_to_serial(self.context)
227
228 sdmux.host_disconnect(self.config.sdmux_id)226 sdmux.host_disconnect(self.config.sdmux_id)
229 sdmux.dut_usda(self.config.sdmux_id)227 sdmux.dut_usda(self.config.sdmux_id)
230228

Subscribers

People subscribed via source and target branches