20 lines
618 B
Plaintext
20 lines
618 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_CryptohomeNonDirs"
|
|
PURPOSE = "Tests Cryptohome's protection against non-directory mounts."
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "Security"
|
|
TEST_CLASS = "functional"
|
|
TEST_TYPE = "client"
|
|
ATTRIBUTES = "suite:bvt-perbuild"
|
|
|
|
DOC = """
|
|
Tests whether cryptohome correctly returns errors when non-directory components
|
|
are present in the paths it needs to mount at.
|
|
"""
|
|
|
|
job.run_test('platform_CryptohomeNonDirs')
|