• 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_AutotestSanity'
7ATTRIBUTES = 'suite:ent-nightly, suite:policy, suite:bvt-perbuild, suite:smoke'
8TIME = 'SHORT'
9TEST_CATEGORY = 'General'
10TEST_CLASS = 'enterprise'
11TEST_TYPE = 'client'
12# TODO(rzakarian): create enterprise dependency or figure out if 'arc' is good
13# enough.
14DEPENDENCIES = 'arc'
15
16DOC = '''
17Super small autotest to be put on CQ.
18
19The purpose of this autotest is to verify that all the basics of the
20Enteprise autotest work. Policy is set and applied.
21'''
22
23args_dict = utils.args_to_dict(args)
24
25job.run_test('policy_AutotestSanity', **args_dict)
26