Actions
Task #1381
closedNRD Prefix Registration test scenario
Description
Test correctness of NRD prefix registration and FIB updates (without ForwardingFlags processing).
- Start NFD and NRD.
- Run nfd-status to obtain FIB.
- Start ndn-traffic-server (with
env NRD=1
to use NRD prefix registration); configuration has one or more non-overlapping prefixes. - Run nfd-status to obtain FIB. Compare new FIB to the FIB from step 2, and determine whether FIB entry is inserted
- Stop ndn-traffic-server.
- Run nfd-status to obtain FIB. Compare new FIB to the FIB from step 4, and determine whether FIB entry is deleted
The script can assume:
- All programs involved are installed and accessible in $PATH.
- Current user has passwordless sudo privilege.
Updated by Junxiao Shi over 10 years ago
- Subject changed from NRD test scenario to NRD Prefix Registration test scenario
- Description updated (diff)
Updated by Yi Huang over 10 years ago
My old script for NRD failed today. Investigating the reason of failure.
Updated by Yi Huang over 10 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 90
Updated by Yi Huang over 10 years ago
- Status changed from Code review to Closed
- % Done changed from 90 to 100
Actions