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

Unified Diff: client/site_tests/logging_LogVolume/control

Issue 1213005: Add test to check stateful partition contents (Closed)
Patch Set: use site_ui_test, add a few files, rename wait_for_login, and remove trailing spaces Created 10 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
« no previous file with comments | « client/bin/site_ui_test.py ('k') | client/site_tests/logging_LogVolume/logging_LogVolume.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/logging_LogVolume/control
diff --git a/client/site_tests/logging_LogVolume/control b/client/site_tests/logging_LogVolume/control
new file mode 100644
index 0000000000000000000000000000000000000000..4d1a32db44bbc5b646c4a919034d6c0f15e1a32b
--- /dev/null
+++ b/client/site_tests/logging_LogVolume/control
@@ -0,0 +1,20 @@
+# 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 = "Chrome OS Team"
+NAME = "LogVolume"
+TIME = "SHORT"
+TEST_CATEGORY = "Functional"
+TEST_CLASS = "logging"
+TEST_TYPE = "client"
+
+DOC = """
+Test which files/directories are being written to the stateful partition
+and the rate of how fast it grows.
+"""
+
+job.run_test('logging_LogVolume',
+ constraints=[
+ 'percent_stateful_used <= 50',
+ 'percent_unused_patterns <= 70'])
« no previous file with comments | « client/bin/site_ui_test.py ('k') | client/site_tests/logging_LogVolume/logging_LogVolume.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698