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

Unified Diff: server/site_tests/example_UnitTestServer/example_UnitTestServer.py

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/example_UnitTestServer.py
diff --git a/server/site_tests/example_UnitTestServer/example_UnitTestServer.py b/server/site_tests/example_UnitTestServer/example_UnitTestServer.py
new file mode 100644
index 0000000000000000000000000000000000000000..6de7810645f19a17d9c3cf3eac5155f4c576c397
--- /dev/null
+++ b/server/site_tests/example_UnitTestServer/example_UnitTestServer.py
@@ -0,0 +1,10 @@
+# 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.
+
+from autotest_lib.server.bin import unit_test_server
+
+class example_UnitTestServer(unit_test_server.unit_test_server):
+ version = 1
+ client_test = 'example_UnitTest'
+ test_files = ['main.cc']
« server/bin/unit_test_server.py ('K') | « server/site_tests/example_UnitTestServer/control ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698