• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2018 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 = 'timkovich'
6NAME = 'policy_WiFiAutoconnect'
7TIME = 'SHORT'
8TEST_CATEGORY = 'General'
9TEST_CLASS = 'enterprise'
10TEST_TYPE = 'client'
11
12DOC = '''
13Verify effect of policy_WiFiAutoconnect policy on Chrome OS behavior.
14
15Sets network configuration policy and then verifies that device autoconnects
16(or doesn't) based on policy settings.
17
18Trigger this through the 'policy_WiFiAutoconnectServer' test.
19
20'''
21
22args_dict = utils.args_to_dict(args)
23
24job.run_test('policy_WiFiAutoconnect', **args_dict)
25
26