Commit Graph

261 Commits

Author SHA1 Message Date
Nandini Rebello ef6c257a3e test: add support for new languages
Adding new language support to set "alphabet" parameter.
2018-10-15 14:09:53 -05:00
Nandini Rebello 638583522e test: Add test script to set sms alphabet 2018-10-01 14:54:29 -05:00
Pavel Machek 1a5fd30baa test: Better help for delivery reports
Explain "delivery report" parameter in send-sms.
2018-09-27 17:21:16 -05:00
Denis Kenzior 2f112eaa9b test: Fix up process-context-settings 2017-11-13 21:24:37 -06:00
Denis Kenzior aff02b297c test: Add list-applications
This calls SimAuthentication.GetApplications
2017-10-26 10:23:47 -05:00
James Prestwood 5556e2ac57 test: added tests for GSM/UMTS auth algorithms 2017-10-12 09:51:48 -05:00
Ankit Navik 7f6b9e1040 test: add scripts to test ims registration 2017-10-05 11:47:38 -05:00
Nishanth V 9b023a0b06 test: added script to test serving cell agent 2017-09-08 15:08:13 -05:00
Djalal Harouni 5a35d19eb0 test:netmon: support EARFCN, Eband and CQI in testing scripts 2016-12-13 11:04:45 -06:00
Djalal Harouni 9106cbbaea test: support NETMON_INFO_{RXLEV|RSCP|ECN0|RSRQ|RSRP}
Display the following fields if they are returned.

RXLEV:  Received Signal Strength
RSCP:   Received Signal Code Power
ECN0:   Received Energy Ratio
RSRQ:   Reference Signal Received Quality
RSRP:   Reference Signal Received Power
2016-11-30 09:55:47 -06:00
Dragos Tatulea 217efa7f25 test: add script for setting lte atom properties 2016-11-11 10:46:26 -06:00
Denis Kenzior ee98484193 test: Add cancel-sms script 2016-06-06 11:03:01 -05:00
Denis Kenzior 4f8d85665d test: Fix permissions 2016-06-06 11:02:18 -05:00
Rajagopal Aravindan deb8652c35 test: Added test to disable sofia 3gr tx throttling 2016-05-24 11:03:11 -05:00
Rajagopal Aravindan 06bc8c4160 test: Added test to enable sofia 3gr tx throttling 2016-05-24 11:02:18 -05:00
Nishanth V 77856af5bd test: Add list allowed access points script 2016-04-21 10:03:55 -05:00
Samrat Guha Niyogi 12f6d1d32e test: Support SoftwareVersionNumber in test-modem 2016-03-31 10:16:40 -05:00
Nishanth V 1bfdd57519 test: Add get serving cell information script 2016-03-31 10:00:59 -05:00
Anirudh Gargi a8a6fdfcb5 test: Add sms bearer set and SMSC set scripts 2016-03-22 10:30:01 -05:00
Denis Kenzior e28c554059 test: Add register-operator 2016-01-28 22:06:13 -06:00
Denis Kenzior f7088384e8 test: Add register-auto 2016-01-28 22:05:43 -06:00
Denis Kenzior 1edb6eec9b test: Fix file mode for reset-contexts 2015-05-18 10:02:10 -05:00
Alfonso Sanchez-Beato f3f3dabfac test: Add script for resetting contexts 2015-05-18 09:08:28 -05:00
Alfonso Sanchez-Beato e1cbc5c5ea test: Add AvailableTechnologies to list-modems 2014-12-10 11:03:16 -06:00
Neil Jerram 19519b2132 test: Support receiving SMS with non-ASCII chars
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-11-24 12:29:45 -06:00
Denis Kenzior fb1b213e22 test: Add test/set-ddr
Script to set DistractedDrivingReduction property
2014-10-20 13:40:28 -05:00
Alfonso Sanchez-Beato 62c34467a2 test: Adapt data test scripts to multi-modem
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 23:36:09 -05:00
Alfonso Sanchez-Beato d9f252fb61 test: Adapt voice call test scripts to multi-modem
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-06-10 23:23:51 -05:00
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 5bf5cf8ddd test: Replace obsolete has_key() with "in"
In order to also work with Python 3
2014-03-11 19:33:04 -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 a8e4073d0e test: Add set-msisdn script 2013-09-12 13:17:39 -05:00
Denis Kenzior df25ccac49 test: Add display-icon script 2013-09-12 13:17:39 -05:00
Denis Kenzior d94eb705c7 test: Add selecting the modem in private-chat 2013-09-12 13:17:39 -05:00
Denis Kenzior 75e747122c test: Add selecting the modem in create-multiparty 2013-09-12 13:17:39 -05:00
Paulo Borges ba07289963 dundee: Fix typo in dundee-disconnect test 2013-02-22 11:29:01 -06:00
Denis Kenzior 11875b7f79 test: Tweak list-modems to display battchg 2012-12-17 09:50:22 -06: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 5e2953a21e test: Fix modem path handling for icon testing 2012-11-25 15:02:23 +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
Denis Kenzior ef2066b004 test: Fix ascii conversion exception 2012-11-22 06:51:01 -06:00
Marcel Holtmann e3cb6a5c68 test: Handle DisplayText with async_callbacks option 2012-11-23 16:18:52 +01:00
Philippe Nunes c0a4b69e7e test: iconId value is not a printable character 2012-09-11 23:27:14 -05: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