• 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_DeviceDockMacAddressSource'
7TIME = 'SHORT'
8TEST_CATEGORY = 'General'
9TEST_CLASS = 'enterprise'
10TEST_TYPE = 'client'
11
12DOC = '''
13Verify effects of DeviceDockMacAddressSource policy.
14
15This test is kicked off via policy_DeviceDockMacAddressSource server test.
16
17This test checks which MAC address will be used when a
18dock is connected to the device.
19
201 = Device's designated dock MAC address
212 = Device's built-in NIC MAC address
223 = Dock's built-in NIC MAC address
23
24'''
25
26args_dict = utils.args_to_dict(args)
27
28job.run_test('policy_DeviceDockMacAddressSource', **args_dict)
29