aboutsummaryrefslogtreecommitdiff
path: root/server/site_tests/network_WiFi_LinkMonitorFailure/control
diff options
context:
space:
mode:
Diffstat (limited to 'server/site_tests/network_WiFi_LinkMonitorFailure/control')
-rw-r--r--server/site_tests/network_WiFi_LinkMonitorFailure/control24
1 files changed, 0 insertions, 24 deletions
diff --git a/server/site_tests/network_WiFi_LinkMonitorFailure/control b/server/site_tests/network_WiFi_LinkMonitorFailure/control
deleted file mode 100644
index 4e58c5add1..0000000000
--- a/server/site_tests/network_WiFi_LinkMonitorFailure/control
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2015 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.
-
-AUTHOR = 'zqiu, wiley, pstew, quiche'
-NAME = 'network_WiFi_LinkMonitorFailure'
-TIME = 'SHORT'
-TEST_TYPE = 'Server'
-ATTRIBUTES = ''
-DEPENDENCIES = 'wificell'
-
-DOC = """
-This test checks how fast the DUT detects the link failure when an AP changes
-its DHCP configuration, and how fast the DUT reconnects after the failure.
-"""
-
-
-def run(machine):
- job.run_test('network_WiFi_LinkMonitorFailure',
- host=hosts.create_host(machine),
- raw_cmdline_args=args)
-
-
-parallel_simple(run, machines)