diff options
author | Martin Xu <martin.xu@intel.com> | 2010-02-09 10:29:54 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-02-11 05:31:15 +0100 |
commit | b78879268663e2d98851d62588c172a776354ceb (patch) | |
tree | 748b8867713fb9613c18b592f9689da844f122f5 /test | |
parent | 120c8c3db0f65d2c2c350d8560c912678c71e86b (diff) | |
download | connman-b78879268663e2d98851d62588c172a776354ceb.tar.gz connman-b78879268663e2d98851d62588c172a776354ceb.tar.bz2 connman-b78879268663e2d98851d62588c172a776354ceb.zip |
Static IP can be set regardles of the service state
Diffstat (limited to 'test')
-rwxr-xr-x | test/set-address | 3 |
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: |