Actions
Bug #1431
closedndn-traffic client does not interpret sample client config file
Start date:
Due date:
% Done:
100%
Estimated time:
Description
ndn-traffic-generator commit cc3c6c92d879a6c18ff06d0fb367694e8db86700
platform: Ubuntu 12.04
steps to reproduce:
- run NFD
- run ndn-traffic with sample client configuration file
App output:
ltr120@traffic-gen-vm5:~/prepare/ndn-traffic-generator$ ndn-traffic ndn-traffic-client.conf.sample
Environment Variable NDN_TRAFFIC_LOGFOLDER Not Set.
Using Default Output For Logging.
2014-Mar-31 20:52:23 - Analyzing Traffic Configuration File: ndn-traffic-client.conf.sample
Line 42 - Improper Traffic Configuration Line- TrafficPercentage=50
Line 43 - Improper Traffic Configuration Line- Name=/example/A
Line 44 - Improper Traffic Configuration Line- ExpectedContent=AAAAAAAA
Line 46 - Improper Traffic Configuration Line- TrafficPercentage=50
Line 47 - Improper Traffic Configuration Line- Name=/example/B
Line 48 - Improper Traffic Configuration Line- ExpectedContent=BBBBBBBB
2014-Mar-31 20:52:23 - Traffic Configuration File Processing Completed
^C
== Interest Traffic Report ==
Total Traffic Pattern Types = 0
Total Interests Sent = 0
Total Responses Received = 0
Total Interest Loss = 0%
Total Data Inconsistency = 0%
Total Round Trip Time = 0ms
Average Round Trip Time = 0ms
Updated by Jerald Paul Abraham over 10 years ago
- Status changed from New to In Progress
- Assignee set to Jerald Paul Abraham
Bug Found and being fixed.
Updated by Jerald Paul Abraham over 10 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
There was a tiny bug in one of the if conditions.
This has been corrected and tested now.
Awaiting code review and repository merge.
Updated by Jerald Paul Abraham over 10 years ago
- Status changed from Code review to Closed
This has been fixed.
Actions