Task #1377
closedUNIX face test scenario
Description
Test correctness of UNIX face and simple forwarding.
- Start NFD.
- Run traffic generator producer and consumer.
- Collect results.
The script can assume:
- All programs involved are installed and accessible in $PATH.
- Current user has passwordless sudo privilege.
Updated by Junxiao Shi over 10 years ago
The steps cannot achieve the goal of testing correctness of unicast face.
Creating a face to localhost is possible, but this could only create a loop.
Updated by Yi Huang over 10 years ago
Did I mis-understand something? How do I correct this?
Updated by Junxiao Shi over 10 years ago
The first paragraph states that this scenario should test the unicast face, but steps are not relevant to this goal.
Updated by Yi Huang over 10 years ago
- Description updated (diff)
How do I modify the steps so the goal can be achieved? If I am understanding correctly, the local faces can only be either unix face or tcp face with 127.0.0.1. Aren't they both unicast faces?
Updated by Junxiao Shi over 10 years ago
The unique feature of a LocalFace is:
- LocalControlHeader
- different scope rules
Updated by Yi Huang over 10 years ago
Did you mean things like /localhop and /localhost? I think these are different tasks. We should start with the simplest scenario first. This task is just testing whether the local faces can work as expected.
Updated by Junxiao Shi over 10 years ago
- Subject changed from Local face test scenario to UNIX face test scenario
- Description updated (diff)
Updated by Yi Huang over 10 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
the script is ready. Unix face works as expected.
Updated by Yi Huang over 10 years ago
- Status changed from Resolved to Code review
Updated by Yi Huang over 10 years ago
- Status changed from Code review to Closed