From f3718ed7010a80f7b498fd6df9ef8a434918b109 Mon Sep 17 00:00:00 2001 From: Flavio Ceolin Date: Mon, 6 Dec 2021 14:45:52 -0800 Subject: [PATCH] tests: pm: s/power/pm tag Use tag "pm" in power management tests. Signed-off-by: Flavio Ceolin --- tests/subsys/pm/device_wakeup_api/testcase.yaml | 2 +- tests/subsys/pm/power_mgmt/testcase.yaml | 2 +- tests/subsys/pm/power_mgmt_soc/testcase.yaml | 2 +- tests/subsys/pm/power_states_api/testcase.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/subsys/pm/device_wakeup_api/testcase.yaml b/tests/subsys/pm/device_wakeup_api/testcase.yaml index 62cd8dd4b52..1537e178488 100644 --- a/tests/subsys/pm/device_wakeup_api/testcase.yaml +++ b/tests/subsys/pm/device_wakeup_api/testcase.yaml @@ -1,4 +1,4 @@ tests: pm-device-wakeup-api.dts: - tags: power + tags: pm platform_allow: native_posix diff --git a/tests/subsys/pm/power_mgmt/testcase.yaml b/tests/subsys/pm/power_mgmt/testcase.yaml index f69d5ef3d17..6fa8a2003f8 100644 --- a/tests/subsys/pm/power_mgmt/testcase.yaml +++ b/tests/subsys/pm/power_mgmt/testcase.yaml @@ -1,4 +1,4 @@ tests: subsys.pm.system: platform_allow: native_posix - tags: power + tags: pm diff --git a/tests/subsys/pm/power_mgmt_soc/testcase.yaml b/tests/subsys/pm/power_mgmt_soc/testcase.yaml index 1673b923ada..7176cde6755 100644 --- a/tests/subsys/pm/power_mgmt_soc/testcase.yaml +++ b/tests/subsys/pm/power_mgmt_soc/testcase.yaml @@ -2,4 +2,4 @@ tests: subsys.pm.pm_soc: platform_allow: cc26x2r1_launchxl cc1352r1_launchxl mec15xxevb_assy6853 mec1501modular_assy6885 nucleo_wb55rg nucleo_l476rg twr_ke18f - tags: power + tags: pm diff --git a/tests/subsys/pm/power_states_api/testcase.yaml b/tests/subsys/pm/power_states_api/testcase.yaml index 3ed2ee26690..f5412e9e462 100644 --- a/tests/subsys/pm/power_states_api/testcase.yaml +++ b/tests/subsys/pm/power_states_api/testcase.yaml @@ -1,4 +1,4 @@ tests: pm-states-api.dts: - tags: power + tags: pm platform_allow: native_posix