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