[dts][PATCH V2 2/3] tests/dma: rename testsuite

Wei Ling weix.ling at intel.com
Mon Dec 12 10:56:04 CET 2022


Rename tests/{TestSuite_cbdma.py => TestSuite_dma.py}.

Signed-off-by: Wei Ling <weix.ling at intel.com>
---
 tests/{TestSuite_cbdma.py => TestSuite_dma.py} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 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..0566ab3b 100644
--- a/tests/TestSuite_cbdma.py
+++ b/tests/TestSuite_dma.py
@@ -16,7 +16,7 @@ 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



More information about the dts mailing list