commit | 03021716443451688e1a9de0cb03d8f0622f34bd | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@cs.arizona.edu> | Thu Mar 29 00:56:17 2018 -0700 |
committer | Eric Newberry <enewberry@cs.arizona.edu> | Fri Mar 30 17:29:09 2018 -0700 |
tree | 6e3a023fa3c9f5bcf8fd5f4c78b2a33539c73df1 | |
parent | fe0d014d49e2ea8d380ad7d8bbead28cf5db2cc1 [diff] |
change Vagrant platform to Ubuntu 16.04 refs #4559 Change-Id: Ie667f8402ae30cf379c2dc55d8139ea229cf48ed
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
.