-
Notifications
You must be signed in to change notification settings - Fork 116
Improve ASP configuration #2639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
👋 A new build is available for this PR based on bd46718. |
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
@sebjulliand @chrjorgensen I believe you both have access to system with multiple ASPs. I did test with common1, but if you wouldn't mind giving this a go I would appreciate it. |
Sure! I wanted to try it today but had no time. I'll give it a spin tomorrow. |
Signed-off-by: worksofliam <[email protected]>
@sebjulliand Done!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested these changes on a system with one ASP and didn't notice any issues. Test cases are all passing.
Sooo right as I say that, I find something 😅 Libraries on an ASP can be found in the |
@SanjulaGanepola For sure that's a problem! We will have to change our logic in the library list browser to take the ASP into account. I will take a look. We should write some test cases too. Good spot! |
Here is a list of APIs that need to be checked over:
|
@SanjulaGanepola and I have discovered an additional problem. |
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
👋 A new build is available for this PR based on b046014. |
@SanjulaGanepola I have added a new Please review whenever you can. @sebjulliand you too if you like! |
Steps to re-create:
Looks like the problem is that
|
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as expected now. Nice!
Test extension also working. Had to update these commands to specifically use system
: CODECOV
, CPYFRMSTMF
, RSTLIB
Signed-off-by: worksofliam <[email protected]>
@SanjulaGanepola @sebjulliand I have converted back to draft for now. I am waiting to hear from Korinne about whether we need |
I heard from the IBM OpenSSH team and they have made a fix, but it won't be available until late July. They will supply the PTF numbers, and then we get back to this PR. |
Changes
Enhance the ability to configure and fetch the active ASP, ensuring that the application can correctly utilize the configured ASP in various operations. Add test cases to validate the expected behavior of these changes.
How to test this PR
Examples:
Checklist
console.log
s I added