diff options
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | 2012-11-12 14:07:22 +0200 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-11-23 12:58:50 +0200 |
commit | 6ed9559f6914a32fd90c17c097251f2bd5e01ef0 (patch) | |
tree | b4b8ec3fa68cad42c624f7f6c33b6332f43d254b /test | |
parent | 4ba04eb6172f898402e0aa66f0dc8f564a12279f (diff) | |
download | connman-6ed9559f6914a32fd90c17c097251f2bd5e01ef0.tar.gz connman-6ed9559f6914a32fd90c17c097251f2bd5e01ef0.tar.bz2 connman-6ed9559f6914a32fd90c17c097251f2bd5e01ef0.zip |
test: Renamed old VPN scripts
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.
Diffstat (limited to 'test')
-rwxr-xr-x | test/connect-provider (renamed from test/connect-vpn) | 0 | ||||
-rwxr-xr-x | test/remove-provider (renamed from test/disconnect-vpn) | 2 |
2 files changed, 0 insertions, 2 deletions
diff --git a/test/connect-vpn b/test/connect-provider index 15128c85..15128c85 100755 --- a/test/connect-vpn +++ b/test/connect-provider diff --git a/test/disconnect-vpn b/test/remove-provider index 9a6620c4..39f8de77 100755 --- a/test/disconnect-vpn +++ b/test/remove-provider @@ -17,5 +17,3 @@ path = "" + sys.argv[1] print "remove path is %s" %(path) manager.RemoveProvider(sys.argv[1]) - - |