[NETCONF-798] Fix scale-util for RFC 8040 Created: 29/Jul/21 Updated: 22/Feb/22 Resolved: 02/Feb/22 |
|
| Status: | Resolved |
| Project: | netconf |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.0.13 |
| Type: | Bug | Priority: | High |
| Reporter: | Ivan Hrasko | Assignee: | Oleksandr Zharov |
| Resolution: | Done | Votes: | 0 |
| Labels: | pt | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Epic Link: | Remove old RESTCONF | ||||||||
| Description |
|
The tool has multiple issues. It cannot correctly stop and start Karaf container.
Required things to do: 1. (ScaleUtil.java) change installed RESTCONF feature to "odl-restconf-nb-rfc8040" 4. verify scale util works: java -jar scale-util-2.0.12-SNAPSHOT-scale-util.jar --distribution-folder ../../../../karaf/target/assembly/ --controller-auth-username admin --controller-auth-password admin 5. verify default auth for the requests works Try to make to work this command: java -jar scale-util-2.0.12-SNAPSHOT-scale-util.jar --distribution-folder ../../../../karaf/target/assembly/ It means that admin:admin is the default username and password in parameters. 6. do clean-up Remove ScaleUtilParameters.java class |