[autotest] Uprev CTS P version to 9.0_r5

TEST=None
BUG=b:68778082
CQ-DEPEND=CL:*768373
Change-Id: Iefa7c1e4a8f600a867af4d89c7668b1a0cef4813
Reviewed-on: https://chromium-review.googlesource.com/c/1387173
Commit-Queue: Keith Haddow <haddowk@chromium.org>
Tested-by: Keith Haddow <haddowk@chromium.org>
Trybot-Ready: Keith Haddow <haddowk@chromium.org>
Reviewed-by: Ilja H. Friedel <ihf@chromium.org>
(cherry picked from commit d6b51bb06f8c0d18a9604ea97a9f3a0ebf074294)
Reviewed-on: https://chromium-review.googlesource.com/c/1396104
Reviewed-by: Keith Haddow <haddowk@chromium.org>
diff --git a/server/site_tests/cheets_CTS_P/control.arm.CtsUnofficialApisUsageTestCases b/server/site_tests/cheets_CTS_P/control.arm.CtsUnofficialApisUsageTestCases
deleted file mode 100644
index fd3dabb..0000000
--- a/server/site_tests/cheets_CTS_P/control.arm.CtsUnofficialApisUsageTestCases
+++ /dev/null
@@ -1,36 +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_P.arm.CtsUnofficialApisUsageTestCases'
-ATTRIBUTES = 'suite:cts_P'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsUnofficialApisUsageTestCases of the Android Compatibility Test Suite (CTS) using arm ABI in the ARC++ container.'
-
-def run_CTS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_P',
-        hosts=host_list,
-        iterations=1,
-        max_retry=3,
-        needs_push_media=False,
-        tag='arm.CtsUnofficialApisUsageTestCases',
-        test_name='cheets_CTS_P.arm.CtsUnofficialApisUsageTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUnofficialApisUsageTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsUnofficialApisUsageTestCases',
-        target_plan=None,
-        bundle='arm',
-        warn_on_test_retry=False,
-        retry_manual_tests=True,
-        timeout=3600)
-
-parallel_simple(run_CTS, machines)
diff --git a/server/site_tests/cheets_CTS_P/control.x86.CtsUnofficialApisUsageTestCases b/server/site_tests/cheets_CTS_P/control.x86.CtsUnofficialApisUsageTestCases
deleted file mode 100644
index ed379bf..0000000
--- a/server/site_tests/cheets_CTS_P/control.x86.CtsUnofficialApisUsageTestCases
+++ /dev/null
@@ -1,36 +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_P.x86.CtsUnofficialApisUsageTestCases'
-ATTRIBUTES = 'suite:cts_P'
-DEPENDENCIES = 'arc, cts_abi_x86'
-JOB_RETRIES = 1
-TEST_TYPE = 'server'
-TIME = 'MEDIUM'
-MAX_RESULT_SIZE_KB = 512000
-DOC = 'Run module CtsUnofficialApisUsageTestCases of the Android Compatibility Test Suite (CTS) using x86 ABI in the ARC++ container.'
-
-def run_CTS(machine):
-    host_list = [hosts.create_host(machine)]
-    job.run_test(
-        'cheets_CTS_P',
-        hosts=host_list,
-        iterations=1,
-        max_retry=3,
-        needs_push_media=False,
-        tag='x86.CtsUnofficialApisUsageTestCases',
-        test_name='cheets_CTS_P.x86.CtsUnofficialApisUsageTestCases',
-        run_template=['run', 'commandAndExit', 'cts', '--include-filter', 'CtsUnofficialApisUsageTestCases', '--logcat-on-failure'],
-        retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
-        target_module='CtsUnofficialApisUsageTestCases',
-        target_plan=None,
-        bundle='x86',
-        warn_on_test_retry=False,
-        retry_manual_tests=True,
-        timeout=3600)
-
-parallel_simple(run_CTS, machines)