commit | 799f78fb10ea8aa2554b035cbc6f7814f6d750bf | [log] [tgz] |
---|---|---|
author | Hila Ben Abraham <hilata@gmail.com> | Sun Mar 01 22:06:33 2015 -0600 |
committer | Junxiao Shi <sunnylandh@gmail.com> | Fri Mar 06 12:10:47 2015 -0800 |
tree | 5085b367e233f56d460cd95d4f7f9c2ce658b7f4 | |
parent | ad3de3e051ef46b8b0a540b2134174b7e239a387 [diff] |
hub_discovery/nfdc: wait for fresh nfd-status output NFD may cache StatusDataset for up to one second, but we need fresh dataset to see changes. refs #2501, #2502 Change-Id: I34b68ffc8d148c864c034f5fba340c8f8bc37228
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