cs-freshness-test: Add test case for ContentStore and Data freshness

Refs: #1383

Change-Id: I69bf06dbb42b39ea8929bbd87a08d6f2723caeb7
6 files changed
tree: 35e34437856d98662a6ad0ccedc23294f30d5c74
  1. install_helpers/
  2. library_helpers/
  3. test_cs_freshness/
  4. test_interest_aggregation/
  5. test_ndnpeekpoke/
  6. test_ndntlvping/
  7. test_ndntraffic/
  8. test_tcp_udp_tunnel/
  9. test_unixface/
  10. .gitignore
  11. __init__.py
  12. install_apps.py
  13. multi-host.conf
  14. README.md
  15. run_tests.py
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_ndntlvping - install ndn-tlv-ping (https://github.com/named-data/ndn-tlv-ping)
  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_ndntlvping
  test_all           - run all the above tests
  help               - print this message and exit