blob: 535685f9f1204d6ec59cbdc911938c1188c39b9f [file] [log] [blame]
# Copyright 2018 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.
AUTHOR = "dhaddock, Chromium OS"
NAME = "rlz_CheckPing.guest"
PURPOSE = "Tests that Rlz Ping is sent on devices first time."
TIME = "Short"
TEST_CATEGORY = "Functional"
TEST_CLASS = "platform"
TEST_TYPE = "server"
ATTRIBUTES = "suite:bvt-perbuild"
DOC = """
This tests the CAF and CAI Rlz pings are sent on first use.
"""
from autotest_lib.client.common_lib import utils
args_dict = utils.args_to_dict(args)
def run(machine):
host = hosts.create_host(machine)
job.run_test('rlz_CheckPing', host=host, logged_in=False, **args_dict)
job.parallel_simple(run, machines)