Yi Huang | 4a4566b | 2014-04-26 23:59:48 -0700 | [diff] [blame] | 1 | # Multicast test scenario |
| 2 | |
| 3 | Test UDP and Ethernet multicast faces. |
| 4 | |
| 5 | 1. Start NFD on A, B, and C. |
| 6 | 2. On host A, insert FIB entry `ndn:/test-mcast` to either UDP or Ethernet multicast face on experiment NIC. |
| 7 | 3. On host B, start traffic generator producer to serve `ndn:/test-mcast/B`, `ndn:/test-mcast/Z`. |
| 8 | 4. On host C, start traffic generator producer to serve `ndn:/test-mcast/C`, `ndn:/test-mcast/Z`. |
Eric Newberry | d4ed622 | 2015-06-10 14:12:42 -0700 | [diff] [blame] | 9 | 5. On host A, invoke `ndnpeek ndn:/test-mcast/B/1`. |
Yi Huang | 4a4566b | 2014-04-26 23:59:48 -0700 | [diff] [blame] | 10 | Fail the test if this Interest is unanswered. |
Eric Newberry | d4ed622 | 2015-06-10 14:12:42 -0700 | [diff] [blame] | 11 | 6. On host A, invoke `ndnpeek ndn:/test-mcast/C/1`. |
Yi Huang | 4a4566b | 2014-04-26 23:59:48 -0700 | [diff] [blame] | 12 | Fail the test if this Interest is unanswered. |
Eric Newberry | d4ed622 | 2015-06-10 14:12:42 -0700 | [diff] [blame] | 13 | 7. On host A, invoke `ndnpeek ndn:/test-mcast/Z/1`. |
Yi Huang | 4a4566b | 2014-04-26 23:59:48 -0700 | [diff] [blame] | 14 | Fail the test if this Interest is unanswered. |
| 15 | 8. On host B, kill the producer. |
Eric Newberry | d4ed622 | 2015-06-10 14:12:42 -0700 | [diff] [blame] | 16 | 9. On host A, invoke `ndnpeek ndn:/test-mcast/Z/2`. |
Yi Huang | 4a4566b | 2014-04-26 23:59:48 -0700 | [diff] [blame] | 17 | Fail the test if this Interest is unanswered. |