commit | 9a118b37c0a51026fb5b682ae3324515d489fb13 | [log] [tgz] |
---|---|---|
author | Yi Huang <ethanhuang1991@gmail.com> | Tue Apr 22 15:17:51 2014 -0700 |
committer | Yi Huang <ethanhuang1991@gmail.com> | Wed Apr 23 20:12:05 2014 -0700 |
tree | cb357c58d4956b7e7876ec7422537199b05753bc | |
parent | b2a2655dc34470911fcda44afab51a3fda4c3f4b [diff] |
tcp-udp-tunnel-test: Add test case to test TCP/UDP tunnel. Refs: #1362 Change-Id: I78f558f61ddd0cf0a363e56081e2e4c735d8156e
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