| Index: server/site_tests/network_VPN/control
|
| diff --git a/server/site_tests/network_VPN/control b/server/site_tests/network_VPN/control
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e0c304fa419712b5f98a72783d6720cfc5a5ae12
|
| --- /dev/null
|
| +++ b/server/site_tests/network_VPN/control
|
| @@ -0,0 +1,34 @@
|
| +# 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.
|
| +
|
| +AUTHOR = "Taylor Hutt <thutt@google.com>"
|
| +TIME = "LONG"
|
| +NAME = "Network VPN"
|
| +TEST_CATEGORY = "Stress"
|
| +TEST_CLASS = "network"
|
| +TEST_TYPE = "Server"
|
| +SYNC_COUNT = 1
|
| +DOC = """
|
| +
|
| +You must have the 53d0a92e9b0b37daebc795cc1ea4684d1c0dffd8 from
|
| +chromeos/master to have the necessary configuration changes to the
|
| +openwrt repository. You must then build the 'rspro' variant and
|
| +upgrade your router with the new firmware to be able to run this test.
|
| +
|
| +You must build the 'rspro' openwrt variant with these configuration
|
| +changes, and update the rspro router to the newly built firmware to be
|
| +able to run this test.
|
| +
|
| +This test starts & verfies a VPN connection from the Client (DUT) to
|
| +the Server (rspro).
|
| +
|
| +"""
|
| +
|
| +from autotest_lib.server import site_wifitest
|
| +
|
| +
|
| +def run_server_tests(machine):
|
| + site_wifitest.run_test_dir("network_VPN", job, args, machine)
|
| +
|
| +parallel_simple(run_server_tests, machines)
|
|
|