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