blob: 2830aa24ce884818bfc6da3639f4ea6e50aecb8f [file] [log] [blame]
Noam Angel3c6b0162018-07-08 17:05:35 +03001---
2fixes:
3 - |
caoyuan349ba752019-04-23 19:40:06 +08004 Patch https://review.opendev.org/#/c/499575/ introduced
Noam Angel3c6b0162018-07-08 17:05:35 +03005 support creating Neutron port with certain capabilities.
6 Currently capabilities list interpreted as string this change
7 fix it.
8
9 tempest.conf
10 [network]
11 port_profile = capabilities:[switchdev]
12
13 result:
14 {'capabilities':'[switchdev]'}
15
16 expected:
17 {'capabilities': ['switchdev']}