1# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5AUTHOR = 'wiley, pstew'
6NAME = 'network_DestinationVerification'
7ATTRIBUTES = "suite:bvt-cq, subsystem:network"
8TIME = 'SHORT'
9TEST_TYPE = 'client'
10JOB_RETRIES = 2
11
12DOC = """
13  Tests that we can validate a ChromeCast device by its certificate.  This test
14  fails if crypto-util is unable to verify a valid ChromeCast device
15  certificate or validates an invalid certificate.  This checks the ways that
16  crypto-util interacts with OpenSSL and verifies that we're expecting the
17  correct key/certificate formats.
18
19"""
20
21job.run_test('network_DestinationVerification')
22