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