• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2020 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_TLSExecDUTCommand"
7TIME = "SHORT"
8TEST_TYPE = "server"
9ATTRIBUTES = 'suite:ent-nightly'
10
11DOC = """
12Test the TLS ExecDUTCommand API
13"""
14
15def run(machine):
16    job.run_test('infra_TLSExecDUTCommand',
17                 host=hosts.create_host(machine))
18
19parallel_simple(run, machines)
20