Add telephony mobility stress test control files.

Test: None
Bug: None
Change-Id: I8d6620591903a8fddff2163cae7f41c9313f3bec
Reviewed-on: https://chromium-review.googlesource.com/505099
Commit-Queue: Betty Zhou <bettyzhou@google.com>
Tested-by: Betty Zhou <bettyzhou@google.com>
Trybot-Ready: Betty Zhou <bettyzhou@google.com>
Reviewed-by: Jaineel Mehta <jaineelm@google.com>
Reviewed-by: Betty Zhou <bettyzhou@google.com>
diff --git a/server/site_tests/android_ACTS/control.Telephony_TMO_Mobility_Stress b/server/site_tests/android_ACTS/control.Telephony_TMO_Mobility_Stress
new file mode 100644
index 0000000..9f891da
--- /dev/null
+++ b/server/site_tests/android_ACTS/control.Telephony_TMO_Mobility_Stress
@@ -0,0 +1,26 @@
+# 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.
+
+AUTHOR = 'jaineelm, bettyzhou, krisr'
+NAME = 'android_ACTS.Telephony_TMO_Mobility'
+TIME = 'LONG'
+TEST_TYPE = 'Server'
+ATTRIBUTES = 'suite:android_telephony_mobility'
+DEPENDENCIES = 'carrier:tmobile_mobility'
+
+DOC = """
+This test runs telephony mobility stress against an phones with T-Mobile SIMs.
+"""
+
+def run(machine):
+    job.run_test('android_ACTS',
+                 testbed=hosts.create_testbed(machine),
+                 config_file='android1758-telephony-test-station.config',
+                 test_file='telephony_mobility_stress',
+                 additional_configs=['simcard_list.json'],
+                 testtracker_project_id=11349,
+                 testtracker_extra_env="tmobile",
+                 acts_timeout=36000)
+
+parallel_simple(run, machines)
diff --git a/server/site_tests/android_ACTS/control.Telephony_VZW_Mobility_Stress b/server/site_tests/android_ACTS/control.Telephony_VZW_Mobility_Stress
new file mode 100644
index 0000000..d8802fd
--- /dev/null
+++ b/server/site_tests/android_ACTS/control.Telephony_VZW_Mobility_Stress
@@ -0,0 +1,26 @@
+# 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.
+
+AUTHOR = 'jaineelm, bettyzhou, krisr'
+NAME = 'android_ACTS.Telephony_TMO_Mobility'
+TIME = 'LONG'
+TEST_TYPE = 'Server'
+ATTRIBUTES = 'suite:android_telephony_mobility'
+DEPENDENCIES = 'carrier:verizon_mobility'
+
+DOC = """
+This test runs telephony mobility stress against an phones with Verizon SIMs.
+"""
+
+def run(machine):
+    job.run_test('android_ACTS',
+                 testbed=hosts.create_testbed(machine),
+                 config_file='android1758-telephony-test-station.config',
+                 test_file='telephony_mobility_stress',
+                 additional_configs=['simcard_list.json'],
+                 testtracker_project_id=11349,
+                 testtracker_extra_env="verizon",
+                 acts_timeout=36000)
+
+parallel_simple(run, machines)