Fix broken unit test with invalid memory_channels value

The vswitch::dpdk::memory_channels parameter no longer accepts string
values. Remove the unnecessary definition which actually prevents
us from testing the class inclusion.

Change-Id: Ib8ecd1aa3c3efaacb5f87a5abe8f06fbaa9b81de
This commit is contained in:
Takashi Kajinami 2024-05-04 01:30:34 +09:00
parent 25903e897c
commit 777c160d50
1 changed files with 0 additions and 3 deletions

View File

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