Test Case - UDP permanent face test scenario
Topology
A--B
test UDP permanent face minimal feature set
Procedure:
- start NFD on A and B
- on B, start ndnpingserver for prefix /B
- on A, create a UDP permanent face toward B
- on A, register prefix ndn:/B on the face created in step 3
- on A, execute ndnping for prefix ndn:/B with client specifier "a" for 10 probes; fail the scenario if loss rate is more than 15%
- stop NFD on B
- on A, execute ndnping for prefix ndn:/B with client specifier "b" for 10 probes; fail the scenario if loss rate is less than 100%
- start NFD on B
- on B, start ndnpingserver for prefix /B
- on A, execute ndnping for prefix ndn:/B with client specifier "c" for 10 probes; fail the scenario if loss rate is more than 15%
Return value
PASS of all tests finished successfully.