cheets_CTS_Instant(moblab): Delete obsolete control files.

We have control.(arm|x86).tradefed-run-collect-tests-only, and
that is the file generated by the generator. These tradefed-run-collect-tests
files are obsolete.

BUG=b:142913987
TEST=noe

Change-Id: Ic09010296a1f41546d08490f89187b3a0d10b907
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/1871149
Commit-Queue: Kazuhiro Inaba <kinaba@chromium.org>
Commit-Queue: Keith Haddow <haddowk@chromium.org>
Tested-by: Kazuhiro Inaba <kinaba@chromium.org>
Auto-Submit: Kazuhiro Inaba <kinaba@chromium.org>
Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org>
Reviewed-by: Keith Haddow <haddowk@chromium.org>
(cherry picked from commit d8fa26820ad2aa1488ed2d301e1f2ad2f29e8990)
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/1871151
Reviewed-by: Kazuhiro Inaba <kinaba@chromium.org>
diff --git a/server/site_tests/cheets_CTS_Instant/control.arm.tradefed-run-collect-tests b/server/site_tests/cheets_CTS_Instant/control.arm.tradefed-run-collect-tests
deleted file mode 100644
index 6d0a339..0000000
--- a/server/site_tests/cheets_CTS_Instant/control.arm.tradefed-run-collect-tests
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2018 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.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_Instant.arm.tradefed-run-collect-tests'
-ATTRIBUTES = 'suite:cts_P'
-DEPENDENCIES = 'arc, cts_cpu_arm'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 1024000
-PRIORITY = 70
-DOC = 'Run all of the Android Compatibility Test Suite for Instant Apps (CTS Instant) using arm ABI in the ARC++ container.'
-
-def run_CTS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_Instant',
-        hosts=host_list,
-        iterations=1,
-        max_retry=0,
-        needs_push_media=False,
-        tag='arm.tradefed-run-collect-tests',
-        test_name='cheets_CTS_Instant.arm.tradefed-run-collect-tests',
-        run_template=['run', 'commandAndExit', 'collect-tests-only', '--disable-reboot'],
-        retry_template=None,
-        target_module=None,
-        target_plan=None,
-        bundle='arm',
-        warn_on_test_retry=False,
-        retry_manual_tests=True,
-        timeout=7200)
-
-parallel_simple(run_CTS, machines)
diff --git a/server/site_tests/cheets_CTS_Instant/control.x86.tradefed-run-collect-tests b/server/site_tests/cheets_CTS_Instant/control.x86.tradefed-run-collect-tests
deleted file mode 100644
index 3e13a77..0000000
--- a/server/site_tests/cheets_CTS_Instant/control.x86.tradefed-run-collect-tests
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2018 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.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_CTS_Instant.x86.tradefed-run-collect-tests'
-ATTRIBUTES = 'suite:cts_P'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 1024000
-PRIORITY = 70
-DOC = 'Run all of the Android Compatibility Test Suite for Instant Apps (CTS Instant) using x86 ABI in the ARC++ container.'
-
-def run_CTS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_Instant',
-        hosts=host_list,
-        iterations=1,
-        max_retry=0,
-        needs_push_media=False,
-        tag='x86.tradefed-run-collect-tests',
-        test_name='cheets_CTS_Instant.x86.tradefed-run-collect-tests',
-        run_template=['run', 'commandAndExit', 'collect-tests-only', '--disable-reboot'],
-        retry_template=None,
-        target_module=None,
-        target_plan=None,
-        bundle='x86',
-        warn_on_test_retry=False,
-        retry_manual_tests=True,
-        timeout=7200)
-
-parallel_simple(run_CTS, machines)