fix(focas-tests): honour fixture endpoint + fix mock timer endianness (9F/1P → 10/10) #450
Reference in New Issue
Block a user
Delete Branch "fix/focas-integration-topology-and-timer"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Integration-sweep follow-up #3. Two test/fixture bugs, no OtOpcUa driver change: (1) tests hardcoded focas://127.0.0.1:8193 instead of honouring the fixture's OTOPCUA_FOCAS_SIM_ENDPOINT → against a remote fixture the driver dialed localhost/KeyNotFound; now derived from fixture DeviceUri (recovered 8/9). (2) focas-mock's _wire_timer encoded the timer big-endian, but cnc_rdtimer's minute/msec are little-endian on real hardware (live-31i-B-validated; the driver's ParseTimer decodes LE) — mock now emits LE. Suite 10/10.