Project

General

Profile

Feature #3074

Updated by Junxiao Shi about 8 years ago

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

 Topology: 

     C--B--A--D 

 1. configure network region names on C,B,A,D: 
     * C: /arizona/cs 
     * B: /arizona/telecom 
     * A: /ucsd/caida 
     * D: /ucla/cs/irl /ucla/cs/software 
 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 B, D, run traffic generator server for /net/ndnsim/www serving content "BBBBBBBB" 
 7. on A, run traffic generator server for /net/ndnsim/www serving content "AAAAAAAA" 
 8. on D, run traffic generator server for /net/ndnsim/www serving content "DDDDDDDD" 
 9. on C, express an Interest /net/ndnsim/www/index.html with a Link object {Name=/net/ndnsim, Delegations={{10,/telia/terabits}, {20,/ucla/cs}}} 
 10. 8. fail the scenario if this Interest is unanswered or Data content is not "DDDDDDDD"

Back