File: add-port-profile-config-option-2610b2fa67027960.yaml

package info (click to toggle)
tempest 1%3A19.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,564 kB
  • sloc: python: 69,123; sh: 196; makefile: 80
file content (9 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
---
features:
  - A new config option 'port_profile' is added to the section
    'network' to specify capabilities of the port.
    By default this is set to {}. When using OVS HW offload
    feature we need to create Neutron port with a certain
    capability. This is done by creating Neutron port with
    binding profile. To be able to test this we need profile
    capability support in Tempest as well.