allow packages to be provided locally or fetched from alternate branches

refs #1895

Change-Id: Idae33f3af5091413c915c5081d505bacea957c5d
24 files changed
tree: c487bb5d0d2e0542e76fb77f5516fb5c07b4f97f
  1. install_helpers/
  2. library_helpers/
  3. test_auto_prefix_propagate/
  4. test_congestionmark/
  5. test_cs_freshness/
  6. test_fib_matching/
  7. test_hub_discovery/
  8. test_interest_aggregation/
  9. test_interest_loop/
  10. test_linkfail/
  11. test_localhop/
  12. test_localhost_scope/
  13. test_mobility_link/
  14. test_multicast/
  15. test_multicast_strategy/
  16. test_nack/
  17. test_ndnpeekpoke/
  18. test_ndnping/
  19. test_ndntraffic/
  20. test_nexthopfaceid/
  21. test_nfdc/
  22. test_nrd/
  23. test_permanent_face/
  24. test_route_expiration/
  25. test_route_inheritance/
  26. test_tcp_udp_tunnel/
  27. test_unixface/
  28. .gitignore
  29. __init__.py
  30. collect-logs.sh
  31. install_apps.py
  32. multi-host.conf
  33. README.md
  34. repos.conf.sample
  35. run-vagrant-tests.sh
  36. run_tests.py
  37. Vagrantfile
README.md

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.