summaryrefslogtreecommitdiff
path: root/test/remove-provider
Commit message (Collapse)AuthorAgeFilesLines
* test: Update all Python script to version 3Daniel Wagner2020-02-101-2/+2
| | | | | | | Python2 is EOL, it's time to update our test script to run with Python3. The conversion was done using 2to3 and most of the scripts will run with both versions. Since most of the transformation is about updating the print commands. Only a quick smoke test was done.
* test: Renamed old VPN scriptsJukka Rissanen2012-11-231-0/+19
Renamed connect-vpn to connect-provider and disconnect-vpn to remove-provider In order to not confuse the user, change the name of the old vpn connect/disconnect script. Now the name of the script reflects the name of the manager dbus api. The connect-provider will use the old ConnectProvider manager dbus interface instead of directly connecting to connman-vpnd.