commit | 15af8b58d501c401bc95da4abf39875da723fd97 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sun Jan 27 14:06:54 2019 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sun Jan 27 14:11:39 2019 -0500 |
tree | 95f91369727d62ef44537a23ee8e86aa43eda08c | |
parent | 78fc65cf627b4656c1aec874deecb729107fb97b [diff] |
ndn-traffic -> ndn-traffic-client Change-Id: I851dd8d6abbf34795b265bd25576190c9cffd91b
This is a Python based unit test repository which is designed for end-to-end integration testing of NDN Forwarding Daemon, NFD.
To install all NDN applications used for the tests, run ./install_apps.py install_all
. To install one or more particular apps only, find the proper command line argument(s) to use in place of install_all
by running ./install_apps.py help
.
To run all tests, run ./run_tests.py test_all
. To run one or more particular tests, run ./run_tests.py help
to find the proper command line argument(s) to use in place of test_all
.