[NETCONF-528] netconf-testtool configuration should accept Set<YangModuleInfo> as model list Created: 16/Mar/18 Updated: 03/Apr/19 Resolved: 03/Apr/19 |
|
| Status: | Resolved |
| Project: | netconf |
| Component/s: | None |
| Affects Version/s: | Oxygen |
| Fix Version/s: | Sodium |
| Type: | Bug | Priority: | Medium |
| Reporter: | Juraj Veverka | Assignee: | Jaroslav Tóth |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
netconf-testtool configuration [0] should accept Set<YangModuleInfo> [1] as model list instead of Set<String> as input parameter for method public void setModels(final Set<String> models) [0] org.opendaylight.netconf.test.tool.config.Configuration
|
| Comments |
| Comment by Robert Varga [ 21/Mar/18 ] |
|
Other options include getting a Collection<YangTextSchemaSource> |