1# Copyright (c) 2013 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 5AUTHOR = 'pstew, wiley, quiche' 6NAME = 'network_VPNConnect.l2tpipsec_cert' 7PURPOSE = 'Verify shill correctly authenticates to an L2TP/IPSec Cert VPN' 8ATTRIBUTES = "suite:bvt-perbuild, suite:network_nightly, suite:toolchain-tests" 9TIME = 'SHORT' 10TEST_TYPE = 'client' 11 12DOC = """ 13 Tests that we can complete L2TP/IPSec certificate VPN authentication. 14 This is a client-only test which verifies function of the L2TP/IPSec 15 client. Since the server it is testing against is itself, this test 16 is best suited for verifying that the connection manager and VPN 17 manager are correctly passing parameters to the underlying VPN client 18 to have it properly connect. 19 20 This test fails if the DUT cannot authenticate to a locally running 21 L2TP/IPSec certificate-based VPN server running at the other end of a 22 virtual Ethernet interface. 23 24""" 25 26job.run_test('network_VPNConnect', 27 vpn_types=[ 'l2tpipsec-cert' ], 28 tag=NAME.split('.')[1]) 29