diff options
author | Dan Williams <dcbw@redhat.com> | 2009-12-07 22:04:28 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2009-12-07 22:04:28 -0800 |
commit | dd057d28e4ab3812eebd41a7df1c2f80d90d8600 (patch) | |
tree | 46fa937720de3305ccc093f4741f0a25680fcba0 /test | |
parent | f715e0d498930409d97a8097b37731aadbc11a72 (diff) | |
parent | a9e0624426632a38c2d208e7a28fac3bca51d857 (diff) |
Merge commit 'origin/states'
Diffstat (limited to 'test')
-rwxr-xr-x | test/mm-test.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/mm-test.py b/test/mm-test.py index cb9ecf0a..e1d68b0f 100755 --- a/test/mm-test.py +++ b/test/mm-test.py @@ -17,6 +17,7 @@ import sys import dbus +import time DBUS_INTERFACE_PROPERTIES='org.freedesktop.DBus.Properties' MM_DBUS_SERVICE='org.freedesktop.ModemManager' @@ -310,5 +311,7 @@ for m in modems: cdma_connect(proxy, user, password) print + time.sleep(5) + modem.Enable(False) |