Actions
Task #3467
closedUpdate verification instructions in INSTALL.md
Start date:
02/19/2016
Due date:
% Done:
100%
Estimated time:
Description
The verification instructions in INSTALL.md do not work with Mini-NDN v0.1.1.
The instructions should be updated to something similar to:
You can use these steps to verify your installation:
- Issue the command:
sudo minindn --experiment=pingall --nPings=50
- When the
mininet>
CLI prompt appears, the experiment has finished. On the Mini-NDN CLI, issue the commandexit
to exit the experiment. - Issue the command:
grep -c content /tmp/*/ping-data/*.txt
. Each file should report a count of 50. - Issue the command:
grep -c timeout /tmp/*/ping-data/*.txt
. Each file should report a count of 0.
Updated by Ashlesh Gawande about 9 years ago
- Related to Task #3340: Update verification step in INSTALL.md added
Actions