test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/unit_tests_power: align changes with dpdk
@ 2019-07-08 12:47 Wenjie Li
  0 siblings, 0 replies; only message in thread
From: Wenjie Li @ 2019-07-08 12:47 UTC (permalink / raw)
  To: dts; +Cc: lei.a.yao, Wenjie Li

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@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


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

only message in thread, other threads:[~2019-07-08  3:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-08 12:47 [dts] [PATCH V1] tests/unit_tests_power: align changes with dpdk Wenjie Li

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