commit | 78fc65cf627b4656c1aec874deecb729107fb97b | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Thu Jan 10 18:14:06 2019 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Thu Jan 10 18:30:25 2019 -0500 |
tree | 47e6521db24f3285764b97c557e3d1e30e5bf150 | |
parent | c22afde78d7b03a8df205caa2c2af2b88725c42d [diff] |
fib_matching: remove testing of Selectors Change-Id: I6d9e787ec25d60e82d1dcd35bb9b734f0778d65b Refs: #4660
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
.