blob: 7510d47e46d146a1ec88c8c4f05695c60addeda1 [file] [log] [blame]
---
fixes:
- |
Patch https://review.openstack.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']}