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

Unified Diff: server/site_tests/network_WiFiPerf/control

Issue 6128002: autotest: create WiFiPerf suite (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Created 9 years, 11 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_WiFiPerf/control
diff --git a/server/site_tests/network_WiFiPerf/control b/server/site_tests/network_WiFiPerf/control
new file mode 100644
index 0000000000000000000000000000000000000000..5551944d42d152d7382368b08001b59abdaa6c95
--- /dev/null
+++ b/server/site_tests/network_WiFiPerf/control
@@ -0,0 +1,33 @@
+# Copyright (c) 2010 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 = "Sam Leffler <sleffler@google.com>"
+TIME = "LONG"
+NAME = "WiFi Perf"
+TEST_CATEGORY = "Stress"
+TEST_CLASS = "network"
+TEST_TYPE = "Server"
+SYNC_COUNT = 1
+DOC = """
+WiFiMatFunc is a suite of 3-machine tests to validate basic WiFi functionality.
+One client, one server, and one programmable WiFi AP/Router are required
+(either off-the-shelf with a network-accesible CLI or a Linux/BSD system
+with a WiFi card that supports HostAP functionality).
+
+Configuration information to run_test:
+
+server - the IP address of the server (automatically filled in)
+client - the IP address of the client (automatically filled in)
+router - the IP address of the WiFi AP/Router and the names of the
+ wifi and wired devices to configure
+"""
+
+from autotest_lib.server import site_wifitest
+
+
+def run_server_tests(machine):
+ site_wifitest.run_test_dir("network_WiFiPerf", job, args, machine)
+
+
+parallel_simple(run_server_tests, machines)

Powered by Google App Engine
This is Rietveld 408576698