diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 678: Quick fix for _start_busybox_http_server

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

Commit Message

Tyler Baker Sept. 10, 2013, 5:19 p.m. UTC
------------------------------------------------------------
revno: 678
committer: Tyler Baker <tyler.baker@linaro.org>
branch nick: lava-dispatcher
timestamp: Tue 2013-09-10 10:18:18 -0700
message:
  Quick fix for _start_busybox_http_server
modified:
  lava_dispatcher/device/ipmi_pxe.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/ipmi_pxe.py'
--- lava_dispatcher/device/ipmi_pxe.py	2013-09-06 22:37:31 +0000
+++ lava_dispatcher/device/ipmi_pxe.py	2013-09-10 17:18:18 +0000
@@ -200,7 +200,7 @@ 
                     self._target_extract(runner, tf, parent_dir)
 
             finally:
-                    self._stop_busybox_http_server()
+                    self._stop_busybox_http_server(runner)
                     runner.run('umount /mnt')
 
     @contextlib.contextmanager