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