From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id CD1D2A046B; Sat, 9 May 2020 07:21:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A13A41D935; Sat, 9 May 2020 07:21:13 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 0EC2A1D930 for ; Sat, 9 May 2020 07:21:11 +0200 (CEST) IronPort-SDR: qRo85bxGdOTwyb7IJL8DCAnWF7sQayL/aVvQFXCFjCvIUF8XF3SBB3hziBY62Ll0lKWZcqpIq3 I6ZqRFhuH9XQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 May 2020 22:21:11 -0700 IronPort-SDR: vhcQsnTpHONi62m26rx0LufeqyJAuGXCqnAVBTbpysbuL7JAxtW5h18b4UI/dnl3YHy5BAOCMu nOMXAfblC9zA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,370,1583222400"; d="scan'208";a="462806786" Received: from dpdk-yinan-purley.sh.intel.com ([10.67.116.150]) by fmsmga006.fm.intel.com with ESMTP; 08 May 2020 22:21:10 -0700 From: Yinan To: dts@dpdk.org Cc: Wang Yinan Date: Fri, 8 May 2020 22:15:02 +0000 Message-Id: <20200508221502.99121-1-yinan.wang@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH v1] tests: update typo issue in TestSuite_vm2vm_virtio_user.py 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" From: Wang Yinan Signed-off-by: Wang Yinan --- tests/TestSuite_vm2vm_virtio_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_vm2vm_virtio_user.py b/tests/TestSuite_vm2vm_virtio_user.py index d41e034..343e2d2 100644 --- a/tests/TestSuite_vm2vm_virtio_user.py +++ b/tests/TestSuite_vm2vm_virtio_user.py @@ -469,7 +469,7 @@ class TestVM2VMVirtioUser(TestCase): self.logger.info('check pcap file info about virtio') self.get_dump_file_of_virtio_user(path_mode, extern_params, ringsize) self.resend_32_large_pkt_from_virtio0() - self.check_packet_payload_valid(self.dump_vhost_pcap, small_pkts_num, large_8k_pkts_num, large_2k_pkts_num) + self.check_packet_payload_valid(self.dump_virtio_pcap, small_pkts_num, large_8k_pkts_num, large_2k_pkts_num) # get dump pcap file of vhost self.logger.info('check pcap file info about vhost') -- 2.17.1