Steps:
- Start NFD on A,B,C.
- On host A, create UDP face to host B, and add nexthop for
ndn:/test-loop
toward this face.
On host B, create UDP face to host C, and add nexthop for ndn:/test-loop
toward this face.
On host C, create UDP face to host A, and add nexthop for ndn:/test-loop
toward this face. - On every host, set strategy of
ndn:/test-loop
to strategy under test. - On host A, execute ndn-traffic-client to send 100 Interests to
ndn:/test-loop/A/<random>
. - On every host, execute "nfdc face list" to see face counters. Fail if NInInterests or NOutInterests counter of a UDP face is greater than 200.