Moshe Levi | e2c2fb1 | 2017-08-31 15:18:58 +0300 | [diff] [blame] | 1 | --- |
Moshe Levi | e2c2fb1 | 2017-08-31 15:18:58 +0300 | [diff] [blame] | 2 | features: |
| 3 | - A new config option 'port_profile' is added to the section |
| 4 | 'network' to specify capabilities of the port. |
Matthew Treinish | 16d9cf0 | 2018-06-26 09:58:37 -0400 | [diff] [blame] | 5 | By default this is set to {}. When using OVS HW offload |
| 6 | feature we need to create Neutron port with a certain |
| 7 | capability. This is done by creating Neutron port with |
| 8 | binding profile. To be able to test this we need profile |
| 9 | capability support in Tempest as well. |