From b78879268663e2d98851d62588c172a776354ceb Mon Sep 17 00:00:00 2001 From: Martin Xu Date: Tue, 9 Feb 2010 10:29:54 +0100 Subject: Static IP can be set regardles of the service state --- test/set-address | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/set-address') 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: -- cgit v1.2.3