* [dts] [PATCH V1] tests/TestSuite_checksum_offload fix import PmdOut failed
@ 2020-08-13 11:30 lingwei
2020-08-13 5:51 ` Tu, Lijuan
0 siblings, 1 reply; 2+ messages in thread
From: lingwei @ 2020-08-13 11:30 UTC (permalink / raw)
To: dts; +Cc: lingwei
fix import PmdOut failed dut to not run all of test cases
Signed-off-by: lingwei <weix.ling@intel.com>
---
tests/TestSuite_checksum_offload.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_checksum_offload.py b/tests/TestSuite_checksum_offload.py
index bf1fc0e..5aa2b4a 100644
--- a/tests/TestSuite_checksum_offload.py
+++ b/tests/TestSuite_checksum_offload.py
@@ -59,7 +59,7 @@ from scapy.utils import wrpcap, rdpcap
from test_capabilities import DRIVER_TEST_LACK_CAPA
from test_case import TestCase
-from framework.pmd_output import PmdOutput
+from pmd_output import PmdOutput
from test_capabilities import DRIVER_TEST_LACK_CAPA
from pktgen import PacketGeneratorHelper
from exception import VerifyFailure
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-13 5:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-13 11:30 [dts] [PATCH V1] tests/TestSuite_checksum_offload fix import PmdOut failed lingwei
2020-08-13 5:51 ` 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).