test: Print interface name of static context configuration

This commit is contained in:
Marcel Holtmann 2010-10-26 17:20:47 +02:00
parent 305514ced9
commit 501f4fd1d8
1 changed files with 1 additions and 0 deletions

View File

@ -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)