Noam Angel | 3c6b016 | 2018-07-08 17:05:35 +0300 | [diff] [blame] | 1 | --- |
| 2 | fixes: |
| 3 | - | |
caoyuan | 349ba75 | 2019-04-23 19:40:06 +0800 | [diff] [blame] | 4 | Patch https://review.opendev.org/#/c/499575/ introduced |
Noam Angel | 3c6b016 | 2018-07-08 17:05:35 +0300 | [diff] [blame] | 5 | 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']} |