Skip to content
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

[v1] Fix networking acceptance tests #2857

Merged
merged 2 commits into from Jan 2, 2024
Merged

Conversation

gophercloud-backport-bot[bot]
Copy link

Backport: #2854

Since https://review.opendev.org/c/openstack/neutron/+/892815 it is no longer possible to update the vnic type of a bound port.

These doesn't seem to be an API to unbind the port other than deleting the port, so instead we're dropping the VNICType attribute from the update request in the TestPortsbindingCRUD test.

Since https://review.opendev.org/c/openstack/neutron/+/892815 it is no
longer possible to update the vnic type of a bound port.

These doesn't seem to be an API to unbind the port other than deleting
the port, so instead we're dropping the `VNICType` attribute from the
update request in the `TestPortsbindingCRUD` test.
The correct order is `expected`, `actual`. Having this right helps
debugging since the values are printed in a log message.
@coveralls
Copy link

Coverage Status

coverage: 77.883%. remained the same
when pulling e707ba8 on bp-v1-9379f86-ada7a8b
into 05b77af on v1.

@pierreprinetti pierreprinetti merged commit 511095e into v1 Jan 2, 2024
35 checks passed
@pierreprinetti pierreprinetti deleted the bp-v1-9379f86-ada7a8b branch January 2, 2024 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch No API change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants