...
Validation Steps | Initial Conditions | Outputs | States checked | |
---|---|---|---|---|
| Transition through each state, ensure that right, left, and brake lights are not enabled by default. BPS Fault indicator will be set by any transition into the fault state, so ensure that all transitions are valid | N/A | No lights |
|
| Set steering info message to contain left_signal, send to power_distribution | left light | ||
| Set steering info message to contain right_signal, send to power_distribution | right light | ||
| Set centre console message to contain hazard enabled signal. Verify output. Send hazards off signal | Right and left light blink when hazards enabled | ||
| Try for each, left and right turning signal. Start with the turn signal enabled. Turn on hazards, check that both lights start blinking. Turn off hazards, check that we return to turn signal with one light blinking | |||
| Check that brake signal > 0 turns on brake light | Brake light on |
...