blob: 887401e3ce5414eb78c02d228a69a584d4eaf358 [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.
# TEST IS DISABLED UNTIL MIGRATED TO PYTHON 3.
# For instructions on how to: go/tauto-py3-migration
# To re-enable migrate to Python 3.
# If the test is not migrated by 1/14/22 it will be deleted.
TIME="SHORT"
AUTHOR = "The Chromium OS Authors (chromium-os-dev@chromium.org)"
DOC = """
Tests that OpenSSL (in the default configuration) works.
"""
NAME = "platform_OpenSSLActual"
PURPOSE = "Real-world integration test for openssl"
CRITERIA = """
Fail if curl (which uses openssl) fails to actually fetch https://www.google.com
"""
TEST_CLASS = "platform"
TEST_CATEGORY = "Functional"
TEST_TYPE = "client"
job.run_test("platform_OpenSSLActual")