summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2015-05-18test: Fix file mode for reset-contextsDenis Kenzior1-0/+0
2015-05-18test: Add script for resetting contextsAlfonso Sanchez-Beato1-0/+20
2014-12-10test: Add AvailableTechnologies to list-modemsAlfonso Sanchez-Beato1-1/+2
2014-11-24test: Support receiving SMS with non-ASCII charsNeil Jerram1-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-20test: Add test/set-ddrDenis Kenzior1-0/+21
Script to set DistractedDrivingReduction property
2014-06-10test: Adapt data test scripts to multi-modemAlfonso Sanchez-Beato2-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-10test: Adapt voice call test scripts to multi-modemAlfonso Sanchez-Beato5-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-14test: Make sure test-stk-menu works with python3Denis Kenzior1-16/+17
2014-03-11test: Convert to Python 3Martin Pitt94-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-11test: Move from static gobject bindings to GIMartin Pitt21-57/+60
Use GLib gobject-introspection bindings so that we can also use the scripts with Python 3.
2014-03-11test: Replace obsolete has_key() with "in"Martin Pitt2-13/+13
In order to also work with Python 3
2014-03-11test: Make exceptions compatible with Python 3Martin Pitt17-45/+45
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 Pitt86-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-12test: Add set-msisdn scriptDenis Kenzior1-0/+24
2013-09-12test: Add display-icon scriptDenis Kenzior1-0/+34
2013-09-12test: Add selecting the modem in private-chatDenis Kenzior1-1/+7
2013-09-12test: Add selecting the modem in create-multipartyDenis Kenzior1-1/+4
2013-02-22dundee: Fix typo in dundee-disconnect testPaulo Borges1-1/+1
2012-12-17test: Tweak list-modems to display battchgDenis Kenzior1-1/+2
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: Fix modem path handling for icon testingMarcel Holtmann1-2/+2
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-22test: Fix ascii conversion exceptionDenis Kenzior1-0/+3
2012-11-23test: Handle DisplayText with async_callbacks optionMarcel Holtmann1-3/+16
2012-09-11test: iconId value is not a printable characterPhilippe Nunes1-4/+5
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
2012-08-09test: Fix printing of modem property stringsMarcel Holtmann1-2/+2
2012-08-07test: Remove test-voicecall scriptDenis Kenzior1-94/+0
This is no longer useful as phonesim does not automatically transition dialing calls to active state.
2012-08-07test: Add support for CSSI/CSSU notificationsDenis Kenzior1-6/+7
2012-08-07test: Fix weird formatting mis-matchesDenis Kenzior1-23/+23
2012-08-07test: Remove redundant code from monitor-ofonoDenis Kenzior1-44/+12
2012-08-06test: Add hangup-call script for GCF testingGuillaume Zajac1-0/+14
2012-08-05test: Add release-and-swap scriptDenis Kenzior1-0/+22
2012-08-03test: Add hangup-multiparty script for GCF testingGuillaume Zajac1-0/+20
2012-08-02test: Add hold-and-answer script for GCF testingGuillaume Zajac1-0/+20
2012-07-27test: Remove test-ussd as it is redundantPhilippe Nunes1-75/+0
2012-07-27test: Add send-ussd scriptPhilippe Nunes1-0/+57
Simpler script that test-ussd that is still capable of replying to network initiated USSD requests and USSD dialogs.
2012-07-27monitor-ofono: Fix to print non-English charactersPhilippe Nunes1-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-25test: Fix missing UseDeliveryReports setting for SMS scriptMarcel Holtmann1-2/+2
2012-06-19test: Add change-pin scriptDenis Kenzior1-0/+29
2012-05-30test: Add new script for SS GCF test casesGuillaume Zajac1-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-22dundee: Add test scriptsDaniel Wagner3-0/+149
2012-05-21test: Add timeout to be compliant with GCFGuillaume Zajac2-2/+2
With some GCF test cases, default python script timeout is too short to pass the tests.
2012-04-23test: Add test script for ReleaseAndAnswerDenis Kenzior1-0/+22
2012-01-01test: Add script for rejecting incoming callsMarcel Holtmann1-0/+33
2011-10-21test: Pretty print the new HF Features propertyDenis Kenzior1-1/+2