Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: server/site_tests/network_VPN/control

Issue 6609034: VPN: Test to set up & validate a Client connection to the Server (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Made client & server code more similar. Updated failure tests Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698