function cleanup in split format
|
= NAME =
cleanup
|
|
= SYNOPSIS =
cleanup
|
test_cleanup function (if one is defined), and
killing still-running test processes, and removing logs.
|
= DESCRIPTION =
This function cleans up after a test, by calling the test's [[function_test_cleanup|test_cleanup]] function (if one is defined), and
killing still-running test processes, and removing logs.
|
|
= EXAMPLES =
Here are some sample invocations:
{{{#!YellowBox
cleanup
}}}
|
|
= ENVIRONMENT and ARGUMENTS =
|
|
= RETURN =
Returns non-zero on error.
|
|
= SOURCE =
Located in ''scripts/functions.sh''
|
test_cleanup, target_cleanup, ov_transport_disconnect
|
= SEE ALSO =
* [[function_test_cleanup|test_cleanup]], [[function_target_cleanup|target_cleanup]], [[function_ov_transport_disconnect|ov_transport_disconnect]]
|