Baremetal virtual media Get API#3303
Conversation
There was a problem hiding this comment.
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 |
| client, err := clients.NewBareMetalV1Client() | ||
| th.AssertNoErr(t, err) | ||
| client.Microversion = "1.89" | ||
| client.Microversion = "1.93" |
There was a problem hiding this comment.
Although, it does look like you have updated it, so my confidence on that is low.
There was a problem hiding this comment.
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 <hroy@redhat.com>
|
LGTM |
|
@EmilienM when you have time can you check this PR? Thanks! |
Signed-off-by: Himanshu Roy <hroy@redhat.com>
|
@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