fib_matching: remove testing of Selectors

Change-Id: I6d9e787ec25d60e82d1dcd35bb9b734f0778d65b
Refs: #4660
14 files changed
tree: 47e6521db24f3285764b97c557e3d1e30e5bf150
  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. .mailmap
  30. __init__.py
  31. collect-logs.sh
  32. install_apps.py
  33. multi-host.conf
  34. README.md
  35. repos.conf.sample
  36. run-vagrant-tests.sh
  37. run_tests.py
  38. 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.