test suite reviews and discussions
 help / color / mirror / Atom feed
From: Xiao Qimai <qimaix.xiao@intel.com>
To: dts@dpdk.org
Cc: Xiao Qimai <qimaix.xiao@intel.com>
Subject: [dts] [PATCH V1 1/3]perf_vm2vm_virtio_net_perf: fix typo
Date: Mon, 29 Jun 2020 09:58:31 +0800	[thread overview]
Message-ID: <1593395913-21134-2-git-send-email-qimaix.xiao@intel.com> (raw)
In-Reply-To: <1593395913-21134-1-git-send-email-qimaix.xiao@intel.com>

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

diff --git a/tests/TestSuite_perf_vm2vm_virtio_net_perf.py b/tests/TestSuite_perf_vm2vm_virtio_net_perf.py
index 532cdf7..cd57006 100644
--- a/tests/TestSuite_perf_vm2vm_virtio_net_perf.py
+++ b/tests/TestSuite_perf_vm2vm_virtio_net_perf.py
@@ -62,8 +62,8 @@ class TestPerfVM2VMVirtioNetPerf(TestCase):
         self.vm_num = 2
         self.virtio_ip1 = "1.1.1.2"
         self.virtio_ip2 = "1.1.1.3"
-        self.vritio_mac1 = "52:54:00:00:00:01"
-        self.vritio_mac2 = "52:54:00:00:00:02"
+        self.virtio_mac1 = "52:54:00:00:00:01"
+        self.virtio_mac2 = "52:54:00:00:00:02"
         self.base_dir = self.dut.base_dir.replace('~', '/root')
         self.random_string = string.ascii_letters + string.digits
         socket_num = len(set([int(core['socket']) for core in self.dut.cores]))
@@ -212,8 +212,8 @@ class TestPerfVM2VMVirtioNetPerf(TestCase):
         vm2_intf = self.vm_dut[1].ports_info[0]['intf']
         self.vm_dut[0].send_expect("ifconfig %s %s" % (vm1_intf, self.virtio_ip1), "#", 10)
         self.vm_dut[1].send_expect("ifconfig %s %s" % (vm2_intf, self.virtio_ip2), "#", 10)
-        self.vm_dut[0].send_expect("arp -s %s %s" % (self.virtio_ip2, self.vritio_mac2), "#", 10)
-        self.vm_dut[1].send_expect("arp -s %s %s" % (self.virtio_ip1, self.vritio_mac1), "#", 10)
+        self.vm_dut[0].send_expect("arp -s %s %s" % (self.virtio_ip2, self.virtio_mac2), "#", 10)
+        self.vm_dut[1].send_expect("arp -s %s %s" % (self.virtio_ip1, self.virtio_mac1), "#", 10)
 
     def prepare_test_env(self, zerocopy, path_mode, packed_mode=False):
         """
-- 
1.8.3.1


  reply	other threads:[~2020-06-29  2:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-29  1:58 [dts] [PATCH V1 0/3] " Xiao Qimai
2020-06-29  1:58 ` Xiao Qimai [this message]
2020-06-29  1:58 ` [dts] [PATCH V1 2/3]virtio_pvp_regression: " Xiao Qimai
2020-06-29  1:58 ` [dts] [PATCH V1 3/3]vm2vm_virtio_net_perf: " Xiao Qimai
2020-06-29  2:07 ` [dts] [PATCH V1 0/3] " Xiao, QimaiX
2020-07-01  6:03 ` Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1593395913-21134-2-git-send-email-qimaix.xiao@intel.com \
    --to=qimaix.xiao@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).