blob: d215e9a973a1ccc0c6bd03ebeb2d7ab6736e3f81 [file] [log] [blame]
# Copyright (c) 2013 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 = 'wiley, pstew'
NAME = 'network_DestinationVerification'
SUITE = 'bvt-cq, network_nightly'
TIME = 'SHORT'
TEST_TYPE = 'client'
JOB_RETRIES = 1
DOC = """
Tests that we can validate a ChromeCast device by its certificate. This test
fails if crypto-util is unable to verify a valid ChromeCast device
certificate or validates an invalid certificate. This checks the ways that
crypto-util interacts with OpenSSL and verifies that we're expecting the
correct key/certificate formats.
"""
job.run_test('network_DestinationVerification')