Actions
Bug #2502
closedtest_hub_discovery: stage 1 fails
Start date:
02/10/2015
Due date:
% Done:
100%
Estimated time:
Description
Integration test case test_hub_discovery
is failing.
Host A hub_discover.log
says:
TEST STARTED
Stage 1: multicast discovery failed on node B
Host B nfd.log
contains:
1423523676.837877 INFO: [FaceTable] Added face id=262 remote=udp4://10.63.18.1:6363 local=udp4://155.98.39.12:6363
This indicates that stage 1 is actually successful, but either the test case doesn't correctly interpret the result, or ndn-autoconf
is returning incorrect exit code.
Updated by Junxiao Shi over 9 years ago
Test log on Emulab: http://redmine.named-data.net/attachments/download/221/20150209.zip
Updated by Hila Ben Abraham over 9 years ago
- % Done changed from 0 to 100
ndn-autoconf successfully complete stage 1. However, the output of nfd-status doesn't include the new registered face. The problem can be solved by waiting for 2 seconds before calling nfd-status.
I will push this fix after solving bug #2501.
Updated by Junxiao Shi over 9 years ago
- Status changed from In Progress to Closed
Actions