• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5AUTHOR = 'rzakarian'
6NAME = 'policy_WilcoServerOnNonWilcoDevice.wilco_policies'
7TIME = 'SHORT'
8TEST_CATEGORY = 'General'
9TEST_CLASS = 'enterprise'
10TEST_TYPE = 'server'
11ATTRIBUTES = 'suite:ent-nightly, suite:policy'
12
13DOC = """
14Sets up and runs the WilcoOnNonWilcoDevice client test. Sets Wilco policies on
15non Wilco devices and makes sure they don't crash.
16
17"""
18
19client_test = 'policy_WilcoOnNonWilcoDevice'
20
21def run(machine):
22    host = hosts.create_host(machine)
23    job.run_test('policy_WilcoServerOnNonWilcoDevice', host=host,
24                  client_test=client_test, case=None)
25
26parallel_simple(run, machines)
27