• 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 = 'timkovich'
6NAME = 'policy_GlobalNetworkSettings'
7TIME = 'SHORT'
8TEST_CATEGORY = 'General'
9TEST_CLASS = 'enterprise'
10TEST_TYPE = 'client'
11
12DOC = '''
13This test should be run through the 'policy_GlobalNetworkSettingsServer' test.
14
15'policy_GlobalNetworkSettings' sets GlobalNetworkConfiguration policy
16and attempts to connect to policy and user defined networks. Fails if DUT
17behavior does not match expected policy behavior.
18
19'''
20
21args_dict = utils.args_to_dict(args)
22
23job.run_test('policy_GlobalNetworkSettings', **args_dict)
24
25