-
Notifications
You must be signed in to change notification settings - Fork 557
Baremetal virtual media Get API #3303
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
Conversation
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.
Thank you for submitting your first PR! Be sure that we will be looking at it but keep in mind
this sometimes takes a while.
Please let the maintainers know if your PR has not got enough attention after a few days.
If any doubt, please consult our PR tutorial.
This looks like a microversion change that is needed. Let me know if you want help implementing that fix |
@@ -219,7 +219,7 @@ func TestNodesVirtualMedia(t *testing.T) { | |||
|
|||
client, err := clients.NewBareMetalV1Client() | |||
th.AssertNoErr(t, err) | |||
client.Microversion = "1.89" | |||
client.Microversion = "1.93" |
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.
Although, it does look like you have updated it, so my confidence on that is low.
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.
Yes, the issue is driver related, the test is using ipmi but the feature only supports redfish. I'm looking into fixing it.
the tests are failing, but they are legit failures. get api will only work on redfish based.. so you can remove the change in the acceptance, I will be trying to move things to redfish in another PR and later we can update I would say. I've manually tested this with ironic directly and things should work, I'm just wondering what we expect as the output when doing Via curl we would get something like:
With gophercloud doing
using Result
using Err
using Body
|
Failed to assess the semver bump. See logs for details. |
Signed-off-by: Himanshu Roy <[email protected]>
LGTM |
@EmilienM when you have time can you check this PR? Thanks! |
Signed-off-by: Himanshu Roy <[email protected]>
@mandre Why was this not backported to v2? |
It was an oversight. |
Failed to backport PR to |
The backport to v2 depends on #3334. |
Fixes #3302