commit | e00f7f01e1e2d2db85763fc6c1472c6beb4d0fda | [log] [tgz] |
---|---|---|
author | Yanbiao Li <lybmath@ucla.edu> | Wed May 20 20:20:10 2015 -0700 |
committer | Yanbiao Li <lybmath@ucla.edu> | Thu Sep 17 11:58:36 2015 -0700 |
tree | c99e9597c436e9353e5ec2593b29ba671c0ebdfd | |
parent | a8a7d2741e49f432b5d538de5920e669f9d2b059 [diff] |
integration-tests: remote prefix registration Change-Id: Ia0e81879ed353307b325c2ed86b35d7b776b9994 refs: #2201
This is a Python based unit test repository which is designed for end-to-end integration testing of NDN Forwarding Daemon, NFD.
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
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