5fb6ef370e
Depends-On: I561504160e5548c54d1af31821c3366ab34cf0ec Change-Id: I7c2f011ea36b6ea4f8d1854a87df160034c6dcc6
23 lines
473 B
YAML
23 lines
473 B
YAML
---
|
|
openstack_host_specific_kernel_modules:
|
|
- name: "openvswitch"
|
|
pattern: "CONFIG_OPENVSWITCH"
|
|
|
|
tempest_run: yes
|
|
|
|
tempest_plugins:
|
|
- name: neutron-plugins
|
|
repo: https://opendev.org/openstack/neutron-tempest-plugin
|
|
branch: master
|
|
|
|
tempest_test_whitelist:
|
|
- "neutron_tempest_plugin.api.test_networks*"
|
|
|
|
tempest_network_ping_gateway: False
|
|
|
|
neutron_plugin_type: ml2.ovs
|
|
neutron_local_ip: "{{ ansible_host }}"
|
|
neutron_plugin_base:
|
|
- router
|
|
- firewall_v2
|