• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2009 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
5AUTHOR = "Kobic@codeaurora.org (Kobi Cohen-Arazi)"
6NAME = "platform_Rootdev"
7PURPOSE = "Test rootdev correctness on x86 and arm"
8CRITERIA = """
9Will check it with options to rootdev e.g. -d
10on x86 it should be /dev/sd{a,b} (-d) or /dev/sd{a,b}3
11on arm is should be /dev/mmcblk{0,1} (-d) or /dev/mmcblk{0,1}p3
12"""
13ATTRIBUTES = "suite:regression"
14SUITE = "regression"
15TIME = "SHORT"
16TEST_CATEGORY = "Functional"
17TEST_CLASS = "platform"
18TEST_TYPE = "client"
19
20DOC = """
21Definitions of the results:
22
23on x86 it should be /dev/sda (-d) or /dev/sda3
24on arm is should be /dev/mmcblk{0,1} (-d) or /dev/mmcblk{0,1}p3
25
26"""
27
28job.run_test('platform_Rootdev')
29