mirror of
https://github.com/uhi22/pyPLC.git
synced 2024-11-10 01:05:42 +00:00
docu: ini template extended with testsuite configuration
This commit is contained in:
parent
e7725c1a8d
commit
ab1ef6c1e7
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue