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:
parent
3e5122dfd8
commit
baed87967f
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
openstack_host_specific_kernel_modules:
|
openstack_host_specific_kernel_modules:
|
||||||
- name: "openvswitch"
|
- name: "openvswitch"
|
||||||
pattern: "CONFIG_OPENVSWITCH="
|
pattern: "CONFIG_OPENVSWITCH"
|
||||||
group: "physical_host"
|
group: "physical_host"
|
||||||
|
|
||||||
tempest_run: yes
|
tempest_run: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user