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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user