Skip to content

Commit

Permalink
tests: kernel: device: Exclude beaglev_starlight_jh7100
Browse files Browse the repository at this point in the history
We excluded the beaglev_starlight_jh7100 from this test but only did
the kernel.device.pm test.  We should have excluded the platform
from both tests.

The beaglev_starlight_jh7100 uses a full 64-bit devicetree map
which uses #{address/size}-cells = 2.  The device test expects
that #{address/size}-cells = 1 so exclude beaglev_starlight_jh7100
from the test.

Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
galak authored and nashif committed Jul 14, 2021
1 parent 884ec71 commit ab9d935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/kernel/device/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ common:
tests:
kernel.device:
tags: kernel device
platform_exclude: beaglev_starlight_jh7100
kernel.device.pm:
tags: kernel device
platform_exclude: mec15xxevb_assy6853 beaglev_starlight_jh7100
Expand Down

0 comments on commit ab9d935

Please sign in to comment.