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']) |