Add Nexus test control files for ATT and SPT.

Test: None
Bug: None
Change-Id: I0944b7fce7a3a8b9726a928b9faeff0e010a0c22
Reviewed-on: https://chromium-review.googlesource.com/513426
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_MTV_ATT_Nexus b/server/site_tests/android_ACTS/control.Telephony_MTV_ATT_Nexus
new file mode 100644
index 0000000..5e95ade
--- /dev/null
+++ b/server/site_tests/android_ACTS/control.Telephony_MTV_ATT_Nexus
@@ -0,0 +1,27 @@
+# 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 = 'bettyzhou, jaineelm, krisr'
+NAME = 'android_ACTS.Telephony_MTV_ATT_Nexus'
+TIME = 'LONG'
+TEST_TYPE = 'Server'
+ATTRIBUTES = 'suite:android_telephony_nightly'
+DEPENDENCIES = 'carrier:att,location:mtv'
+
+DOC = """
+This test runs telephony sanity against an phones with AT&T SIMs.
+"""
+
+def run(machine):
+    job.run_test('android_ACTS',
+                 testbed=hosts.create_testbed(machine),
+                 config_file='android1758-telephony-test-station.config',
+                 test_file='telephony_att_basic',
+                 additional_configs=['simcard_list.json'],
+                 testtracker_project_id=11403,
+                 testtracker_owner='android-comms-tvc@google.com',
+                 testtracker_extra_env="at&t",
+                 acts_timeout=18000)
+
+parallel_simple(run, machines)
diff --git a/server/site_tests/android_ACTS/control.Telephony_MTV_SPT_Nexus b/server/site_tests/android_ACTS/control.Telephony_MTV_SPT_Nexus
new file mode 100644
index 0000000..3110352
--- /dev/null
+++ b/server/site_tests/android_ACTS/control.Telephony_MTV_SPT_Nexus
@@ -0,0 +1,27 @@
+# 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 = 'bettyzhou, jaineelm, krisr'
+NAME = 'android_ACTS.Telephony_MTV_SPT_Nexus'
+TIME = 'LONG'
+TEST_TYPE = 'Server'
+ATTRIBUTES = 'suite:android_telephony_nightly'
+DEPENDENCIES = 'carrier:sprint,location:mtv'
+
+DOC = """
+This test runs telephony sanity against an phones with Sprint SIMs.
+"""
+
+def run(machine):
+    job.run_test('android_ACTS',
+                 testbed=hosts.create_testbed(machine),
+                 config_file='android1758-telephony-test-station.config',
+                 test_file='telephony_spt_basic',
+                 additional_configs=['simcard_list.json'],
+                 testtracker_project_id=11403,
+                 testtracker_owner='android-comms-tvc@google.com',
+                 testtracker_extra_env="sprint",
+                 acts_timeout=36000)
+
+parallel_simple(run, machines)