functional.sh in split format
This is the main script that is sourced by Functional tests, and which
executes the main test phases for that type of test.
|
This is the main script that is sourced by Functional tests, and which
executes the main test phases for that type of test.
|
It executes the same first test phases as the other main test scripts, but
then executes some functional-specific phase at the end.
|
It executes the same first test phases as the other main test scripts, but
then executes some functional-specific phase at the end.
|
The common test steps that are executed are:
* source overlays.sh, then call set_overlay_vars
* source reports.sh
* source functions.sh
* call pre_test
* call build
* call deploy
* call test_run
|
The common test steps that are executed are:
* source overlays.sh, then call set_overlay_vars
* source reports.sh
* source functions.sh
* call [[function_pre_test|pre_test]]
* call [[function_build|build]]
* call [[function_deploy|deploy]]
* call [[function_test_run|test_run]]
|
Then functional.sh executes:
* get_testlog
* test_processing
|
Then functional.sh executes:
* [[function_get_testlog|get_testlog]]
* [[function_test_processing|test_processing]]
|
benchmark.sh, stress.sh
|
== SEE ALSO ==
* [[benchmark.sh]], [[stress.sh]]
|