diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 404: ensure fastmodel uses lo for network interface

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

Commit Message

Andy Doan Oct. 17, 2012, 2:23 p.m. UTC
------------------------------------------------------------
revno: 404
committer: Andy Doan <andy.doan@linaro.org>
branch nick: trunk
timestamp: Tue 2012-10-16 22:45:38 -0500
message:
  ensure fastmodel uses lo for network interface
  
  In the old implementation the client had a function,
  get_android_adb_interface. This doesn't work well with the new
  target approach. And we really already had a way of handling this
  just using the config for the model.
modified:
  lava_dispatcher/default-config/lava-dispatcher/device-types/fastmodel.conf


--
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/default-config/lava-dispatcher/device-types/fastmodel.conf'
--- lava_dispatcher/default-config/lava-dispatcher/device-types/fastmodel.conf	2012-08-23 15:33:00 +0000
+++ lava_dispatcher/default-config/lava-dispatcher/device-types/fastmodel.conf	2012-10-17 03:45:38 +0000
@@ -13,3 +13,6 @@ 
 
 # if you do dhcp on boot, adb will not work (asac) on fastmodels
 enable_network_after_boot_android = 0
+
+# we do usermode networking over the loopback
+default_network_interface = lo