summaryrefslogtreecommitdiffstats
path: root/test/process-context-settings
diff options
context:
space:
mode:
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)