Commit Graph

26 Commits

Author SHA1 Message Date
Denis Kenzior ebe25412a4 test: Make sure test-stk-menu works with python3 2014-03-14 10:32:06 -05:00
Martin Pitt c027ab9fbc test: Convert to Python 3
Change raw_input() to input() and unicode to str. This is *not*
compatible with Python 2. Update the hashbangs to run with Python 3.
2014-03-11 19:34:08 -05:00
Martin Pitt ad4f90684f test: Move from static gobject bindings to GI
Use GLib gobject-introspection bindings so that we can also use the
scripts with Python 3.
2014-03-11 19:33:16 -05:00
Martin Pitt 0393a41e35 test: Make exceptions compatible with Python 3
Use "except Type as var" syntax to work with both Python >= 2.6
and Python 3.
2014-03-11 19:32:46 -05:00
Martin Pitt 0c1fcd2b50 test: Make print calls compatible with Python 3
Turn print calls into print() function calls and avoid using
comma-separated arguments, so that they work and look the same with
both Python 2 and 3.
2014-03-11 19:32:18 -05:00
Denis Kenzior 2eaacefbe0 test: Use pretty-printing from monitor-ofono 2012-11-28 10:31:14 -06:00
Marcel Holtmann 816f67be9d test: Allow LoopTone to be interrupted by incoming calls 2012-11-27 11:09:52 +01:00
Marcel Holtmann e292f142ad test: Remove unneeded semicolons in STK test script 2012-11-27 11:09:21 +01:00
Marcel Holtmann 200959af46 test: Allow STK testing without voice call manager 2012-11-25 10:20:15 +01:00
Marcel Holtmann 4739570e45 test: Allow DisplayText to be interrupted by incoming calls 2012-11-24 19:14:27 +01:00
Marcel Holtmann e3cb6a5c68 test: Handle DisplayText with async_callbacks option 2012-11-23 16:18:52 +01:00
Philippe Nunes e0e037539a test: playtone waits for single tone playback
To simulate the single tone playback (avoiding the stkagent method
to return immediately), a timeout is started (5 seconds).
During this time, the user can terminate the session.
2012-09-11 23:27:14 -05:00
Philippe Nunes 5fa986eaab test: Update with RequestQuickDigit API 2012-09-11 23:27:14 -05:00
Philippe Nunes 1077902694 test: Add ConfirmOpenChannel to test-stk-menu 2011-04-11 23:28:26 -05:00
Philippe Nunes 1f7cd4393f test: Add DisplayAction method in test-stk-menu 2011-03-30 12:07:49 -05:00
Jeevaka Badrappan 87494fb940 test: Add support for DisplayActionInformation 2011-01-26 15:24:01 +01:00
Jeevaka Badrappan 3f880cfe88 test: Add support for launch browser command 2011-01-18 21:54:42 -06:00
Denis Kenzior 6074554be9 test: Minor typo & style fixes to test-stk-menu 2010-12-21 14:07:12 -06:00
Guillaume Lucas 06912dff3d test: update STK test script for conformance
Update the STK test script to be able to use it for
conformance test. Using 'agent' as parameter the
script will now register a STK agent to be able to
handle unsolicited proactive command. Without any
parameter or with 'menu' the script will try to
display the STK main menu of the (U)SIM.
2010-12-21 14:03:57 -06:00
Zhigang Li 88ef20591c test: Add support for PlayTone and LoopTone 2010-12-02 08:01:13 -06:00
Denis Kenzior ba6db3af42 test: Update to the new Manager api 2010-09-09 14:38:14 -05:00
Denis Kenzior 414b22391c test: Update test-stk-menu to reflect DBus types 2010-09-02 10:45:01 -05:00
Denis Kenzior b19c2112ae test: tweak wording 2010-08-27 19:06:38 -05:00
Denis Kenzior ddae77f330 test: Update with ConfirmCallSetup API 2010-08-27 13:23:51 -05:00
Marcel Holtmann be4b597ec8 test: Add some error handling to STK menu test script 2010-08-20 15:45:48 +02:00
Marcel Holtmann e175760bda test: Rename script for testing STK menus 2010-08-20 13:14:06 +02:00