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

Unified Diff: server/site_tests/example_UnitTestServer/control

Issue 1597001: [Test Fixit] Code coverage test example. (Closed)
Patch Set: More cleanup - changed handling of perf dictionary. Created 10 years, 8 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/example_UnitTestServer/control
diff --git a/server/site_tests/example_UnitTestServer/control b/server/site_tests/example_UnitTestServer/control
new file mode 100644
index 0000000000000000000000000000000000000000..dbc2eb9d8bbf6d03634df35a8555b0071888b195
--- /dev/null
+++ b/server/site_tests/example_UnitTestServer/control
@@ -0,0 +1,21 @@
+# Copyright (c) 2009 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 = "Chrome OS Team"
+NAME = "unit_test_server"
+TIME = "SHORT"
+TEST_CATEGORY = "Benchmark"
+TEST_CLASS = "example"
+TEST_TYPE = "server"
+
+DOC = """
+This test executes an example unit test and then scrapes the code coverage
+information for processing on the server
+"""
+
+def run_unit_test(machine):
+ host = hosts.create_host(machine)
+ job.run_test("example_UnitTestServer", host=host)
+
+parallel_simple(run_unit_test, machines)

Powered by Google App Engine
This is Rietveld 408576698