test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1 2/2] tests/dma: rename testsuite name
@ 2022-12-12  6:06 Wei Ling
  0 siblings, 0 replies; only message in thread
From: Wei Ling @ 2022-12-12  6:06 UTC (permalink / raw)
  To: dts; +Cc: Wei Ling

Rename tests/TestSuite_cbdma.py to tests/TestSuite_dma.py

Signed-off-by: Wei Ling <weix.ling@intel.com>
---
 tests/{TestSuite_cbdma.py => TestSuite_dma.py} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename tests/{TestSuite_cbdma.py => TestSuite_dma.py} (99%)

diff --git a/tests/TestSuite_cbdma.py b/tests/TestSuite_dma.py
similarity index 99%
rename from tests/TestSuite_cbdma.py
rename to tests/TestSuite_dma.py
index d5198472..d110d403 100644
--- a/tests/TestSuite_cbdma.py
+++ b/tests/TestSuite_dma.py
@@ -9,14 +9,13 @@ DPDK Test suite.
 import re
 import time
 
-import framework.utils as utils
 from framework.packet import Packet
 from framework.pktgen import TRANSMIT_CONT
 from framework.pmd_output import PmdOutput
 from framework.test_case import TestCase
 
 
-class TestCBDMA(TestCase):
+class TestDMA(TestCase):
     def set_up_all(self):
         """
         Run at the start of each test suite.
-- 
2.25.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-12  6:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-12  6:06 [dts][PATCH V1 2/2] tests/dma: rename testsuite name Wei Ling

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).