1# Copyright 2016 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 = 'dkrahn' 6NAME = 'brillo_NVRAM' 7TIME = 'SHORT' 8TEST_CATEGORY = 'Functional' 9TEST_TYPE = 'Server' 10 11DOC = """ 12Tests basic Access-Controlled NVRAM HAL module functionality. 13""" 14 15def run(machine): 16 job.run_test('brillo_NVRAM', host=hosts.create_host(machine)) 17 18 19parallel_simple(run, machines) 20