[NETCONF-756] Netconf Testtool fails on Windows if --schemas-dir parameter set Created: 10/Feb/21 Updated: 23/Feb/21 Resolved: 23/Feb/21 |
|
| Status: | Resolved |
| Project: | netconf |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.13.0 |
| Type: | Bug | Priority: | Medium |
| Reporter: | Iaroslav Kholiavko | Assignee: | Iaroslav Kholiavko |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
While --schemas-dir parameter set Netconf Testtool fails with exception. Bug reproduces only on Windows.
Expected behavior: Test tool should work the same way as on Linux. Actual behavior: Test tool fails with exception: Exception in thread "main" java.lang.IllegalStateException: Failed to rename '%s'.D:\workspace\netconf\schemas\augment-main-a.yangException in thread "main" java.lang.IllegalStateException: Failed to rename '%s'.D:\workspace\netconf\schemas\augment-main-a.yang at org.opendaylight.netconf.test.tool.TesttoolParameters.validate(TesttoolParameters.java:329) at org.opendaylight.netconf.test.tool.Main.main(Main.java:38) |