88b7db0e0c4d633748f454f4977c13c253012769
"TypeError: 'Mock' object is not iterable" could possibly be triggered by test_metadata_port_on_network_delete() since there is a missing mock of the return value for ls_get. Although I did not see the error described in the bug, I did verify ls_get was returning an incorrect value by printing it in the code, which after this patch was a fake row. Change-Id: Ib1f204c98eee96321c7befebf94012dc2c80b1e8 Closes-bug: #1973731
OpenStack Neutron
Neutron is an OpenStack project to provide "network connectivity as a service" between interface devices (e.g., vNICs) managed by other OpenStack services (e.g., Nova).
To learn more about neutron:
- Documentation: https://docs.openstack.org/neutron/latest/
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron/index.html
- Source: https://opendev.org/openstack/neutron
If you would like to contribute to Neutron, please read the file CONTRIBUTING.rst or see the Neutron contributor guide:
https://docs.openstack.org/neutron/latest/contributor/contributing.html
Get in touch via email. Use [Neutron] in your subject.
Description
Languages
Python
99.7%
Shell
0.3%