Actions
Task #2906
closedEliminate separate `nfdc create` step
Start date:
Due date:
% Done:
100%
Estimated time:
3.00 h
Description
In IntegrationTests, eliminate the separate nfdc create
step.
Background:
Initially, nfdc register
, nfdc unregister
, nfdc add-nexthop
, nfdc remove-nexthop
, nfdc destroy
commands do not accept FaceUri, so that scenarios must invoke nfdc create
, parse its output to get FaceId, and pass the FaceId to those commands.
Now those commands can accept FaceUri directly and therefore do not need a separate nfdc create
step.
Files
Updated by Junxiao Shi over 9 years ago
test_localhop.test_localhop
is failing recently, and the cause seems to be related to nfdc
.
When completing this issue, please attempt to find out why this test case is failing.
I won't pass verification unless either this test case is fixed, or the cause is found and reported as a separate bug.
Updated by Eric Newberry over 9 years ago
- Status changed from New to In Progress
Updated by Eric Newberry over 9 years ago
- Status changed from In Progress to Code review
Updated by Junxiao Shi over 9 years ago
- File result_2136,2.tar result_2136,2.tar added
- Status changed from Code review to Closed
- Assignee set to Eric Newberry
- % Done changed from 0 to 100
Actions