Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(495)

Unified Diff: server/site_tests/network_VPN/001VPNNoKindSpecified

Issue 6609034: VPN: Test to set up & validate a Client connection to the Server (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Fix headers, even though the copyright year regex is wrong Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « server/site_tests/network_VPN/000VPNGenesis ('k') | server/site_tests/network_VPN/control » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_tests/network_VPN/001VPNNoKindSpecified
diff --git a/server/site_tests/network_VPN/001VPNNoKindSpecified b/server/site_tests/network_VPN/001VPNNoKindSpecified
new file mode 100644
index 0000000000000000000000000000000000000000..15aa1ae5c7aea5dfdc8eaceb065155eb89c096cd
--- /dev/null
+++ b/server/site_tests/network_VPN/001VPNNoKindSpecified
@@ -0,0 +1,17 @@
+# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+#
+# Test that a VPN 'kind' is required.
+#
+
+{ "name":"VPNNoKindSpecified",
+ "steps":[
+ [ "!vpn_server_config", { "config": { "unused":"not written" }}],
+ [ "!vpn_server_config", { "kind":"gungla",
+ "config": { "unused":"not written" }}],
+ [ "!vpn_client_config" ],
+ [ "!vpn_client_config", { "files": { "alpha":">bad-file" }}],
+
+ ],
+}
« no previous file with comments | « server/site_tests/network_VPN/000VPNGenesis ('k') | server/site_tests/network_VPN/control » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698