Anas Nashif
345735d0a8
tests: remove CONFIG_ZTEST_NEW_API in all tests
...
Remove all usage of CONFIG_ZTEST_NEW_API from tests and sample as this
is now enabled by default.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-10-20 15:04:29 +02:00
Anas Nashif
c532595519
tests: pm: driver_init: rename testcase, demo is ambigous
...
Use a more descriptive testcase name.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-09-27 15:11:18 -04:00
Anas Nashif
eb956d0853
tests: pm: driver_init: use native_posix for testing
...
Use native_posix, this is a better platform for getting test coverage.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-09-27 15:11:18 -04:00
Daniel Leung
a206764878
tests: pm: rename shadow variables
...
Rename shadow variables found by -Wshadow.
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2023-08-22 11:39:58 +02:00
Jordan Yates
b979ee9c0a
tests: pm: test pm_device_driver_init
...
Test that `pm_device_driver_init` puts devices into the appropriate
state depending on the devicetree configuration.
Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2023-07-26 08:16:44 +00:00
Jordan Yates
d02e49c4f0
Revert "tests: pm: test pm_device_driver_init"
...
This reverts commit a4cfc1eb37 .
2023-07-25 14:17:11 +02:00
Jordan Yates
a4cfc1eb37
tests: pm: test pm_device_driver_init
...
Test that `pm_device_driver_init` puts devices into the appropriate
state depending on the devicetree configuration.
Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2023-07-25 09:13:16 +02:00