Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-18 | test: Fix file mode for reset-contexts | Denis Kenzior | 1 | -0/+0 | |
2015-05-18 | test: Add script for resetting contexts | Alfonso Sanchez-Beato | 1 | -0/+20 | |
2014-12-10 | test: Add AvailableTechnologies to list-modems | Alfonso Sanchez-Beato | 1 | -1/+2 | |
2014-11-24 | test: Support receiving SMS with non-ASCII chars | Neil Jerram | 1 | -1/+1 | |
Without this I get the following Python traceback, for an SMS that contains the UK pound sign. ERROR:dbus.connection:Exception in handler for D-Bus signal: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 230, in maybe_handle_message self._handler(*args, **kwargs) File "./receive-sms", line 9, in incoming_message print("%s" % (message)) UnicodeEncodeError: 'ascii' codec can't encode character u'\xa3' in position 51: ordinal not in range(128) | |||||
2014-10-20 | test: Add test/set-ddr | Denis Kenzior | 1 | -0/+21 | |
Script to set DistractedDrivingReduction property | |||||
2014-06-10 | test: Adapt data test scripts to multi-modem | Alfonso Sanchez-Beato | 2 | -47/+81 | |
Some tests scripts were not ready to handle situations with more than one modem present. This change fixes the data context scripts. | |||||
2014-06-10 | test: Adapt voice call test scripts to multi-modem | Alfonso Sanchez-Beato | 5 | -34/+75 | |
Some tests scripts were not ready to handle situations with more than one modem present. This change fixes the scripts that handle voice calls. | |||||
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 | 94 | -124/+124 | |
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 | 21 | -57/+60 | |
Use GLib gobject-introspection bindings so that we can also use the scripts with Python 3. | |||||
2014-03-11 | test: Replace obsolete has_key() with "in" | Martin Pitt | 2 | -13/+13 | |
In order to also work with Python 3 | |||||
2014-03-11 | test: Make exceptions compatible with Python 3 | Martin Pitt | 17 | -45/+45 | |
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 | 86 | -576/+576 | |
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. | |||||
2013-09-12 | test: Add set-msisdn script | Denis Kenzior | 1 | -0/+24 | |
2013-09-12 | test: Add display-icon script | Denis Kenzior | 1 | -0/+34 | |
2013-09-12 | test: Add selecting the modem in private-chat | Denis Kenzior | 1 | -1/+7 | |
2013-09-12 | test: Add selecting the modem in create-multiparty | Denis Kenzior | 1 | -1/+4 | |
2013-02-22 | dundee: Fix typo in dundee-disconnect test | Paulo Borges | 1 | -1/+1 | |
2012-12-17 | test: Tweak list-modems to display battchg | Denis Kenzior | 1 | -1/+2 | |
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: Fix modem path handling for icon testing | Marcel Holtmann | 1 | -2/+2 | |
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-22 | test: Fix ascii conversion exception | Denis Kenzior | 1 | -0/+3 | |
2012-11-23 | test: Handle DisplayText with async_callbacks option | Marcel Holtmann | 1 | -3/+16 | |
2012-09-11 | test: iconId value is not a printable character | Philippe Nunes | 1 | -4/+5 | |
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 | |
2012-08-09 | test: Fix printing of modem property strings | Marcel Holtmann | 1 | -2/+2 | |
2012-08-07 | test: Remove test-voicecall script | Denis Kenzior | 1 | -94/+0 | |
This is no longer useful as phonesim does not automatically transition dialing calls to active state. | |||||
2012-08-07 | test: Add support for CSSI/CSSU notifications | Denis Kenzior | 1 | -6/+7 | |
2012-08-07 | test: Fix weird formatting mis-matches | Denis Kenzior | 1 | -23/+23 | |
2012-08-07 | test: Remove redundant code from monitor-ofono | Denis Kenzior | 1 | -44/+12 | |
2012-08-06 | test: Add hangup-call script for GCF testing | Guillaume Zajac | 1 | -0/+14 | |
2012-08-05 | test: Add release-and-swap script | Denis Kenzior | 1 | -0/+22 | |
2012-08-03 | test: Add hangup-multiparty script for GCF testing | Guillaume Zajac | 1 | -0/+20 | |
2012-08-02 | test: Add hold-and-answer script for GCF testing | Guillaume Zajac | 1 | -0/+20 | |
2012-07-27 | test: Remove test-ussd as it is redundant | Philippe Nunes | 1 | -75/+0 | |
2012-07-27 | test: Add send-ussd script | Philippe Nunes | 1 | -0/+57 | |
Simpler script that test-ussd that is still capable of replying to network initiated USSD requests and USSD dialogs. | |||||
2012-07-27 | monitor-ofono: Fix to print non-English characters | Philippe Nunes | 1 | -2/+2 | |
The default encoding for a Python bytestring is ASCII. But the SMS/USSD text is encoded in UTF-8. This is why trying to convert non-English characters (Unicode characters beyond 128) produces the error "UnicodeEncodeError: 'ascii' codec can't encode character". | |||||
2012-06-25 | test: Fix missing UseDeliveryReports setting for SMS script | Marcel Holtmann | 1 | -2/+2 | |
2012-06-19 | test: Add change-pin script | Denis Kenzior | 1 | -0/+29 | |
2012-05-30 | test: Add new script for SS GCF test cases | Guillaume Zajac | 1 | -0/+42 | |
This script uses dynamic SS codes in input and displays answers to the different requests. It handles all SS: call barring, call forwarding, call waiting, CLIP, CLIR, ... | |||||
2012-05-22 | dundee: Add test scripts | Daniel Wagner | 3 | -0/+149 | |
2012-05-21 | test: Add timeout to be compliant with GCF | Guillaume Zajac | 2 | -2/+2 | |
With some GCF test cases, default python script timeout is too short to pass the tests. | |||||
2012-04-23 | test: Add test script for ReleaseAndAnswer | Denis Kenzior | 1 | -0/+22 | |
2012-01-01 | test: Add script for rejecting incoming calls | Marcel Holtmann | 1 | -0/+33 | |
2011-10-21 | test: Pretty print the new HF Features property | Denis Kenzior | 1 | -1/+2 | |