1 # Copyright 2014 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 = 'mnissler, pastarmovj' 6 NAME = 'platform_SessionManagerStateKeyGeneration' 7 ATTRIBUTES = "suite:experimental" 8 TIME = 'SHORT' 9 TEST_TYPE = 'client' 10 11 DOC = """ 12 This test invokes session_manager's GetSeverBackedStateKeys DBus method and 13 checks whether the returned state keys look sane. This ensures that any 14 hardware identifiers required to generate state keys (such as machine and disk 15 serial numbers) can be extracted successfully from the device. 16 """ 17 18 job.run_test('platform_SessionManagerStateKeyGeneration') 19