Fix ml2 ovs tests

I2329aa122b9cacb3c7de18a21353f53ea1d988ed removed the core_list option
from vswitch, so we need to update the tests to use the correct
parameter.

Change-Id: If35b11cc416067b7507e5fece18a969fe90be6b1
This commit is contained in:
Alex Schultz
2017-02-20 11:11:26 -07:00
parent 5adc803d22
commit 34b479d5c5

View File

@@ -310,7 +310,7 @@ describe 'neutron::agents::ml2::ovs' do
context 'when enabling dpdk with manage vswitch is default' do
let :pre_condition do
"class { 'vswitch::dpdk': core_list => '1,2', memory_channels => '1' }"
"class { 'vswitch::dpdk': host_core_list => '1,2', memory_channels => '1' }"
end
before :each do
params.merge!(:enable_dpdk => true,