• 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"
14TIME = "SHORT"
15TEST_CATEGORY = "Functional"
16TEST_CLASS = "platform"
17TEST_TYPE = "client"
18
19DOC = """
20Definitions of the results:
21
22on x86 it should be /dev/sda (-d) or /dev/sda3
23on arm is should be /dev/mmcblk{0,1} (-d) or /dev/mmcblk{0,1}p3
24
25"""
26
27job.run_test('platform_Rootdev')
28