[dts] [PATCH V1 2/3]virtio_pvp_regression: fix typo

Xiao Qimai qimaix.xiao at intel.com
Mon Jun 29 03:58:32 CEST 2020


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

diff --git a/tests/TestSuite_virtio_pvp_regression.py b/tests/TestSuite_virtio_pvp_regression.py
index d9e0d30..225fc35 100644
--- a/tests/TestSuite_virtio_pvp_regression.py
+++ b/tests/TestSuite_virtio_pvp_regression.py
@@ -259,7 +259,7 @@ class TestVirtioPVPRegression(TestCase):
         self.vhost.send_expect("set fwd mac", "testpmd> ", 30)
         self.vhost.send_expect("start", "testpmd> ", 30)
 
-    def start_testpmd_in_vm(self, vritio_path):
+    def start_testpmd_in_vm(self, virtio_path):
         """
         Start testpmd in vm
         """
@@ -268,7 +268,7 @@ class TestVirtioPVPRegression(TestCase):
                 'please config it in %s.cfg' % self.suite_name)
         if self.vm_dut is not None:
             opt_args = ''
-            if vritio_path in ['mergeable', 'normal']:
+            if virtio_path in ['mergeable', 'normal']:
                 opt_args = '--enable-hw-vlan-strip'
             vm_testpmd = self.dut.target + "/app/testpmd -c 0x7 -n 4 " \
                 "-- -i %s --nb-cores=%s " \
-- 
1.8.3.1



More information about the dts mailing list