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

Unified Diff: client/site_tests/platform_OSLimits/platform_OSLimits.py

Issue 3136024: Changed to new value we support for kernel/panic. (Closed) Base URL: ssh://git@chromiumos-git//autotest.git
Patch Set: Created 10 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/platform_OSLimits/platform_OSLimits.py
diff --git a/client/site_tests/platform_OSLimits/platform_OSLimits.py b/client/site_tests/platform_OSLimits/platform_OSLimits.py
index 4794f038afeb08ce38fafa2370e0ab5a4535128e..3f17762e8ee7ace478653a9f119c815569d9da64 100644
--- a/client/site_tests/platform_OSLimits/platform_OSLimits.py
+++ b/client/site_tests/platform_OSLimits/platform_OSLimits.py
@@ -80,7 +80,7 @@ class platform_OSLimits(test.test):
}
ref_equal = {'leases': 1,
- 'panic': 0,
+ 'panic': -1,
'sysrq': 1,
'suid-dump': 0,
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698