blob: 029b4baa51d9581ff5859f4fd7e219f473c85ae8 [file] [log] [blame]
# 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.
TIME='SHORT'
AUTHOR = 'The Chromium OS Authors'
DOC = """
Ensures that the built-in Root CAs matches the whitelist for CrOS.
"""
NAME = 'security_RootCA'
PURPOSE = 'Ensures that the built-in Root CAs matches the whitelist for CrOS.'
CRITERIA = """
Fail if the nss/openssl databases fail to match each other or the whitelist.
"""
SUITE = "bvt, smoke"
TEST_CLASS = 'security'
TEST_CATEGORY = 'Functional'
TEST_TYPE = 'client'
job.run_test('security_RootCA', opts=args)