-
Notifications
You must be signed in to change notification settings - Fork 3
systest_env
Tim Watson edited this page Jul 12, 2012
·
1 revision
#Module systest_env#
##Function Index##
default_log_dir/1 | |
default_scratch_dir/0 | |
hostname/1 | |
is_epmd_contactable/2 | returns the atom 'true' if epmd running on Host is visible from the calling node, otherwise {false, Reason::term()}. |
lookup_env/2 | |
temp_dir/0 | |
timestamp/0 | |
work_directory/3 |
##Function Details##
###default_log_dir/1##
default_log_dir(Config) -> any()
###default_scratch_dir/0##
default_scratch_dir() -> any()
###hostname/1##
hostname(NodeName) -> any()
###is_epmd_contactable/2##
is_epmd_contactable(Host::atom(), Timeout::integer()) -> true | {false, term()}
returns the atom 'true' if epmd running on Host is visible from the calling node, otherwise {false, Reason::term()}.
###lookup_env/2##
lookup_env(EnvKey, Default) -> any()
###temp_dir/0##
temp_dir() -> any()
###timestamp/0##
timestamp() -> any()
###work_directory/3##
work_directory(Base, Name, EnvOverride) -> any()