commit | c22afde78d7b03a8df205caa2c2af2b88725c42d | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@cs.arizona.edu> | Tue Jun 19 01:28:31 2018 -0700 |
committer | Eric Newberry <enewberry@cs.arizona.edu> | Fri Jul 06 18:57:23 2018 -0400 |
tree | c8ad9643930fd05a6af9fc8a73fff9337d85d81a | |
parent | 8b367fb70f1a5d0711339eb09147f6c7667b4b67 [diff] |
rewrite Python tests as Bash tests correct University of Arizona copyright statements refs #4410 Change-Id: I2e34b28698336d39b64030f68984b711f4bdbd0d
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
.