summaryrefslogtreecommitdiff
path: root/test/set-address
diff options
context:
space:
mode:
authorMartin Xu <martin.xu@intel.com>2010-02-09 10:29:54 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-02-11 05:31:15 +0100
commitb78879268663e2d98851d62588c172a776354ceb (patch)
tree748b8867713fb9613c18b592f9689da844f122f5 /test/set-address
parent120c8c3db0f65d2c2c350d8560c912678c71e86b (diff)
downloadconnman-b78879268663e2d98851d62588c172a776354ceb.tar.gz
connman-b78879268663e2d98851d62588c172a776354ceb.tar.bz2
connman-b78879268663e2d98851d62588c172a776354ceb.zip
Static IP can be set regardles of the service state
Diffstat (limited to 'test/set-address')
-rwxr-xr-xtest/set-address3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/set-address b/test/set-address
index cb3e2036..c80eaed2 100755
--- a/test/set-address
+++ b/test/set-address
@@ -20,9 +20,6 @@ for path in properties["Services"]:
properties = service.GetProperties()
- if properties["State"] != "ready":
- continue
-
print "Setting address %s for %s" % (sys.argv[1], path)
if len(sys.argv) > 2: