xref: /aosp_15_r20/external/autotest/client/site_tests/stub_Pass/wifichaos.star (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
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
5load("//metadata/test_common.star", "test_common")
6
7DOC = """
8This is a placeholder test for allowing the scheduler to install tests on the
9chaos_dut machines.
10"""
11
12TESTS = [
13    test_common.define_client_test(
14        test_name = "stub_Pass.wifichaos",
15        purpose = "To re-image chaos_dut machines nightly.",
16        doc = DOC,
17        # TODO: find real owners for this test.
18        owner_emails = ["[email protected]"],
19        suites = ["wifichaos"],
20        # TODO: common_deps = ["chaos_dut"],
21    ),
22]
23