• 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 = 'wiley, avakulenko, keybuk'
6NAME = 'tendo_experimental'
7PURPOSE = 'Staging ground for Tendo BVT candidates'
8
9TIME = 'SHORT'
10TEST_CATEGORY = 'General'
11TEST_CLASS = 'suite'
12TEST_TYPE = 'Server'
13
14DOC = """
15Before a test is added to the BVT, it must demonstrate a track
16record of stability running in the lab.  The track record is
17created by adding it to a suite and allowing it to run.  This suite
18groups Tendo related tests for this purpose.
19
20@param build: The name of the image to test.
21              Ex: x86-mario-release/R17-1412.33.0-a1-b29
22@param board: The board to test on. Ex: x86-mario
23@param pool: The pool of machines to utilize for scheduling. If pool=None
24             board is used.
25@param check_hosts: require appropriate live hosts to exist in the lab.
26"""
27
28import common
29from autotest_lib.server.cros.dynamic_suite import dynamic_suite
30
31
32args_dict['add_experimental'] = False
33args_dict['name'] = NAME
34args_dict['job'] = job
35
36dynamic_suite.reimage_and_run(**args_dict)
37