[IOTDM-54] registrations rpc with non existing plugin-loader-name should fail Created: 25/Jan/17  Updated: 20/Nov/17  Resolved: 27/Feb/17

Status: Resolved
Project: iotdm
Component/s: General
Affects Version/s: unspecified
Fix Version/s: None

Type: Bug
Reporter: Miroslav Kovac Assignee: Tomas Janciga
Resolution: Won't Do Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


External issue ID: 7675
Priority: Low

 Description   

Post request
path - http://localhost:8181/restconf/operations/onem2m-plugin-manager:onem2m-plugin-manager-iotdm-plugin-registrations

body:
{
"input":

{ "plugin-loader-name": "non-existing-name" }

}

If plugin-loader-name is some plugin that is not created should return 404 not found. Now it returns 200 OK with body
{
"output": {}
}



 Comments   
Comment by Tomas Janciga [ 27/Feb/17 ]

The empty RPC output with 200OK is correct. Adedd TCs testing all filtering inputs for all RPC calls provided by PluginManager.

Generated at Wed Feb 07 20:05:03 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.