summaryrefslogtreecommitdiff
path: root/test/test-network-registration
Commit message (Collapse)AuthorAgeFilesLines
* test: Convert to Python 3Martin Pitt2014-03-111-1/+1
| | | | | Change raw_input() to input() and unicode to str. This is *not* compatible with Python 2. Update the hashbangs to run with Python 3.
* test: Move from static gobject bindings to GIMartin Pitt2014-03-111-2/+2
| | | | | Use GLib gobject-introspection bindings so that we can also use the scripts with Python 3.
* test: Replace obsolete has_key() with "in"Martin Pitt2014-03-111-2/+2
| | | | In order to also work with Python 3
* test: Make exceptions compatible with Python 3Martin Pitt2014-03-111-1/+1
| | | | | Use "except Type as var" syntax to work with both Python >= 2.6 and Python 3.
* test: Make print calls compatible with Python 3Martin Pitt2014-03-111-12/+12
| | | | | | 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.
* test: add support to select modemGustavo F. Padovan2011-09-291-7/+13
|
* test: Remove deregister support from test scriptAki Niemi2011-01-201-5/+1
|
* test: Update to the new Manager apiDenis Kenzior2010-09-091-2/+2
|
* test: Update to new netreg APIDenis Kenzior2010-08-181-20/+0
|
* Fix wrong spelling of the word usageMarcel Holtmann2010-06-031-3/+3
|
* Update tests to new netreg APIDenis Kenzior2010-03-251-3/+3
|
* Rename AvailableOperators to OperatorsDenis Kenzior2010-03-251-1/+1
|
* Fix NetworkRegistration test by fixing indentation.Andrzej Zaborowski2009-06-181-1/+1
| | | | | [Sorry if you get this mail or some of the other mails a second time, I sent a copy from an unsubscribed address yesterday].
* Fixup style issues with previous MCC/MNC patchDenis Kenzior2009-06-121-1/+1
| | | | | | | - Breakup MCC/MNC LENGTH constant - Don't hardcode numbers - Fix >80 column length - Fix test case to expect strings instead of shorts
* Add test script for NetworkRegistration interfaceDenis Kenzior2009-05-281-0/+89