commit | fe0d014d49e2ea8d380ad7d8bbead28cf5db2cc1 | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@cs.arizona.edu> | Wed Nov 29 13:22:48 2017 -0700 |
committer | Eric Newberry <enewberry@cs.arizona.edu> | Sat Dec 23 22:49:52 2017 -0700 |
tree | c487bb5d0d2e0542e76fb77f5516fb5c07b4f97f | |
parent | 608211e96a436b289a07ad9d4279e211f0b9fc1f [diff] |
allow packages to be provided locally or fetched from alternate branches refs #1895 Change-Id: Idae33f3af5091413c915c5081d505bacea957c5d
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
.