summaryrefslogtreecommitdiffstats
path: root/test/test-stk-menu
AgeCommit message (Collapse)AuthorFilesLines
2014-03-14test: Make sure test-stk-menu works with python3Denis Kenzior1-16/+17
2014-03-11test: Convert to Python 3Martin Pitt1-17/+17
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-11test: Move from static gobject bindings to GIMartin Pitt1-5/+5
Use GLib gobject-introspection bindings so that we can also use the scripts with Python 3.
2014-03-11test: Make exceptions compatible with Python 3Martin Pitt1-1/+1
Use "except Type as var" syntax to work with both Python >= 2.6 and Python 3.
2014-03-11test: Make print calls compatible with Python 3Martin Pitt1-58/+58
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.
2012-11-28test: Use pretty-printing from monitor-ofonoDenis Kenzior1-1/+49
2012-11-27test: Allow LoopTone to be interrupted by incoming callsMarcel Holtmann1-5/+20
2012-11-27test: Remove unneeded semicolons in STK test scriptMarcel Holtmann1-15/+15
2012-11-25test: Allow STK testing without voice call managerMarcel Holtmann1-2/+8
2012-11-24test: Allow DisplayText to be interrupted by incoming callsMarcel Holtmann1-6/+26
2012-11-23test: Handle DisplayText with async_callbacks optionMarcel Holtmann1-3/+16
2012-09-11test: playtone waits for single tone playbackPhilippe Nunes1-0/+18
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-11test: Update with RequestQuickDigit APIPhilippe Nunes1-0/+14
2011-04-11test: Add ConfirmOpenChannel to test-stk-menuPhilippe Nunes1-0/+14
2011-03-30test: Add DisplayAction method in test-stk-menuPhilippe Nunes1-0/+10
2011-01-26test: Add support for DisplayActionInformationJeevaka Badrappan1-0/+6
2011-01-18test: Add support for launch browser commandJeevaka Badrappan1-0/+13
2010-12-21test: Minor typo & style fixes to test-stk-menuDenis Kenzior1-2/+2
2010-12-21test: update STK test script for conformanceGuillaume Lucas1-25/+76
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-02test: Add support for PlayTone and LoopToneZhigang Li1-0/+10
2010-09-09test: Update to the new Manager apiDenis Kenzior1-7/+2
2010-09-02test: Update test-stk-menu to reflect DBus typesDenis Kenzior1-1/+1
2010-08-27test: tweak wordingDenis Kenzior1-2/+2
2010-08-27test: Update with ConfirmCallSetup APIDenis Kenzior1-0/+13
2010-08-20test: Add some error handling to STK menu test scriptMarcel Holtmann1-9/+11
2010-08-20test: Rename script for testing STK menusMarcel Holtmann1-0/+169