[dts] [PATCH V1] tests/unit_tests_power: align changes with dpdk

Wenjie Li wenjiex.a.li at intel.com
Mon Jul 8 14:47:38 CEST 2019


In dpdk c7ec1f26fd6e6e64412, test_power_acpi_cpufreq and 
test_power_acpi_caps were changed to test_power_cpufreq and 
test_power_caps, align this change in dts.

Signed-off-by: Wenjie Li <wenjiex.a.li at intel.com>
---
 tests/TestSuite_unit_tests_power.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_unit_tests_power.py b/tests/TestSuite_unit_tests_power.py
index 1191168..e95d89f 100644
--- a/tests/TestSuite_unit_tests_power.py
+++ b/tests/TestSuite_unit_tests_power.py
@@ -77,7 +77,7 @@ class TestUnitTestsPower(TestCase):
         self.dut.send_expect("quit", "# ")
         self.verify("Test OK" in out, "Test failed")
 
-    def test_power_acpi_cpufreq(self):
+    def test_power_cpufreq(self):
         """
         Run power acpi cpu frequency autotest.
         """
@@ -88,7 +88,7 @@ class TestUnitTestsPower(TestCase):
         self.dut.send_expect("quit", "# ")
         self.verify("Test OK" in out, "Test failed")
 
-    def test_power_acpi_caps(self):
+    def test_power_caps(self):
         """
         Run power acpi cpu caps autotest.
         """
-- 
2.17.1



More information about the dts mailing list