docu: ini template extended with testsuite configuration

This commit is contained in:
uhi22 2023-05-16 19:20:28 +02:00
parent e7725c1a8d
commit ab1ef6c1e7

View file

@ -83,3 +83,9 @@ charge_target_voltage = 270
# charger
exit_on_session_end = False
# Run test cases.
# Explanation in doc/testing_and_simulation.md
# Possible values:
# No: No testcases are executed. Normal function as Evse or Pev.
# Yes: Testcases are executed. The EvseMode will produce various errors for fault injection tests.
testsuite_enable = Yes