Task #1381
Updated by Yi Huang over 10 years ago
Write a script to test whether NRD can update FIB correctly.
The script should
1. Start nfd and nrd
2. Run ndn-status and collect the FIB status
3. Run ndn-traffic-server
4. Run ndn-status again and compare the new output with the result from step 2 and determine whether the FIB entry is correctly created.
The script can assume:
* All programs involved are installed and accessible in $PATH.
* Current user has passwordless sudo privilege.