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`. |
| 9 | 5. On host A, invoke `ndn-tlv-peek ndn:/test-mcast/B/1`. |
| 10 | Fail the test if this Interest is unanswered. |
| 11 | 6. On host A, invoke `ndn-tlv-peek ndn:/test-mcast/C/1`. |
| 12 | Fail the test if this Interest is unanswered. |
| 13 | 7. On host A, invoke `ndn-tlv-peek ndn:/test-mcast/Z/1`. |
| 14 | Fail the test if this Interest is unanswered. |
| 15 | 8. On host B, kill the producer. |
| 16 | 9. On host A, invoke `ndn-tlv-peek ndn:/test-mcast/Z/2`. |
| 17 | Fail the test if this Interest is unanswered. |