diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 391: do not set tester_hostname to empty string in default config

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

Commit Message

Antonio Terceiro Sept. 28, 2012, 12:44 p.m. UTC
------------------------------------------------------------
revno: 391
committer: Antonio Terceiro <antonio.terceiro@linaro.org>
branch nick: lava-dispatcher
timestamp: Thu 2012-09-27 16:44:01 -0300
message:
  do not set tester_hostname to empty string in default config
modified:
  lava_dispatcher/default-config/lava-dispatcher/device-defaults.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-defaults.conf'
--- lava_dispatcher/default-config/lava-dispatcher/device-defaults.conf	2012-09-25 02:23:54 +0000
+++ lava_dispatcher/default-config/lava-dispatcher/device-defaults.conf	2012-09-27 19:44:01 +0000
@@ -81,8 +81,8 @@ 
 # Master image recognization string
 MASTER_STR = root@master
 
-# Test image hostname, set blank to get default value "linaro"
-tester_hostname =
+# Test image hostname (default: linaro)
+# tester_hostname = linaro
 
 # Test image recognization string
 TESTER_STR = root@linaro