diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 680: Allow upper class to open serial

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

Commit Message

Dave Pigott Sept. 11, 2013, 3:25 p.m. UTC
Merge authors:
  Dave Pigott (dpigott)
Related merge proposals:
  https://code.launchpad.net/~dpigott/lava-dispatcher/change-sdmux-inheritance/+merge/185081
  proposed by: Dave Pigott (dpigott)
  review: Approve - Dave Pigott (dpigott)
------------------------------------------------------------
revno: 680 [merge]
committer: Dave Pigott <dave.pigott@linaro.org>
branch nick: trunk
timestamp: Wed 2013-09-11 16:21:43 +0100
message:
  Allow upper class to open serial
modified:
  lava_dispatcher/device/sdmux.py


--
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/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:22 +0000
@@ -223,8 +223,6 @@ 
         sdmux.dut_disconnect(self.config.sdmux_id)
 
     def power_on(self):
-        self.proc = connect_to_serial(self.context)
-
         sdmux.host_disconnect(self.config.sdmux_id)
         sdmux.dut_usda(self.config.sdmux_id)