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
5TIME="SHORT"
6AUTHOR = "The Chromium OS Authors (chromium-os-dev@chromium.org)"
7DOC = """
8Tests that OpenSSL (in the default configuration) works.
9"""
10NAME = "platform_OpenSSLActual"
11PURPOSE = "Real-world integration test for openssl"
12CRITERIA = """
13Fail if curl (which uses openssl) fails to actually fetch https://www.google.com
14"""
15TEST_CLASS = "platform"
16TEST_CATEGORY = "Functional"
17TEST_TYPE = "client"
18
19job.run_test("platform_OpenSSLActual")
20