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