summaryrefslogtreecommitdiff
path: root/test/process-context-settings
Commit message (Collapse)AuthorAgeFilesLines
* test: process-context-settings: print settings to stderrMartin Hundebøll2019-07-191-7/+13
| | | | | | | Prepare the test to print commands to execute and let the caller evaluate those. In that way, more commands can be added to also set up name servers and default routes without secretly breaking the existing system network setup.
* test: process-context-settings: use ip instead of ifconfig/routeMartin Hundebøll2019-07-191-3/+3
|
* test: Fix up process-context-settingsDenis Kenzior2017-11-131-6/+6
|
* 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 print calls compatible with Python 3Martin Pitt2014-03-111-7/+7
| | | | | | 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: Print interface name of static context configurationMarcel Holtmann2010-10-261-0/+1
|
* test: Update to the new Manager apiDenis Kenzior2010-09-091-7/+2
|
* test: update process-context-settings to the new APIDenis Kenzior2010-08-191-10/+5
|
* Fix context processing test script when no gateway is providedMarcel Holtmann2010-08-101-1/+4
|
* Add first version of script for applying GPRS settingsMarcel Holtmann2009-11-241-0/+60