[NETCONF-273] Problem with HTTP operations on mounted devices Created: 09/Sep/16 Updated: 15/Mar/19 Resolved: 17/Oct/16 |
|
| Status: | Resolved |
| Project: | netconf |
| Component/s: | netconf |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Ivan Hrasko | Assignee: | Andrej Mak |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: All |
||
| Issue Links: |
|
||||||||
| External issue ID: | 6681 | ||||||||
| Description |
|
Environment: Invoke two consequent POSTs operations on server: { } then POST http://localhost:8181/restconf/config/instance-identifier-patch-module:patch-cont/my-list1/leaf1 { } result: GET http://localhost:8181/restconf/config/instance-identifier-patch-module:patch-cont { , { "name": "name-2" } ] Invoke two consequent POST operations on mounted device: { } then { } result: { ] PROBLEM: Next aspect of this bug is that existence check fails: Invoke this POST operation on mounted device two times: { } PROBLEM: This bug blogs create, replace, merge and maybe delete/remove edit operations in YANG PATCH on mounted devices. |
| Comments |
| Comment by Andrej Mak [ 26/Sep/16 ] |
|
There is a problem with handling of lists in netconf northbound server, which is used also by testtool if it is run with --md-sal true parameter. |