Yi Huang | 2d9ec55 | 2014-04-26 03:41:26 -0700 | [diff] [blame] | 1 | Test correctness of NRD prefix registration and FIB updates (without ForwardingFlags processing). |
| 2 | |
| 3 | 1. Modify $HOME/.ndn/client.conf to choose "protocol=nrd-0.1". |
Eric Newberry | b856c77 | 2015-06-16 22:08:38 -0700 | [diff] [blame] | 4 | 2. Start NFD. |
Eric Newberry | 7745c1a | 2017-04-20 00:23:05 -0700 | [diff] [blame] | 5 | 3. Run nfdc to obtain FIB. |
Yi Huang | 2d9ec55 | 2014-04-26 03:41:26 -0700 | [diff] [blame] | 6 | 4. Start ndn-traffic-server; configuration has one or more non-overlapping prefixes. |
Eric Newberry | 7745c1a | 2017-04-20 00:23:05 -0700 | [diff] [blame] | 7 | 5. Run nfdc to obtain FIB. Compare new FIB to the FIB from step 3, and determine whether FIB entry is inserted |
Yi Huang | 2d9ec55 | 2014-04-26 03:41:26 -0700 | [diff] [blame] | 8 | 6. Stop ndn-traffic-server. |
Eric Newberry | 7745c1a | 2017-04-20 00:23:05 -0700 | [diff] [blame] | 9 | 7. Run nfdc to obtain FIB. Compare new FIB to the FIB from step 5, and determine whether FIB entry is deleted |