On host B,C, start ndn-traffic-server to serve ndn:/test-bcast.
On host A, invoke nfdc to set BroadcastStrategy at ndn:/test-bcast.
On host A, invoke nfdc to create UDP tunnel to B, and add nexthop for ndn:/test-bcast to this face with cost 10.
On host A, invoke nfdc to create UDP tunnel to C, and add nexthop for ndn:/test-bcast to this face with cost 20.
On host D, invoke nfdc to create UDP tunnel to A, and add nexthop for ndn:/test-bcast to this face.
On host D, execute ndn-traffic-client to send 100 Interest to ndn:/test-bcast/A/<random>.
On host B,C, stop ndn-traffic-server. Fail if total served Interests on either host is less than 80.
On host D, invoke nfd-status to observe counters on the face created in step 6. Fail if total received Datas on this face is greater than 120 (because A should not forward the second copy of Data to D after PIT entry is satisfied).