From 042bb8c6dce12074b8aaba15309235d57a539782 Mon Sep 17 00:00:00 2001 From: Dan Shi Date: Tue, 31 Oct 2023 15:35:19 -0700 Subject: [PATCH] Remove EXTRA_TEST_RUNNER_CONFIGS option in template for autogen instrumentation test Instrumentation test config created by autogen is still using python script auto_gen_test_config.py, which doesn't support extra_runner_options yet. Bug: 308627607 Test: m FrameworksCorePackageInstallerSessionsTests Change-Id: Ib3bef791a9d1b3e0b68f5845dc20d2c5ec5791ec --- core/instrumentation_test_config_template.xml | 2 +- tools/auto_gen_test_config_test.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/instrumentation_test_config_template.xml b/core/instrumentation_test_config_template.xml index 379126c6de..9dfc001d10 100644 --- a/core/instrumentation_test_config_template.xml +++ b/core/instrumentation_test_config_template.xml @@ -24,7 +24,7 @@ - {EXTRA_TEST_RUNNER_CONFIGS} diff --git a/tools/auto_gen_test_config_test.py b/tools/auto_gen_test_config_test.py index ce97723d2c..b7ef0b0b2e 100644 --- a/tools/auto_gen_test_config_test.py +++ b/tools/auto_gen_test_config_test.py @@ -93,7 +93,7 @@ EXPECTED_JUNIT_TEST_CONFIG = """ - {EXTRA_TEST_RUNNER_CONFIGS} @@ -125,7 +125,7 @@ EXPECTED_INSTRUMENTATION_TEST_CONFIG = """ - {EXTRA_TEST_RUNNER_CONFIGS} @@ -178,7 +178,7 @@ INSTRUMENTATION_TEST_CONFIG_TEMPLATE_CONTENT = """ - {EXTRA_TEST_RUNNER_CONFIGS}