19 lines
544 B
Plaintext
19 lines
544 B
Plaintext
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
AUTHOR = "Chromium OS Authors"
|
|
NAME = "platform_CryptohomeMultiple"
|
|
PURPOSE = "Tests the API for mounting multiple cryptohomes at once."
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "Security"
|
|
TEST_CLASS = "functional"
|
|
TEST_TYPE = "client"
|
|
ATTRIBUTES = "suite:bvt-perbuild"
|
|
|
|
DOC = """
|
|
Performs functional tests for cryptohome multi-mount.
|
|
"""
|
|
|
|
job.run_test('platform_CryptohomeMultiple')
|