blob: f59430d518aadd57c8a51783d900b8a1180a3b60 [file] [log] [blame]
# Copyright 2023 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "ChromeOS Commercial Flex Team"
NAME = 'tast.flex-enrollment-daily'
METADATA = {
"contacts": [
"cros-onboarding-team@google.com"
],
"bug_component": "b:1271043", # ChromeOS Server Projects > Enterprise Management > Chrome Commercial Backend > Onboarding > Enterprise Enrollment
}
TIME = 'MEDIUM'
TEST_TYPE = 'Server'
ATTRIBUTES = 'suite:flex-enrollment-daily'
MAX_RESULT_SIZE_KB = 50 * 1024
PY_VERSION = 3
# tast.py uses binaries installed from autotest_server_package.tar.bz2.
REQUIRE_SSP = True
DOC = '''
Run Flex enrollment Tast tests against DMServer.
These tests run against the same tests as dmserver-enrollment-daily,
except with different model configurations (subset of Flex devices)
and no TPM resetting.
'''
def run(machine):
job.run_test('tast',
host=hosts.create_host(machine),
max_run_sec=10800,
test_exprs=['("group:dmserver-enrollment-daily")'],
command_args=args,
clear_tpm=False)
parallel_simple(run, machines)