aboutsummaryrefslogtreecommitdiff
path: root/server/site_tests/network_WiFi_RandomMACAddress/control
diff options
context:
space:
mode:
Diffstat (limited to 'server/site_tests/network_WiFi_RandomMACAddress/control')
-rw-r--r--server/site_tests/network_WiFi_RandomMACAddress/control28
1 files changed, 0 insertions, 28 deletions
diff --git a/server/site_tests/network_WiFi_RandomMACAddress/control b/server/site_tests/network_WiFi_RandomMACAddress/control
deleted file mode 100644
index 3f595fc644..0000000000
--- a/server/site_tests/network_WiFi_RandomMACAddress/control
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2017 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-from autotest_lib.server import utils
-
-AUTHOR = 'ejcaruso, snanda'
-NAME = 'network_WiFi_RandomMACAddress'
-TIME = 'SHORT'
-TEST_TYPE = 'Server'
-DEPENDENCIES = 'wificell'
-ATTRIBUTES = ''
-
-DOC = """
-This test verifies that MAC address randomization can be
-turned on and that scans launched with the feature do not use
-the hardware MAC address.
-"""
-
-args_dict = utils.args_to_dict(args)
-
-def run(machine):
- host = hosts.create_host(machine)
- job.run_test('network_WiFi_RandomMACAddress',
- host=host,
- raw_cmdline_args=args)
-
-parallel_simple(run, machines)