commit | f79433860e31d80c4a8f536e4a3cc683ab3fdf36 | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@cs.arizona.edu> | Wed May 30 17:44:19 2018 -0700 |
committer | Eric Newberry <enewberry@cs.arizona.edu> | Thu May 31 11:06:25 2018 -0700 |
tree | 03dcf80809cae4a570e5dc8d4e69bf0a441fe0d0 | |
parent | 0e729dbb814d9096a3c961534203ed94746b68ba [diff] |
Prevent prep and logs from being captured when collecting logs Resolve awk warnings in collect-logs.sh refs #4624 refs #4411 Change-Id: I2fdb385f12374864f572e3529c837cbaa51fdfb2
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
.