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 = "usanghi" 6NAME = "platform_CryptohomeMigrateChapsTokenClient" 7ATTRIBUTES = "suite:manual" 8TIME = "SHORT" 9TEST_CATEGORY = "Functional" 10TEST_CLASS = "Platform" 11TEST_TYPE = "client" 12 13DOC = """ 14This test executes client side code for platform_CryptohomeMigrateChapsToken 15""" 16 17job.run_test("platform_CryptohomeMigrateChapsTokenClient", 18 generate_key=True, tag="generate_key_true") 19 20job.run_test("platform_CryptohomeMigrateChapsTokenClient", 21 tag="generate_key_false")