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

Issue 3136024: Changed to new value we support for kernel/panic. (Closed)

Created:
10 years, 4 months ago by kdlucas
Modified:
9 years, 7 months ago
Reviewers:
hughd
CC:
chromium-os-reviews_chromium.org, sosa+cc_chromium.org, seano, ericli, petkov+cc_chromium.org
Base URL:
ssh://git@chromiumos-git//autotest.git
Visibility:
Public.

Description

Changed to new value we support for kernel/panic.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M client/site_tests/platform_OSLimits/platform_OSLimits.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
kdlucas
10 years, 4 months ago (2010-08-20 22:57:55 UTC) #1
hughd
10 years, 4 months ago (2010-08-20 23:08:46 UTC) #2
LGTM

On Fri, Aug 20, 2010 at 3:57 PM,  <kdlucas@chromium.org> wrote:
> Reviewers: hughd,
>
> Description:
> Changed to new value we support for kernel/panic.
>
> Please review this at http://codereview.chromium.org/3136024/show
>
> SVN Base: ssh://git@chromiumos-git//autotest.git
>
> Affected files:
>  M client/site_tests/platform_OSLimits/platform_OSLimits.py
>
>
> 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,
>                     }
>
>
>

Powered by Google App Engine
This is Rietveld 408576698