• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2021 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 = "dbeckett"
6NAME = "infra_TLSFakeOmaha.basic"
7TIME = "SHORT"
8TEST_TYPE = "server"
9PY_VERSION = 3
10
11DOC = """
12Test the TLS FakeOmaha API
13"""
14
15def run(machine):
16    job.run_test('infra_TLSFakeOmaha',
17                 host=hosts.create_host(machine),
18                 case='basic')
19
20parallel_simple(run, machines)
21