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" 8CRITERIA = """ 9Will check it with options to rootdev e.g. -d 10it should be /dev/sd{a,b} (-d) or /dev/nvme0n1 or mmcblk0 11""" 12ATTRIBUTES = "suite:regression" 13TIME = "SHORT" 14TEST_CATEGORY = "Functional" 15TEST_CLASS = "platform" 16TEST_TYPE = "client" 17 18DOC = """ 19Definitions of the results: 20 21it should be /dev/sda (-d) or /dev/nvme0n1 or mmcblk0 22 23""" 24 25job.run_test('platform_Rootdev') 26