f381b471f9
The sweep's AbLegacy 4F was a fixture-deployment gap, not a driver/test defect. The suite needs ab_server in PCCC mode (--plc=SLC500|Micrologix|PLC/5), which reuses the AbCip image (already on the host) and binds :44818. No PCCC container was deployed, and the 4F-not-skip means :44818 was answering CIP (a leftover AbCip container) so the PCCC reads returned Bad — same shared-port contamination class as the Modbus false alarm. Deployed the PCCC compose to ~/otopcua-ablegacy and ran each family with AB_LEGACY_COMPOSE_PROFILE set to match the running container (required — without it the [Theory] parametrises over all 3 families and 2 fail against a single- family container): slc500 2/2, micrologix 1/1 (+1 skip), plc5 1/1 (+1 skip). Skips are family-inapplicable file types. No code change. Corrected the sweep record + added the AbLegacy bring-up + run recipe. Integration-sweep follow-up #4.