From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 2F10DA00E6 for ; Wed, 17 Apr 2019 06:35:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1F43A1B5A6; Wed, 17 Apr 2019 06:35:56 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 63C541B5A3 for ; Wed, 17 Apr 2019 06:35:54 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x3H4U49E014059 for ; Tue, 16 Apr 2019 21:35:53 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=pfpt0818; bh=UbRWYhAWIJAFFx5eNzoybGXfuJ0Gorg+k/eFwZ366ZM=; b=eao4L1NhdxXOAGdRxJAQod81q7m+HziK6M2S7jMKq47oRE1cP31jP+joCAXm2dDAFJHt 2X07gLSAfURGO+i/XicRZwTnE3aqC3vPaA0SMNuoTmbVXqfcfv9HNmIqYwAlN0+XUR+z a6Q3cKKJlYTtYSuZH43GStR582DGn9VIzuapO6MBGxzbmP4iwfGC6/BMzfonbgD+ctjo 9FvYm+NXGJPnFiwZYxkGMq+AoJuZhF3V4HzShydMSXLhKhT645g8aYCnId6rTtlc/0Ay zE7DQu721dyO2Bg5dnyPB2fqv5qqLTjOnb0tHWyUKm3T0//3b7t5jtuP5YazNizAwpi/ 9g== Received: from sc-exch01.marvell.com ([199.233.58.181]) by mx0a-0016f401.pphosted.com with ESMTP id 2rwvfxr5ea-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Tue, 16 Apr 2019 21:35:53 -0700 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Tue, 16 Apr 2019 21:35:53 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Tue, 16 Apr 2019 21:35:53 -0700 Received: from phanendra-system.marvell.com (unknown [10.28.11.20]) by maili.marvell.com (Postfix) with ESMTP id CC8023F703F; Tue, 16 Apr 2019 21:35:51 -0700 (PDT) From: To: CC: , , pvukkisala Date: Wed, 17 Apr 2019 10:05:48 +0530 Message-ID: <1555475748-12754-1-git-send-email-pvukkisala@marvell.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-04-17_02:, , signatures=0 Subject: [dts] [PATCH] keep_alive: Removed uwanted imports 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: pvukkisala Removed unwanted import files in keep alive test cases Signed-off-by: Phanendra, Vukkisala --- tests/TestSuite_keep_alive.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/TestSuite_keep_alive.py b/tests/TestSuite_keep_alive.py index 711d8ce..e29ea8b 100644 --- a/tests/TestSuite_keep_alive.py +++ b/tests/TestSuite_keep_alive.py @@ -35,14 +35,10 @@ DPDK Test suite. Test keep alive """ -import string import time import re import utils from test_case import TestCase -from plotting import Plotting -from settings import HEADER_SIZE -from etgen import IxiaPacketGenerator class TestKeepAlive(TestCase): -- 1.7.9.5