1# Copyright (c) 2010 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 = "Chrome OS Team" 6DOC = "Verifies " 7NAME = "platform_Nvram" 8PURPOSE = "Verify /dev/nvram exists and is readable." 9CRITERIA = """ 10Fail if /dev/nvram does not exist or not readable. 11""" 12TIME = "SHORT" 13TEST_CATEGORY = "Functional" 14TEST_CLASS = "platform" 15TEST_TYPE = "client" 16 17job.run_test('platform_Nvram') 18