Integration Tests For NFD (nfd-integration-tests)

This is a Python based unit test repository which is designed for end-to-end integration testing of NDN Forwarding Daemon, NFD.

Prerequisites

  1. Python must be installed (2.7 <= version < 3)

Setup Instructions:

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.

Test Run Instructions:

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.