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_CryptohomeMigrateChapsToken" 7TIME = "SHORT" 8TEST_CATEGORY = "Experimental" 9TEST_CLASS = "platform" 10TEST_TYPE = "server" 11ATTRIBUTES = "suite:bvt-perbuild" 12 13DOC = """ 14This test verifies that a user's pkcs11 signing keys are preserved 15through a device upgrade 16""" 17 18 19job.run_test("platform_CryptohomeMigrateChapsToken", 20 host=hosts.create_host(machines[0])) 21