commit | a59f207a89e4d5aef52649f5fa1b578e178d1a8a | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sun Apr 27 20:52:25 2014 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Mon Apr 28 13:01:47 2014 -0700 |
tree | dc39cdd857a1d8629735cd9918597e0b4b3056b9 | |
parent | 2d9ec5593ef3390d9c238c6075530729ceb5478b [diff] |
localhost-scope-control-test: /localhost scope control scenario refs #1391 Change-Id: I5c437dd234f929bcb41d78a8b68f93cad171af42
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_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
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