blob: a344b726f53196781bedacbb80532a4858b4fea6 [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`.
Eric Newberryd4ed6222015-06-10 14:12:42 -070095. On host A, invoke `ndnpeek ndn:/test-mcast/B/1`.
Yi Huang4a4566b2014-04-26 23:59:48 -070010 Fail the test if this Interest is unanswered.
Eric Newberryd4ed6222015-06-10 14:12:42 -0700116. On host A, invoke `ndnpeek ndn:/test-mcast/C/1`.
Yi Huang4a4566b2014-04-26 23:59:48 -070012 Fail the test if this Interest is unanswered.
Eric Newberryd4ed6222015-06-10 14:12:42 -0700137. On host A, invoke `ndnpeek ndn:/test-mcast/Z/1`.
Yi Huang4a4566b2014-04-26 23:59:48 -070014 Fail the test if this Interest is unanswered.
158. On host B, kill the producer.
Eric Newberryd4ed6222015-06-10 14:12:42 -0700169. On host A, invoke `ndnpeek ndn:/test-mcast/Z/2`.
Yi Huang4a4566b2014-04-26 23:59:48 -070017 Fail the test if this Interest is unanswered.