diff options
Diffstat (limited to 'test/mm-test.py')
-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) |