blob: dfdac80fefc1dea4f528a4b035039a89072bf6d4 [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 = 2
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')