Commit Graph

9 Commits

Author SHA1 Message Date
Gowtham Anandha Babu
fb5d75e1ab test: Fix ftp-client not printing progress
This patch fixes the keyError while printing transfer progress.
2015-12-04 14:28:52 +02:00
Petri Gynther
7adf8d09b4 test: Python import cleanup
Some test scripts use "from gi.repository import GObject" whereas others
use "import gobject". gi.repository is not always available on embedded
systems, so convert all instances to this format:

try:
  from gi.repository import GObject
except ImportError:
  import gobject as GObject

Also, sort the imports in this order: system, dbus, gobject, bluezutils
2014-01-18 00:38:39 -08:00
Emilio Pozuelo Monfort
c15edf7466 test/ftp-client: Fix syntax error for python 3.0 2013-05-17 10:29:53 +03:00
Luiz Augusto von Dentz
c7ea48bd52 test: Make OBEX related scripts python 3 compatible 2012-12-21 23:26:11 +02:00
Luiz Augusto von Dentz
da068075ce obexd: Rename Progress property to Transferred 2012-12-21 14:53:42 +02:00
Luiz Augusto von Dentz
507a1d4322 test: Update ftp-client to use the new interfaces 2012-12-21 12:04:10 +02:00
Johan Hedberg
50383bf5b3 test: Fix obexd object path in test scripts 2012-12-19 09:42:45 +02:00
Marcel Holtmann
1bbe30a9af test: Update to new org.bluez.obex service name 2012-12-18 21:25:56 +01:00
Marcel Holtmann
f37facb3bd test: Add test scripts from obexd repository 2012-12-10 23:01:18 +01:00