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