tree: e55aeaa4696d37592c5d027dc4d89a611f87ce9b [path history] [tgz]
  1. __init__.py
  2. client.conf
  3. NDNTrafficServer.conf
  4. nrd-test.sh
  5. README.md
  6. test_nrd.py
test_nrd/README.md

Test correctness of NRD prefix registration and FIB updates (without ForwardingFlags processing).

  1. Modify $HOME/.ndn/client.conf to choose "protocol=nrd-0.1".
  2. Start NFD.
  3. Run nfdc to obtain FIB.
  4. Start ndn-traffic-server; configuration has one or more non-overlapping prefixes.
  5. Run nfdc to obtain FIB. Compare new FIB to the FIB from step 3, and determine whether FIB entry is inserted
  6. Stop ndn-traffic-server.
  7. Run nfdc to obtain FIB. Compare new FIB to the FIB from step 5, and determine whether FIB entry is deleted