summaryrefslogtreecommitdiffstats
path: root/test/process-context-settings
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-10-26 17:20:47 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-10-26 17:20:47 +0200
commit501f4fd1d8b7517b13ab225f9106937ff9ba064f (patch)
tree54e82f4a4d7a808f208e1c631a4c930c45a5b6cb /test/process-context-settings
parent305514ced97ae5144d4cac1e848ba661e2ec4a31 (diff)
downloadofono-501f4fd1d8b7517b13ab225f9106937ff9ba064f.tar.bz2
test: Print interface name of static context configuration
Diffstat (limited to 'test/process-context-settings')
-rwxr-xr-xtest/process-context-settings1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/process-context-settings b/test/process-context-settings
index b77d95db..09635b32 100755
--- a/test/process-context-settings
+++ b/test/process-context-settings
@@ -37,6 +37,7 @@ for path, properties in modems:
if settings["Method"] == "dhcp":
print " Run DHCP on interface %s" % (interface)
else:
+ print " Interface is %s" % (interface)
print " IP address is %s" % (address)
print " Gateway is %s" % (gateway)