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