summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2012-11-12 14:07:22 +0200
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-11-23 12:58:50 +0200
commit6ed9559f6914a32fd90c17c097251f2bd5e01ef0 (patch)
treeb4b8ec3fa68cad42c624f7f6c33b6332f43d254b
parent4ba04eb6172f898402e0aa66f0dc8f564a12279f (diff)
downloadconnman-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.
-rw-r--r--Makefile.am2
-rwxr-xr-xtest/connect-provider (renamed from test/connect-vpn)0
-rwxr-xr-xtest/remove-provider (renamed from test/disconnect-vpn)2
3 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 6fc45d0f..ce4517f7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -300,7 +300,7 @@ test_scripts = test/get-state test/list-services \
test/monitor-services test/test-clock \
test/simple-agent test/show-introspection test/test-compat \
test/test-manager test/test-connman test/monitor-connman \
- test/connect-vpn test/disconnect-vpn \
+ test/connect-provider test/remove-provider \
test/test-counter test/set-ipv4-method test/set-ipv6-method \
test/get-services test/get-proxy-autoconfig test/set-proxy \
test/enable-tethering test/disable-tethering test/backtrace \
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])
-
-