[dts] [PATCH V1 7/7]virtio_user_for_container_networking: remove unnecessary param --single-file-segments from vhost

Xiao Qimai qimaix.xiao at intel.com
Wed Feb 26 10:37:20 CET 2020


Signed-off-by: Xiao Qimai <qimaix.xiao at intel.com>
---
 tests/TestSuite_virtio_user_for_container_networking.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/TestSuite_virtio_user_for_container_networking.py b/tests/TestSuite_virtio_user_for_container_networking.py
index ba303b7..aa856e7 100644
--- a/tests/TestSuite_virtio_user_for_container_networking.py
+++ b/tests/TestSuite_virtio_user_for_container_networking.py
@@ -143,8 +143,6 @@ class TestVirtioUserForContainer(TestCase):
         start testpmd as vhost
         """
         eal_param = self.dut.create_eal_parameters(cores=self.core_list_vhost_user, prefix='vhost', vdevs=["net_vhost0,iface=vhost-net,queues=%d,client=0" % self.queue_number])
-        if self.check_2M_env:
-            eal_param += " --single-file-segments"
         command_line_client = self.dut.target + '/app/testpmd ' + eal_param + ' -- -i --nb-cores=%d' % self.nb_cores
         self.vhost_user.send_expect(command_line_client, 'testpmd> ', 30)
         self.vhost_user.send_expect('start', 'testpmd> ', 30)
-- 
1.8.3.1



More information about the dts mailing list