From 19fa56176090ca9a1dbce1dff944d8946d15b20a Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Wed, 20 Sep 2017 07:50:44 -0400 Subject: Add tuntap/tapcli configuration support JIRA: PUP-3 Change-Id: Ia3e00887289b7b069ac8e3e39943bed264b78982 Signed-off-by: Feng Pan --- spec/acceptance/fdio_spec.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'spec/acceptance/fdio_spec.rb') diff --git a/spec/acceptance/fdio_spec.rb b/spec/acceptance/fdio_spec.rb index 68f2013..4be1865 100644 --- a/spec/acceptance/fdio_spec.rb +++ b/spec/acceptance/fdio_spec.rb @@ -41,6 +41,9 @@ describe 'fdio' do vpp_vhostuser_coalesce_frames => 32, vpp_vhostuser_coalesce_time => 0.05, vpp_vhostuser_dont_dump_memory => true, + vpp_tuntap_enable => true, + vpp_tuntap_mtu => 9000, + vpp_tapcli_mtu => 8000, } EOS @@ -54,6 +57,9 @@ describe 'fdio' do its(:content) { should match /coalesce-frames\s+32/ } its(:content) { should match /coalesce-time\s+0.05/ } its(:content) { should match /dont-dump-memory/ } + its(:content) { should match /enable/ } + its(:content) { should match /mtu 9000/ } + its(:content) { should match /mtu 8000/ } end end end -- cgit 1.2.3-korg