Searched refs:test_filepath (Results 1 – 2 of 2) sorted by relevance
60 test_filepath = os.path.join(self.__build_temp_dir, build_filename)61 logging.info('Android test file download path: %s', test_filepath)64 ds.download_file(zip_image, test_filepath, timeout=10)65 if not os.path.exists(test_filepath):67 'Android test build %s download failed' % test_filepath)68 self.android_build_path = test_filepath
73 def calculate_parent_python_path(test_filepath): argument87 split_path = test_filepath.rsplit(FLAGS.bazel_repo_root, 1)90 (test_filepath, FLAGS.bazel_repo_root))