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