Home | History | Annotate | Download | only in enterprise_OnlineDemoMode
      1 # Copyright 2019 The Chromium OS Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 AUTHOR = "wzang"
      6 NAME = "enterprise_OnlineDemoMode"
      7 ATTRIBUTES = "suite:bvt-perbuild"
      8 TIME = "SHORT"
      9 TEST_CATEGORY = "Enterprise"
     10 TEST_CLASS = "enterprise"
     11 TEST_TYPE = "server"
     12 JOB_RETRIES = 2
     13 
     14 DOC = """
     15 This test enrolls a Chrome OS device to online demo mode.
     16 """
     17 
     18 def run(machine):
     19     host = hosts.create_host(machine)
     20     job.run_test('enterprise_OnlineDemoMode', host=host)
     21 
     22 job.parallel_simple(run, machines)
     23