# @name Thermal Trips Checks
# @desc Test Scenario to check if defined trips are crossed.
# @requires
# @setup_requires

# The test step pass if the commands return zero, it fails otherwise.

# Below you can see a real test scenario example.
# common.sh defines:
#  do_cmd(): Use to execute a command and check for return value
#  die(): Print error message and fails the test (i.e exit e/ non-zero value)
#  get_return_value(): Use to extract value in cases where a function returns 
#                      multiple values in a file using key=value pairs.
# There is a collection of scripts that implement well-defined 'atomic' actions,
# users are encouraged to check available scripts at 
# <ltp-ddt-root>testcases/ddt/scripts/ before implementing their own.

THERMAL_S_FUNC_TRIPPING_0006 source 'thermal_06.sh' || die "error running thermal test on trip setup: thermal_06.sh"
