• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5NAME = "platform_CrashStateful"
6AUTHOR = "chromeos-kernel,taysom"
7ATTRIBUTES = "suite:kernel_daily_regression"
8SUITE = "kernel_daily_regression"
9DEPENDENCIES = "servo"
10TIME = "MEDIUM"
11TEST_CATEGORY = "Functional"
12TEST_CLASS = "platform"
13TEST_TYPE = "server"
14
15DOC = """
16Tests crash recovery of stateful partition.
17"""
18
19def run_crash_stateful(machine):
20    host = hosts.create_host(machine)
21    job.run_test("platform_CrashStateful", host=host)
22
23parallel_simple(run_crash_stateful, machines)
24