Skip to content

Commit

Permalink
Fixed ocpp generic interface integration tests by adding probe module…
Browse files Browse the repository at this point in the history
… command mock (#971)

Signed-off-by: Piet Gömpel <[email protected]>
  • Loading branch information
Pietfried authored Nov 27, 2024
1 parent 71b8762 commit 8828e4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def _add_pm_command_mock(implementation_id, command, value, skip_implementation)
"reservation", "cancel_reservation", "Accepted", skip_implementation
)
_add_pm_command_mock("reservation", "reserve_now", False, skip_implementation)
_add_pm_command_mock("reservation", "exists_reservation", False, skip_implementation)
_add_pm_command_mock("system", "get_boot_reason", "PowerUp", skip_implementation)
_add_pm_command_mock("system", "update_firmware", "Accepted", skip_implementation)
_add_pm_command_mock(
Expand Down

0 comments on commit 8828e4b

Please sign in to comment.