Task #3053
openDesign automatic integration test triggering by Jenkins
0%
Description
This task should describe and design the necessary set up to have integration tests for NDN projects triggered by Jenkins and run in Mini-NDN.
Updated by Junxiao Shi about 9 years ago
From Vince:
I noticed on the ndn-cxx-breaks page that there is an option to also run integration tests. How are the integration tests being automatically run? Since you have a way to run the integration tests automatically, is running the integration tests in Mini-NDN triggered by Jenkins still a useful feature? Thanks.
ndn-cxx-breaks executes IntegrationTests on Emulab.
Emulab has limited resources, and an experiment could take many hours to swap in.
My worse case was a 12-hour wait.
Running NFD integ on a slave using mini-ndn is a useful alternate, because a build could complete within a mostly predictable timeframe.
Updated by Junxiao Shi over 3 years ago
- Related to Feature #3336: Mininet script to run integration tests added