From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by dpdk.org (Postfix) with ESMTP id B48FC568A for ; Tue, 16 Oct 2018 11:48:39 +0200 (CEST) Received: by usa-sjc-mx-foss1.foss.arm.com (Postfix, from userid 105) id 625962F2E; Tue, 16 Oct 2018 02:53:34 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7343E371A; Mon, 15 Oct 2018 23:20:55 -0700 (PDT) Received: from phil-VirtualBox.shanghai.arm.com (unknown [10.169.107.186]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id CA9463FC89; Mon, 15 Oct 2018 23:20:33 -0700 (PDT) From: Phil Yang To: dts@dpdk.org Cc: nd@arm.com, lijuan.tu@intel.com Date: Tue, 16 Oct 2018 14:20:01 +0800 Message-Id: <1539670802-15603-21-git-send-email-phil.yang@arm.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1539670802-15603-1-git-send-email-phil.yang@arm.com> References: <1536049595-22271-1-git-send-email-phil.yang@arm.com> <1539670802-15603-1-git-send-email-phil.yang@arm.com> Subject: [dts] [PATCH v6 21/22] tests/vhost_pmd_xstats: remove unused packet sniff import 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: Tue, 16 Oct 2018 09:48:40 -0000 remove unused packet sniff import. Signed-off-by: Phil Yang Suggested-by: Marvin Liu Suggested-by: Tu Lijuan --- tests/TestSuite_vhost_pmd_xstats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_vhost_pmd_xstats.py b/tests/TestSuite_vhost_pmd_xstats.py index 8c800c7..a01ca16 100644 --- a/tests/TestSuite_vhost_pmd_xstats.py +++ b/tests/TestSuite_vhost_pmd_xstats.py @@ -46,7 +46,7 @@ from exception import VerifyFailure from settings import HEADER_SIZE from etgen import IxiaPacketGenerator from qemu_kvm import QEMUKvm -from packet import Packet, sniff_packets, load_sniff_packets +from packet import Packet class TestVhostPmdXstats(TestCase): -- 2.7.4