18 lines
483 B
Plaintext
18 lines
483 B
Plaintext
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
AUTHOR = "Chrome OS Team"
|
|
DOC = "Verifies "
|
|
NAME = "platform_Nvram"
|
|
PURPOSE = "Verify /dev/nvram exists and is readable."
|
|
CRITERIA = """
|
|
Fail if /dev/nvram does not exist or not readable.
|
|
"""
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "Functional"
|
|
TEST_CLASS = "platform"
|
|
TEST_TYPE = "client"
|
|
|
|
job.run_test('platform_Nvram')
|