Searched refs:temp_directory (Results 1 – 3 of 3) sorted by relevance
29 temp_directory = mkdtemp(suffix='audit2allow_test')30 output_file = os.path.join(temp_directory, 'interface_info')40 os.rmdir(temp_directory)
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)
444 def add_ssh_identity(temp_directory, ssh_private_key=TEST_KEY_PATH): argument457 shutil.copy(ssh_private_key, temp_directory)458 key_copy_path = os.path.join(temp_directory,