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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « server/site_tests/network_VPN/000VPNGenesis ('k') | server/site_tests/network_VPN/control » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 #
5 # Test that a VPN 'kind' is required.
6 #
7
8 { "name":"VPNNoKindSpecified",
9 "steps":[
10 [ "!vpn_server_config", { "config": { "unused":"not written" }}],
11 [ "!vpn_server_config", { "kind":"gungla",
12 "config": { "unused":"not written" }}],
13 [ "!vpn_client_config" ],
14 [ "!vpn_client_config", { "files": { "alpha":">bad-file" }}],
15
16 ],
17 }
OLDNEW
« 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