cellular: remove obsolete control.altair-alt3100

daisy-spring has reached AUE.

BUG=chromium:803514
TEST=Remote trybot runs.

Change-Id: Ie7f6bb6792d207810b632d570f8020a2b17c05f1
Reviewed-on: https://chromium-review.googlesource.com/1572733
Commit-Ready: Ben Chan <benchan@google.com>
Tested-by: Ben Chan <benchan@chromium.org>
Reviewed-by: Dinesh Kumar Sunkara <dsunkara@google.com>
diff --git a/client/site_tests/cellular_DisableWhileConnecting/control.altair-alt3100 b/client/site_tests/cellular_DisableWhileConnecting/control.altair-alt3100
deleted file mode 100644
index ffd12c4..0000000
--- a/client/site_tests/cellular_DisableWhileConnecting/control.altair-alt3100
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright (c) 2013 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 = "ChromeOS Team"
-NAME = "cellular_DisableWhileConnecting.altair-alt3100"
-PURPOSE = "Check that the 3G modem can handle a disconnect while connecting."
-CRITERIA = """
-This test will fail if a disconnect request while the modem is
-connecting is not promptly executed.
-"""
-ATTRIBUTES = "suite:cellular_ota"
-TIME = "SHORT"
-TEST_CATEGORY = "Functional"
-TEST_CLASS = "network"
-TEST_TYPE = "client"
-DEPENDENCIES = "modem:altair-alt3100"
-
-DOC = """
-Check that the 3G modem can handle a disconnect while connecting.
-"""
-
-from autotest_lib.client.cros.cellular import test_environment
-
-ITERATIONS_PER_TEST=1
-
-test_env = test_environment.CellularOTATestEnvironment()
-job.run_test('cellular_DisableWhileConnecting',
-             test_env=test_env,
-             delay_before_disable_ms=0,
-             disable_delay_per_iteration_ms=0,
-             iterations=ITERATIONS_PER_TEST,
-             tag='instant_disable-altair-alt3100')
-
-# Since dbus-python emits our calls asynchronously, it is sometimes
-# (often?) the case that the disable arrives before the connect.
-# There's no good way to track what actually gets sent first, so we
-# sleep.
-job.run_test('cellular_DisableWhileConnecting',
-             test_env=test_env,
-             delay_before_disable_ms=0,
-             disable_delay_per_iteration_ms=int(1000.0 / ITERATIONS_PER_TEST),
-             iterations=ITERATIONS_PER_TEST,
-             tag='disable_delay_ramp-altair-alt3100')
diff --git a/client/site_tests/cellular_Identifiers/control.altair-alt3100 b/client/site_tests/cellular_Identifiers/control.altair-alt3100
deleted file mode 100644
index ea3d56a..0000000
--- a/client/site_tests/cellular_Identifiers/control.altair-alt3100
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright (c) 2013 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 = "ChromeOS Team"
-NAME = "cellular_Identifiers.altair-alt3100"
-PURPOSE = "Verify cellular modem provides correct identification information."
-CRITERIA = """
-This test will fail if one of the following conditions occur:
-  - Cellular modem does not provide an identifier
-"""
-TIME = "SHORT"
-TEST_CATEGORY = "Functional"
-TEST_CLASS = "network"
-TEST_TYPE = "client"
-ATTRIBUTES = "suite:cellular_ota"
-DEPENDENCIES = "modem:altair-alt3100"
-DOC = """
-  Tests that a cellular modem provides correct identification information
-
-  The test queries the modem for the following identifiers:
-    - MEID
-    - IMEI
-    - IMSI
-    - ICCID
-    - SIM operator ID
-"""
-
-from autotest_lib.client.cros.cellular import test_environment
-
-test_env = test_environment.CellularOTATestEnvironment()
-job.run_test('cellular_Identifiers', tag='altair-alt3100', test_env=test_env)
diff --git a/client/site_tests/cellular_ModemControl/control.altair-alt3100 b/client/site_tests/cellular_ModemControl/control.altair-alt3100
deleted file mode 100644
index 9970dfc..0000000
--- a/client/site_tests/cellular_ModemControl/control.altair-alt3100
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright (c) 2013 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 = "ChromeOS Team"
-NAME = "cellular_ModemControl.altair-alt3100"
-PURPOSE = "Verify commands sent to a modem manager are reflected in flimflam."
-CRITERIA = """
-This test will fail if modem manager state differs from flimflam state.
-"""
-ATTRIBUTES = "suite:cellular_ota"
-TIME = "SHORT"
-TEST_CATEGORY = "Functional"
-TEST_CLASS = "network"
-TEST_TYPE = "client"
-DEPENDENCIES = "modem:altair-alt3100"
-
-DOC = """
-  Tests that commands sent to ModemManager or cromo are reflected in flimflam.
-
-  Issues many connect, disconnect, enable, and disable commands to ensure
-  that the modem state is always properly reflected in flimflam -- even
-  if the commands are sent to the modem manager instead of flimflam.
-"""
-
-from autotest_lib.client.cros.cellular import test_environment
-
-test_env = test_environment.CellularOTATestEnvironment()
-job.run_test('cellular_ModemControl', test_env=test_env, autoconnect=False,
-             tag='no-autoconnect-altair-alt3100')
-job.run_test('cellular_ModemControl', test_env=test_env, autoconnect=True,
-             tag='autoconnect-altair-alt3100')
diff --git a/client/site_tests/cellular_SafetyDance/control.altair-alt3100 b/client/site_tests/cellular_SafetyDance/control.altair-alt3100
deleted file mode 100644
index f43813e..0000000
--- a/client/site_tests/cellular_SafetyDance/control.altair-alt3100
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright (c) 2013 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 = "ChromeOS Team"
-NAME = "cellular_SafetyDance.altair-alt3100"
-PURPOSE = "Stress-test all connman 3G operations."
-CRITERIA = """
-This test will fail if any DBus call times out or flimflam crashes.
-"""
-ATTRIBUTES = "suite:cellular_ota"
-TIME = "SHORT"
-TEST_CATEGORY = "Stress"
-TEST_CLASS = "network"
-TEST_TYPE = "client"
-DEPENDENCIES = "modem:altair-alt3100"
-
-DOC = """
-  Stress-tests all connman 3G operations.
-
-  This test runs a long series of 3G operations in pseudorandom order. All of
-  these 3G operations must return a convincing result (EINPROGRESS or no error).
-"""
-
-from autotest_lib.client.cros.cellular import test_environment
-
-test_env = test_environment.CellularOTATestEnvironment()
-job.run_test('cellular_SafetyDance', test_env=test_env, tag='altair-alt3100')
diff --git a/client/site_tests/cellular_Smoke/control.altair-alt3100 b/client/site_tests/cellular_Smoke/control.altair-alt3100
deleted file mode 100644
index caa51d0..0000000
--- a/client/site_tests/cellular_Smoke/control.altair-alt3100
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright (c) 2013 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 = "ChromeOS Team"
-NAME = "cellular_Smoke.altair-alt3100"
-PURPOSE = "Verify 3G modem can connect to the network."
-CRITERIA = """
-This test will fail if one of the following conditions occur:
-  - 3G modem fails to connect to network
-  - the modem is not left in a working state
-"""
-TIME = "SHORT"
-TEST_CATEGORY = "Functional"
-TEST_CLASS = "network"
-TEST_TYPE = "client"
-ATTRIBUTES = "suite:cellular_ota"
-DEPENDENCIES = "modem:altair-alt3100"
-DOC = """
-  Tests that 3G modem can connect to the network
-
-  The test attempts to connect using the 3G network.  It assumes that
-  a 3G modem is plugged in and has a signal.  The test then
-  disconnects from the network, and verifies that the modem still
-  responds to modem manager DBUS API calls.  It repeats the
-  connect/disconnect sequence several times.
-"""
-
-from autotest_lib.client.cros.cellular import test_environment
-
-test_env = test_environment.CellularOTATestEnvironment()
-job.run_test('cellular_Smoke', tag='altair-alt3100', test_env=test_env)
diff --git a/client/site_tests/cellular_StressEnable/control.altair-alt3100 b/client/site_tests/cellular_StressEnable/control.altair-alt3100
deleted file mode 100644
index b69c65e..0000000
--- a/client/site_tests/cellular_StressEnable/control.altair-alt3100
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright (c) 2013 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 = "ChromeOS Team"
-NAME = "cellular_StressEnable.altair-alt3100"
-PURPOSE = "Stress-test Connman enable/disable"
-CRITERIA = """
-This test fails if flimflam ever fails to respond to a DBus message or crashes.
-"""
-ATTRIBUTES = "suite:cellular_ota"
-TIME = "SHORT"
-TEST_CATEGORY = "Stress"
-TEST_CLASS = "network"
-TEST_TYPE = "client"
-DEPENDENCIES = "modem:altair-alt3100"
-
-DOC = """
-  Stress-tests enabling and disabling a technology at short intervals.
-"""
-
-from autotest_lib.client.cros.cellular import test_environment
-
-test_env = test_environment.CellularOTATestEnvironment()
-job.run_test('cellular_StressEnable', tag='altair-alt3100', test_env=test_env)
diff --git a/client/site_tests/cellular_SuspendResume/control.altair-alt3100 b/client/site_tests/cellular_SuspendResume/control.altair-alt3100
deleted file mode 100644
index e5bd06d..0000000
--- a/client/site_tests/cellular_SuspendResume/control.altair-alt3100
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright (c) 2013 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 = "ChromeOS Team"
-NAME = "cellular_SuspendResume.altair-alt3100"
-PURPOSE = "Test 3g modem state after suspend/resume"
-CRITERIA = """
-    Check the 3g state of the device after suspend and resume.  Verify
-    that 3g can be enabled under all situations after resuming of device.
-    Verify that if autoconnect is turned on that the modem autoconnects
-    after resuming.
-"""
-ATTRIBUTES = "suite:cellular_ota"
-TIME = "SHORT"
-TEST_CATEGORY = "Functional"
-TEST_CLASS = "network"
-TEST_TYPE = "client"
-DEPENDENCIES = "modem:altair-alt3100"
-
-DOC = """
-    Verify that 3g can be enabled under all suspend/resume situations.
-"""
-
-# Run all scenarios twice, first with autoconnect off, then with it on
-job.run_test('cellular_SuspendResume',
-             autoconnect=False, tag='autoconnect_off-altair-alt3100')
-job.run_test('cellular_SuspendResume',
-             autoconnect=True, tag='autoconnect_on-altair-alt3100')