]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
test: harmonize RemoteStartTransaction tests across OCPP stacks
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 5 Apr 2026 15:46:39 +0000 (17:46 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 5 Apr 2026 15:46:39 +0000 (17:46 +0200)
commiteada3ac236a9df54ae6d62d67eafd74c61ea1756
tree2a25b5f497c34f5aae361fed01f549446e8e0070
parent2249b13016a22022a2e0b0838d7ba01fa53ecf7c
test: harmonize RemoteStartTransaction tests across OCPP stacks

OCPP 1.6:
- Remove fabricated TC_0XX_CS codes (no official 1.6 test case spec)
- Reorder tests by category: happy path, input validation, availability,
  transaction state, event listeners

OCPP 2.0:
- Add 2 EVSE availability tests (skip inoperative, all inoperative)
- Add official TC refs where tests match Part 6 spec (TC_F_02_CS,
  TC_F_03_CS, TC_K_37_CS)
- Harmonize FR comment format on new tests
tests/charging-station/ocpp/1.6/OCPP16IncomingRequestService-RemoteStartTransaction.test.ts
tests/charging-station/ocpp/2.0/OCPP20IncomingRequestService-RequestStartTransaction.test.ts