Change vagrant to provision template VM and create clones for all VMs

refs #2436

Change-Id: Ia4326d2129356d3711c0a9ba006cce7890eab7b0
2 files changed
tree: d8f6944045912e1bd0598453ee1191f003042d7c
  1. install_helpers/
  2. library_helpers/
  3. test_cs_freshness/
  4. test_fib_matching/
  5. test_hub_discovery/
  6. test_interest_aggregation/
  7. test_interest_loop/
  8. test_linkfail/
  9. test_localhop/
  10. test_localhost_scope/
  11. test_multicast/
  12. test_multicast_strategy/
  13. test_ndnpeekpoke/
  14. test_ndnping/
  15. test_ndntraffic/
  16. test_nfdc/
  17. test_nrd/
  18. test_remote_register/
  19. test_route_expiration/
  20. test_tcp_udp_tunnel/
  21. test_unixface/
  22. .gitignore
  23. __init__.py
  24. collect-logs.sh
  25. install_apps.py
  26. multi-host.conf
  27. README.md
  28. run-vagrant-tests.sh
  29. run_tests.py
  30. 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 NDN applications used for the tests

USAGE:
  ./install_apps.py [OPTIONS]

  Install NDN applications
  Latest source codes will be downloaded from their GitHub named-data repositories

OPTIONS:
  install_ndncppdev  - install ndn-cpp-dev (https://github.com/named-data/ndn-cpp-dev)
  setup_security     - create an identity (/tmp/nfd_integration) using ndnsec
  install_NFD        - install NFD (https://github.com/named-data/NFD)
  install_ndntraffic - install ndn-traffic-generator (https://github.com/named-data/ndn-traffic-generator)
  install_ndntools   - install ndn-tools (https://github.com/named-data/ndn-tools)
  install_infoedit   - install infoedit
  install_all        - do all of the above
  help               - print this message and exit

Test Run Instructions:

To run tests

USAGE:
  ./run_tests.py [OPTIONS]

  Run a subset of NFD integration test cases
  The test case(s) to be executed should be provided as command line option(s)

OPTIONS:
  test_ndnping
  test_all           - run all the above tests
  help               - print this message and exit