test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] keep_alive: Removed uwanted imports
@ 2019-04-17  4:35 pvukkisala
  2019-04-18 23:36 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: pvukkisala @ 2019-04-17  4:35 UTC (permalink / raw)
  To: dts; +Cc: avijay, fmasood, pvukkisala

From: pvukkisala <pvukkisala@marvell.com>

Removed unwanted import files in keep alive test cases

Signed-off-by: Phanendra, Vukkisala <pvukkisala@marvell.com>
---
 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH] keep_alive: Removed uwanted imports
  2019-04-17  4:35 [dts] [PATCH] keep_alive: Removed uwanted imports pvukkisala
@ 2019-04-18 23:36 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-04-18 23:36 UTC (permalink / raw)
  To: pvukkisala, dts; +Cc: avijay, fmasood

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of
> pvukkisala@marvell.com
> Sent: Tuesday, April 16, 2019 9:36 PM
> To: dts@dpdk.org
> Cc: avijay@marvell.com; fmasood@marvell.com; pvukkisala
> <pvukkisala@marvell.com>
> Subject: [dts] [PATCH] keep_alive: Removed uwanted imports
> 
> From: pvukkisala <pvukkisala@marvell.com>
> 
> Removed unwanted import files in keep alive test cases
> 
> Signed-off-by: Phanendra, Vukkisala <pvukkisala@marvell.com>
> ---
>  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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-18 23:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-17  4:35 [dts] [PATCH] keep_alive: Removed uwanted imports pvukkisala
2019-04-18 23:36 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).