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