blob: 58b635c3fd298b86b393be57916d2a66fb5612e1 [file] [log] [blame]
from autotest_lib.client.common_lib import utils
# 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 = "shapiroc@chromium.org"
NAME = "platform_ActivateDate"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "platform"
TEST_TYPE = "server"
ATTRIBUTES = "suite:regression"
DOC = """
This test verifies that activate_date, which is only run once ever on the
platform, executes correctly and sets the activation date correctly.
"""
def run_test(machine):
host = hosts.create_host(machine)
job.run_test("platform_ActivateDate", host=host)
parallel_simple(run_test, machines)