Project

General

Profile

Task #1220

Updated by Junxiao Shi about 10 years ago

Create skeleton for integrated tests. 

 This task includes: 

 * Creating a code repository repo for integrated tests, with directory for each test 
 * Writing a first integrated test for NFD using ndn-tlv-pingserver, ndn-tlv-ping, and ndnd-tlv (currently needed to run server).    This should include scripts to set up the environment, run the test, cleanup the environment---tests can assume that dependencies, NFD, ndn-cpp, ndnd-tlv, are already installed 
 * Writing a script (python?) in top level directory to execute all (or selected) tests from the directory. repo.

Back