[dts][PATCH V1 2/2] tests/dma: rename testsuite name

Wei Ling weix.ling at intel.com
Mon Dec 12 07:06:58 CET 2022


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

Signed-off-by: Wei Ling <weix.ling at 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



More information about the dts mailing list