From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by dpdk.org (Postfix) with ESMTP id BBACE10A3 for ; Sat, 19 Jan 2019 13:47:51 +0100 (CET) Received: by mail-wm1-f67.google.com with SMTP id b11so6899287wmj.1 for ; Sat, 19 Jan 2019 04:47:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=CakJgmPjOS4AAg/tbR+fd/h4dyQmmhRLEja3lvPNO10=; b=XeEguPfHuL0clmgz+PYac5IGavAcNHZon4z0JiYDUVowdl9EsuuytWwYsUokzUYzIV KNAFh42gXHXPm2pH5CPalJQ0f07H5XNE3fcrMGrGMV6CHcRxw/rYkuCr/LyUIdMkl10L 2gIW7wJYkNUNDQJnlPVg/5z0ukJV3OkJ0jA5k4WeJC4u3a08BydlRs4k7CTT86Ct9Bsh 3zBLHk4p1fLD29iMlb8VEYFKn+PFgQx3s4p4Jy1ot4g498zaNIuq6lTBhU4RDHTTEreX avksbfcAiJSgY3xWXdGAbvwTU6+A655udRMD/OkB0ndpzX++v05wUoU0qj3jOLDAO/oj 2Srg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=CakJgmPjOS4AAg/tbR+fd/h4dyQmmhRLEja3lvPNO10=; b=lNuFy/HKVcpcCleRfITcu6eklTWqXWkMwgodoUYyq0TKCoyrL5YDf1PygvQKpDqTtz k2qn/kV4X4JPgW/AP840jhasasreiH/2PL+reAMQmBXvLHoc2phDUNoyrOaPlofgOHSX GRYBZ7VEQc6c8Cq7MaHS6uKzKc3joJdi1K1xEtOrdMvN3qjJ/HokOMQvzavCH6eWmRfn GKjt9oz6VqmgwIjyU62BrBmGniIcyNNtXJg4ezEd70cioxTN+/V/lg4xn1dJH7LD8VXe d6xDc04Y0IXv0vvvdpULVzaUYvwMTsYkwYfqyoKWVtX/A1tHZHpe+A8VkPqQhI+ZSl12 lh1A== X-Gm-Message-State: AJcUukex4Uf6AOnNWNwNC2etSxkMf6nBubQyAQADf+1NGTdQatfHb3EM owX6kJc603PiRiAt2pQnA8WXrqpU X-Google-Smtp-Source: ALg8bN7AAXbR85zTCr0iIMd7S2n2sCjhywyDlIrpyasXhkw7i/nItizZoxffEW3LyWu+rXbiqvqx7g== X-Received: by 2002:a1c:dc02:: with SMTP id t2mr18277142wmg.78.1547902071334; Sat, 19 Jan 2019 04:47:51 -0800 (PST) Received: from localhost.localdomain (bzq-109-66-107-204.red.bezeqint.net. [109.66.107.204]) by smtp.gmail.com with ESMTPSA id d4sm99998383wrp.89.2019.01.19.04.47.50 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 19 Jan 2019 04:47:50 -0800 (PST) From: Rami Rosen To: dts@dpdk.org Cc: Rami Rosen Date: Sat, 19 Jan 2019 14:47:44 +0200 Message-Id: <20190119124744.12239-1-ramirose@gmail.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH] tests/TestSuite_vhost_pmd_xstats: fix typos X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2019 12:47:51 -0000 Signed-off-by: Rami Rosen --- tests/TestSuite_vhost_pmd_xstats.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/TestSuite_vhost_pmd_xstats.py b/tests/TestSuite_vhost_pmd_xstats.py index a01ca16..c65f824 100644 --- a/tests/TestSuite_vhost_pmd_xstats.py +++ b/tests/TestSuite_vhost_pmd_xstats.py @@ -155,7 +155,7 @@ class TestVhostPmdXstats(TestCase): def test_based_size(self): """ - Verify receiving and transmitting packets correctly in the Vhsot PMD xstats + Verify receiving and transmitting packets correctly in the Vhost PMD xstats """ self.prepare_start() sizes = [64, 65, 128, 256, 513, 1025] @@ -189,7 +189,7 @@ class TestVhostPmdXstats(TestCase): def test_based_types(self): """ - Verify different type of packets receiving and transmitting packets correctly in the Vhsot PMD xstats + Verify different type of packets receiving and transmitting packets correctly in the Vhost PMD xstats """ self.prepare_start() types = ['ff:ff:ff:ff:ff:ff', '01:00:00:33:00:01'] @@ -207,8 +207,8 @@ class TestVhostPmdXstats(TestCase): def test_stability(self): """ - Verify stability case with multiple queues for Vhsot PMD xstats - Send packets for 30 minutes, check the Xstatsa still can work correctly + Verify stability case with multiple queues for Vhost PMD xstats + Send packets for 30 minutes, check the Xstats still can work correctly """ self.scapy_num = 0 self.prepare_start() -- 2.19.2