Project

General

Profile

Feature #3074

Updated by Junxiao Shi over 8 years ago

Develop a [[IntegrationTests]] scenario for **mobility with Link**. 

 Topology: 

     C--B--A--D 

 1. configure network region names RouterName on C,B,A,D: 
     * C: /arizona/cs network=arizona, site=cs, router=C 
     * B: /arizona/telecom network=arizona, site=telecom, router=B 
     * A: /ucsd/caida network=ucsd, site=caida, router=A 
     * D: /ucla/cs/irl /ucla/cs/software network=ucla, site=cs, router=D 
 2. start NFD on C,B,A,D; create UDP tunnels according to topology 
 3. on C, register a default route toward B 
 4. on B, register a route /ucla toward A 
 5. on A, register a route /ucla/cs toward D 
 6. on D, run traffic generator server on D for /net/ndnsim/www /ndnsim/www 
 7. on C, express an Interest /net/ndnsim/www/index.html under /ndnsim/www with a Link object {Name=/net/ndnsim, {Name=/ndnsim, Delegations={{10,/telia/terabits}, {20,/ucla/cs}}} 
 8. fail the scenario if this Interest is unanswered

Back