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

Unified Diff: server/site_tests/suite_BuildVerify/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/site_tests/logging_LogVolume/stateful_whitelist.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_tests/suite_BuildVerify/control
diff --git a/server/site_tests/suite_BuildVerify/control b/server/site_tests/suite_BuildVerify/control
index 73ec38a3e0bb892f03f8e88de8d0b4c0c7352e2c..5af085baf484bfcfe874cf69a3abea35ccb650c1 100644
--- a/server/site_tests/suite_BuildVerify/control
+++ b/server/site_tests/suite_BuildVerify/control
@@ -90,6 +90,14 @@ client_at.run_test('hardware_SAT', seconds=20)
client_at.run_test('login_CryptohomeMounted', tag='success')
+# Check volume of logging, and expect less than 50% of this machine's
+# stateful partition is used. Also make sure there's not a serious
+# problem with the patterns being too permissive by assuming most were
+# required.
+client_at.run_test('logging_LogVolume',
+ constraints=['percent_stateful_used <= 50',
+ 'percent_unused_patterns <= 70'])
+
client_at.run_test('network_DisableInterface',
iface_name='eth0', tag='eth0')
client_at.run_test('network_DisableInterface',
« no previous file with comments | « client/site_tests/logging_LogVolume/stateful_whitelist.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698