summaryrefslogtreecommitdiff
path: root/test/activate-context
Commit message (Collapse)AuthorAgeFilesLines
* test: Adapt data test scripts to multi-modemAlfonso Sanchez-Beato2014-06-101-24/+41
| | | | | Some tests scripts were not ready to handle situations with more than one modem present. This change fixes the data context scripts.
* 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: 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-2/+2
| | | | | | 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: Increase the context activation timeoutMarcel Holtmann2011-07-251-1/+1
|
* test: Add option to also enable other than the first contextMarcel Holtmann2010-10-211-1/+4
|
* test: Update to the new Manager apiDenis Kenzior2010-09-091-7/+2
|
* test: Update activate-context to the new APIDenis Kenzior2010-08-191-8/+8
|
* Improve GPRS test scriptsAki Niemi2010-04-201-1/+5
| | | | Catch some errors and add a script for removing contexts.
* Add test script for activating the first contextMarcel Holtmann2009-10-251-0/+38