Searched refs:mts_config_dir (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/test/utils/ |
H A D | regen-test-files | 514 self.mts_config_dir = os.path.join( 682 return self.MtsTestShard(self.mts_config_dir, 688 def __init__(self, mts_config_dir, description, tests, shard_num, copyright_year, comments): argument 689 self.mts_config_dir = mts_config_dir 735 test_plan_file = os.path.join(self.mts_config_dir, self.test_plan_name() + ".xml") 793 test_list_file = os.path.join(self.mts_config_dir, self.test_list_name() + ".xml") 819 mts_art_tests_list_user_file = os.path.join(self.mts_config_dir, "mts-art-tests-list-user.xml") 831 for test_plan_shard in os.listdir(self.mts_config_dir) 834 shard_path = os.path.join(self.mts_config_dir, shard)
|