Searched refs:mts_config_dir (Results 1 – 1 of 1) sorted by relevance
/art/test/utils/ |
D | regen-test-files | 314 self.mts_config_dir = os.path.join( 571 return self.MtsTestShard(self.mts_config_dir, 577 def __init__(self, mts_config_dir, description, tests, shard_num, copyright_year, comments): argument 578 self.mts_config_dir = mts_config_dir 624 test_plan_file = os.path.join(self.mts_config_dir, self.test_plan_name() + ".xml") 682 test_list_file = os.path.join(self.mts_config_dir, self.test_list_name() + ".xml") 721 mts_art_tests_list_user_file = os.path.join(self.mts_config_dir, "mts-art-tests-list-user.xml") 733 for test_plan_shard in os.listdir(self.mts_config_dir) 736 shard_path = os.path.join(self.mts_config_dir, shard)
|