blob: a577f7b5047246dfe5ce67c029bbd3e9293eb167 [file] [log] [blame]
# Copyright 2021 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "n/a"
NAME = "platform_FetchCloudConfig"
METADATA = {
"contacts": ["chromeos-perf-reliability-eng@google.com", "abergman@google.com"],
"bug_component": "b:1025042",
"criteria": "Not an actual test, but rather loads a fresh copy of the performance CUJ config from the cloud.",
"hw_agnostic": True
}
TIME = "SHORT"
TEST_TYPE = "server"
DOC = """
This test doesn't run any actual tests, but rather loads a fresh copy of the
performance CUJ config from the cloud.
This test is supposed to run in the beginning of performance CUJ test suite, to
ensure it always overrides cached configuration with the fresh one.
"""
def run(machine):
host = hosts.create_host(machine)
job.run_test('platform_FetchCloudConfig', host=host, disable_sysinfo=True)
parallel_simple(run, machines)