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
This commit is contained in:
Jimmy McCrory 2017-04-16 00:17:30 -07:00
parent 3e5122dfd8
commit baed87967f

View File

@ -1,7 +1,7 @@
---
openstack_host_specific_kernel_modules:
- name: "openvswitch"
pattern: "CONFIG_OPENVSWITCH="
pattern: "CONFIG_OPENVSWITCH"
group: "physical_host"
tempest_run: yes