Searched refs:temp_directory (Results 1 – 2 of 2) sorted by relevance
144 temp_directory = tempfile.mkdtemp(prefix="run_and_gather_logs")147 test_file_prefix = os.path.join(temp_directory, mangled_test_name)176 gfile.DeleteRecursively(temp_directory)
384 def add_ssh_identity(temp_directory, ssh_private_key=TEST_KEY_PATH): argument397 shutil.copy(ssh_private_key, temp_directory)398 key_copy_path = os.path.join(temp_directory,