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