openstack-ansible-os_neutron/tests/neutron-overrides-ovs.yml
Jimmy McCrory baed87967f Fix OVS functional gate test
Remove an extra '=' from the pattern used to check that the Open vSwitch
kernel module is available.

Change-Id: I0641b729b361572fca5b6e0edddff6a977bf2097
2017-04-16 00:17:30 -07:00

19 lines
395 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 }}"