test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/qinq_filter: delete unused import
@ 2019-08-14 18:19 Wenjie Li
  2019-08-14  9:28 ` Zhu, ShuaiX
  2019-08-28 10:03 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Wenjie Li @ 2019-08-14 18:19 UTC (permalink / raw)
  To: dts; +Cc: Wenjie Li

delete unused import and it could cause "'in <string>' requires 
string as left operand, not type" with default scapy.

Signed-off-by: Wenjie Li <wenjiex.a.li@intel.com>
---
 tests/TestSuite_qinq_filter.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/TestSuite_qinq_filter.py b/tests/TestSuite_qinq_filter.py
index 143f680..372e9e9 100644
--- a/tests/TestSuite_qinq_filter.py
+++ b/tests/TestSuite_qinq_filter.py
@@ -38,7 +38,6 @@ Test the support of VLAN Offload Features by Poll Mode Drivers.
 """
 
 from test_case import TestCase
-from scapy.all import *
 import utils
 import time
 
-- 
2.17.1


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

end of thread, other threads:[~2019-08-28 10:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-14 18:19 [dts] [PATCH V1] tests/qinq_filter: delete unused import Wenjie Li
2019-08-14  9:28 ` Zhu, ShuaiX
2019-08-28 10:03 ` 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).