• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2011 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 = "Chrome OS Team"
6NAME = "dummy_Pass.wifichaos"
7PURPOSE = "To re-image chaos_dut machines nightly."
8CRITERIA = "This test will always succeed."
9ATTRIBUTES = "suite:wifichaos"
10SUITE = "wifichaos"
11DEPENDENCIES = "chaos_dut"
12TIME = "SHORT"
13TEST_CATEGORY = "General"
14TEST_CLASS = "dummy"
15TEST_TYPE = "client"
16
17DOC = """
18This is a placeholder test for allowing the scheduler to install tests on the
19chaos_dut machines
20"""
21
22job.run_test('dummy_Pass', tag='wifichaos')
23
24
25