Actions
Task #1384
closedInterest aggregation test scenario
Status:
Closed
Priority:
Normal
Assignee:
Category:
Integration Tests
Target version:
Start date:
Due date:
% Done:
100%
Estimated time:
3.00 h
Description
Topology: Single host.
Steps:
- Start NFD.
- Start ndn-traffic-server to serve
ndn:/test-agg
, with-d 2000
flag to delay response for 2000ms. - Start two instances of ndn-tlv-peek to request
ndn:/test-agg/A
. Wait until they terminate. Fail if either is unanswered. - Stop ndn-traffic-server. Fail if total served Interest does not equal 1.
- Start ndn-traffic-server to serve
ndn:/test-agg
, with-d 2000
flag to delay response for 2000ms. - Start ndn-tlv-peek to request
ndn:/test-agg/B
ChildSelector=leftmost, and another instance to requestndn:/test-agg/B
ChildSelector=rightmost. Wait until they terminate. Fail if either is unanswered. - Stop ndn-traffic-server. Fail if total served Interest does not equal 2.
- Start ndn-traffic-server to serve
ndn:/test-agg
, with-d 2000
flag to delay response for 2000ms. - Start ndn-tlv-peek to request
ndn:/test-agg/C
InterestLifetime=6000ms, and another instance to requestndn:/test-agg/C
InterestLifetime=8000ms. Wait until they terminate. Fail if either is unanswered. - Stop ndn-traffic-server. Fail if total served Interest does not equal 1.
Script can assume necessary programs are installed and accessible in $PATH, and current user has sudo privilege.
Actions