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.openvpn' 7ATTRIBUTES = "suite:bvt-perbuild, suite:network_nightly" 8TIME = 'SHORT' 9TEST_TYPE = 'client' 10 11DOC = """ 12 Tests that we can complete OpenVPN authentication. This is a client-only 13 test which verifies function of the OpenVPN client. Since the server it 14 is testing against is itself, this test is best suited for verifying that 15 the connection manager is correctly passing parameters to the underlying 16 VPN client to have it properly connect. 17 18 This test fails if the DUT cannot authenticate to a locally running 19 OpenVPN server runing at the other end of a virtual Ethernet interface. 20 21""" 22 23job.run_test('network_VPNConnect', 24 vpn_types=[ 'openvpn' ], 25 tag=NAME.split('.')[1]) 26