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 EA672326C for ; Tue, 4 Sep 2018 10:30:05 +0200 (CEST) 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 686DA80D; Tue, 4 Sep 2018 01:30:05 -0700 (PDT) Received: from phil-VirtualBox.shanghai.arm.com (unknown [10.169.109.153]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A0F463F614; Tue, 4 Sep 2018 01:30:04 -0700 (PDT) From: Phil Yang Date: Tue, 4 Sep 2018 16:26:31 +0800 Message-Id: <1536049595-22271-18-git-send-email-phil.yang@arm.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1536049595-22271-1-git-send-email-phil.yang@arm.com> References: <1523526771-7437-1-git-send-email-phil.yang@arm.com> <1536049595-22271-1-git-send-email-phil.yang@arm.com> Subject: [dts] [PATCH v5 18/22] tests/hotplug: 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, 04 Sep 2018 08:30:06 -0000 From: Phil Yang remove unused packet sniff import. Signed-off-by: Phil Yang Suggested-by: Marvin Liu --- tests/TestSuite_hotplug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_hotplug.py b/tests/TestSuite_hotplug.py index c0e1741..7d63b71 100644 --- a/tests/TestSuite_hotplug.py +++ b/tests/TestSuite_hotplug.py @@ -43,7 +43,7 @@ from test_case import TestCase from plotting import Plotting from settings import HEADER_SIZE from etgen import IxiaPacketGenerator -from packet import Packet, sniff_packets, load_sniff_packets +from packet import Packet class TestPortHotPlug(TestCase): """ -- 2.7.4