blob: 833d56ac93e83f05cb3ce521de9a0c728e464b1a [file] [log] [blame] [view]
Yi Huang4a4566b2014-04-26 23:59:48 -07001# Multicast test scenario
2
3Test UDP and Ethernet multicast faces.
4
51. Start NFD on A, B, and C.
62. On host A, insert FIB entry `ndn:/test-mcast` to either UDP or Ethernet multicast face on experiment NIC.
73. On host B, start traffic generator producer to serve `ndn:/test-mcast/B`, `ndn:/test-mcast/Z`.
84. On host C, start traffic generator producer to serve `ndn:/test-mcast/C`, `ndn:/test-mcast/Z`.
95. On host A, invoke `ndn-tlv-peek ndn:/test-mcast/B/1`.
10 Fail the test if this Interest is unanswered.
116. On host A, invoke `ndn-tlv-peek ndn:/test-mcast/C/1`.
12 Fail the test if this Interest is unanswered.
137. On host A, invoke `ndn-tlv-peek ndn:/test-mcast/Z/1`.
14 Fail the test if this Interest is unanswered.
158. On host B, kill the producer.
169. On host A, invoke `ndn-tlv-peek ndn:/test-mcast/Z/2`.
17 Fail the test if this Interest is unanswered.