Home
last modified time | relevance | path

Searched refs:prop_file_path (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc-test-automation/bin/
H A Dprop_call.py100 global prop_file_path
109 prop_file_path = prop_dir_path + prop_file_name
112 if not os.path.isfile(prop_file_path):
113 alt_prop_file_path = prop_file_path + ".properties"
115 prop_file_path = alt_prop_file_path
117 if not valid_file_path(prop_file_path):
138 properties = my_parm_file(prop_file_path)
/openbmc/openbmc-test-automation/lib/
H A Dgen_misc.py275 def my_parm_file(prop_file_path): argument
303 string_file.write(open(prop_file_path).read())