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