| 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" }}],
|
| +
|
| + ],
|
| +}
|
|
|