tempest/releasenotes/notes/correct-port-profile-config-option-d67f5cb31f1bc34c.yaml
caoyuan 349ba75410 Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org and review.openstack.org URLs
with their opendev.org counterparts.

Change-Id: I88e894db7b854d32593c770f5aa9b8a91fad7866
2019-05-23 10:19:31 +00:00

18 lines
391 B
YAML

---
fixes:
- |
Patch https://review.opendev.org/#/c/499575/ introduced
support creating Neutron port with certain capabilities.
Currently capabilities list interpreted as string this change
fix it.
tempest.conf
[network]
port_profile = capabilities:[switchdev]
result:
{'capabilities':'[switchdev]'}
expected:
{'capabilities': ['switchdev']}