• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2017 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 = "check_setup_storage_qual"
7PURPOSE = """
8Test moblab has correct DUT configuration for storage qual suite
9"""
10
11TIME = "SHORT"
12TEST_CATEGORY = "Setup"
13TEST_CLASS = "suite"
14TEST_TYPE = "Server"
15
16DOC = """
17Tests that moblab has the minimum number of DUTs, with correct labels. This
18test relieves the pain point of kicking off a long running test suite, but
19having a handful of tests fail, or not run at all because some the DUT setup
20wasn't correct.
21"""
22
23import common
24from autotest_lib.server.cros.dynamic_suite import dynamic_suite
25
26args_dict['add_experimental'] = True
27args_dict['name'] = NAME
28args_dict['job'] = job
29
30dynamic_suite.reimage_and_run(**args_dict)
31