blob: 15aa1ae5c7aea5dfdc8eaceb065155eb89c096cd [file] [log] [blame]
# 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" }}],
],
}