summaryrefslogtreecommitdiffstats
path: root/test/deactivate-context
AgeCommit message (Collapse)AuthorFilesLines
2014-06-10test: Adapt data test scripts to multi-modemAlfonso Sanchez-Beato1-23/+40
Some tests scripts were not ready to handle situations with more than one modem present. This change fixes the data context scripts.
2014-03-11test: Convert to Python 3Martin Pitt1-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.
2014-03-11test: Make exceptions compatible with Python 3Martin Pitt1-1/+1
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 Pitt1-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.
2010-10-21test: Add option to also enable other than the first contextMarcel Holtmann1-1/+4
2010-09-09test: Update to the new Manager apiDenis Kenzior1-7/+2
2010-08-20test: Fix wrong method name in context deactivation scriptMarcel Holtmann1-1/+1
2010-08-19test: update deactivate-context to the new APIDenis Kenzior1-7/+7
2010-04-20Improve GPRS test scriptsAki Niemi1-1/+5
Catch some errors and add a script for removing contexts.
2009-11-18Add test script to deactivate a contextMarcel Holtmann1-0/+36