aboutsummaryrefslogtreecommitdiff
path: root/test/mm-test.py
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-12-07 22:04:28 -0800
committerDan Williams <dcbw@redhat.com>2009-12-07 22:04:28 -0800
commitdd057d28e4ab3812eebd41a7df1c2f80d90d8600 (patch)
tree46fa937720de3305ccc093f4741f0a25680fcba0 /test/mm-test.py
parentf715e0d498930409d97a8097b37731aadbc11a72 (diff)
parenta9e0624426632a38c2d208e7a28fac3bca51d857 (diff)
Merge commit 'origin/states'
Diffstat (limited to 'test/mm-test.py')
-rwxr-xr-xtest/mm-test.py3
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)