[dts] [PATCH V1] tests/vm2vm_virtio_net_perf: fix issue of position params

lihong lihongx.ma at intel.com
Tue Sep 24 01:40:26 CEST 2019


Signed-off-by: lihong <lihongx.ma at intel.com>
---
 tests/TestSuite_vm2vm_virtio_net_perf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_vm2vm_virtio_net_perf.py b/tests/TestSuite_vm2vm_virtio_net_perf.py
index d250991..f94b4a3 100644
--- a/tests/TestSuite_vm2vm_virtio_net_perf.py
+++ b/tests/TestSuite_vm2vm_virtio_net_perf.py
@@ -89,8 +89,8 @@ class TestVM2VMVirtioNetPerf(TestCase):
             "-- -i --nb-cores=1 --txd=1024 --rxd=1024"
 
         self.command_line = self.command_line % (
-                            self.coremask, self.memory_channel, self.base_dir, self.base_dir, 
-                            zerocopy_arg, zerocopy_arg)
+                            self.coremask, self.memory_channel, self.base_dir,
+                            zerocopy_arg, self.base_dir, zerocopy_arg)
         self.vhost.send_expect(self.command_line, "testpmd> ", 30)
         self.vhost.send_expect("start", "testpmd> ", 30)
 
-- 
2.7.4



More information about the dts mailing list