Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-14 | test: Make sure test-stk-menu works with python3 | Denis Kenzior | 1 | -16/+17 | |
2014-03-11 | test: Convert to Python 3 | Martin Pitt | 1 | -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-11 | test: Move from static gobject bindings to GI | Martin Pitt | 1 | -5/+5 | |
Use GLib gobject-introspection bindings so that we can also use the scripts with Python 3. | |||||
2014-03-11 | test: Make exceptions compatible with Python 3 | Martin Pitt | 1 | -1/+1 | |
Use "except Type as var" syntax to work with both Python >= 2.6 and Python 3. | |||||
2014-03-11 | test: Make print calls compatible with Python 3 | Martin Pitt | 1 | -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-28 | test: Use pretty-printing from monitor-ofono | Denis Kenzior | 1 | -1/+49 | |
2012-11-27 | test: Allow LoopTone to be interrupted by incoming calls | Marcel Holtmann | 1 | -5/+20 | |
2012-11-27 | test: Remove unneeded semicolons in STK test script | Marcel Holtmann | 1 | -15/+15 | |
2012-11-25 | test: Allow STK testing without voice call manager | Marcel Holtmann | 1 | -2/+8 | |
2012-11-24 | test: Allow DisplayText to be interrupted by incoming calls | Marcel Holtmann | 1 | -6/+26 | |
2012-11-23 | test: Handle DisplayText with async_callbacks option | Marcel Holtmann | 1 | -3/+16 | |
2012-09-11 | test: playtone waits for single tone playback | Philippe Nunes | 1 | -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-11 | test: Update with RequestQuickDigit API | Philippe Nunes | 1 | -0/+14 | |
2011-04-11 | test: Add ConfirmOpenChannel to test-stk-menu | Philippe Nunes | 1 | -0/+14 | |
2011-03-30 | test: Add DisplayAction method in test-stk-menu | Philippe Nunes | 1 | -0/+10 | |
2011-01-26 | test: Add support for DisplayActionInformation | Jeevaka Badrappan | 1 | -0/+6 | |
2011-01-18 | test: Add support for launch browser command | Jeevaka Badrappan | 1 | -0/+13 | |
2010-12-21 | test: Minor typo & style fixes to test-stk-menu | Denis Kenzior | 1 | -2/+2 | |
2010-12-21 | test: update STK test script for conformance | Guillaume Lucas | 1 | -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-02 | test: Add support for PlayTone and LoopTone | Zhigang Li | 1 | -0/+10 | |
2010-09-09 | test: Update to the new Manager api | Denis Kenzior | 1 | -7/+2 | |
2010-09-02 | test: Update test-stk-menu to reflect DBus types | Denis Kenzior | 1 | -1/+1 | |
2010-08-27 | test: tweak wording | Denis Kenzior | 1 | -2/+2 | |
2010-08-27 | test: Update with ConfirmCallSetup API | Denis Kenzior | 1 | -0/+13 | |
2010-08-20 | test: Add some error handling to STK menu test script | Marcel Holtmann | 1 | -9/+11 | |
2010-08-20 | test: Rename script for testing STK menus | Marcel Holtmann | 1 | -0/+169 | |