40b8d4ac7d
Change-Id: Ic6966699b9af4f75cb639c504cb64167d4fa8fb9
19 lines
396 B
YAML
19 lines
396 B
YAML
---
|
|
openstack_host_specific_kernel_modules:
|
|
- name: "openvswitch"
|
|
pattern: "CONFIG_OPENVSWITCH="
|
|
group: "physical_host"
|
|
|
|
tempest_run: yes
|
|
|
|
tempest_plugins:
|
|
- name: neutron
|
|
repo: https://git.openstack.org/openstack/neutron
|
|
branch: master
|
|
|
|
tempest_test_whitelist:
|
|
- neutron.tests.tempest.api.test_networks*
|
|
|
|
neutron_plugin_type: ml2.ovs
|
|
neutron_local_ip: "{{ ansible_host }}"
|