Home | History | Annotate | Download | only in dummy_PassServer
      1 # Copyright 2014 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 = "fdeng, chromeos-lab-infrastructure"
      6 NAME = "dummy_PassServer.sanity"
      7 PURPOSE = "An empty control file that does nothing."
      8 CRITERIA = "This test will always succeed."
      9 ATTRIBUTES = "suite:sanity"
     10 SUITE = "sanity"
     11 TIME = "SHORT"
     12 TEST_CATEGORY = "General"
     13 TEST_CLASS = "dummy"
     14 TEST_TYPE = "server"
     15 
     16 DOC = """
     17 It belongs to sanity suite, which verifies provisioning.
     18 The only purpose of this test is to trigger a provision task.
     19 We explicitly make it not call job.runtest to avoid overhead of
     20 installing/uninstalling autotest packages.
     21 """
     22 
     23 # We need to record the state, so that tko paser can still parse it
     24 # as a test.
     25 job.record('START', None, NAME)
     26 job.record('END GOOD', None, NAME)
     27