You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
479 B
16 lines
479 B
# Copyright (c) 2018 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 = "louiscollard,apronin"
|
|
NAME = "firmware_Cr50VirtualNVRam"
|
|
PURPOSE = "Test vNVRAM functionality in cr50"
|
|
TIME = "SHORT"
|
|
TEST_TYPE = "Client"
|
|
|
|
DOC = """
|
|
Verifies basic read functionality for vNVRAM indices, and checks
|
|
the correct permissions are enforced.
|
|
"""
|
|
|
|
job.run_test('firmware_Cr50VirtualNVRam') |