E2E — live-boot verification for AB CIP + S7 smoke seeds #220
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Follow-up to #209 exit gate (PR #218). Modbus is live-verified end-to-end (4/5 stages — see the child issue for stage 4). AB CIP + S7 factories + seeds shipped in #217 but weren't live-booted in the same pass — a time-boxing choice since Modbus surfaced two seed-side fixes and each extra driver compounds debugging.
What remains
seed-abcip-smoke.sql+docker compose --profile controllogix up -dNode__NodeId=abcip-smoke-node Node__ClusterId=abcip-smoke./scripts/e2e/test-abcip.ps1 -BridgeNodeId "ns=2;s=TestDINT"Same for S7:
seed-s7-smoke.sql+--profile s7_1500+test-s7.ps1 -BridgeNodeId "ns=2;s=DB1_DBW0" -S7Host "127.0.0.1:1102".AB Legacy
Hardware-gated per #222 — ab_server PCCC is upstream-broken.
seed-ablegacy-smoke.sqlships with a placeholder gateway; live-boot verification needs a real SLC / MicroLogix / PLC-5 / RSEmulate 500. Not blocked by anything in the server code path.Non-goals
Do NOT wait on the reverse-write authz fix to ship this verification. That's filed separately; knowing 4/5 stages work on all three drivers is more valuable than blocking on 5/5.
AB CIP + S7 live-boot verified 5/5 each in PR #222. AB Legacy factory + seed ready; live-boot still blocked on #222 (hardware).