Noam Angel | 3c6b016 | 2018-07-08 17:05:35 +0300 | [diff] [blame] | 1 | --- |
2 | fixes: | ||||
3 | - | | ||||
4 | Patch https://review.openstack.org/#/c/499575/ introduced | ||||
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']} |