blob: 07e6b947d669596b4d6abdc6518f90675b733c08 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# TEST IS DISABLED UNTIL MIGRATED TO PYTHON 3.
# For instructions on how to: go/tauto-py3-migration
# To re-enable migrate to Python 3.
# If the test is not migrated by 1/14/22 it will be deleted.
AUTHOR = "Chrome OS Team"
NAME = "moblab_Setup.cts_N"
PURPOSE = "Test that the moblab has the correct setup for cts_N suite"
ATTRIBUTES = "suite:check_setup_cts_N"
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "dummy"
TEST_TYPE = "server"
REQUIRE_SSP = False
DOC = """
Test that the moblab has 5 live DUTs connected, and that at least one of those
DUTs has each required label
"""
def run(machine):
job.run_test('moblab_Setup', host=hosts.create_host(machine),
required_duts=5, required_labels=['lighting', 'noloopback'])
parallel_simple(run, machines)