tests: posix: override qemu_x86_tiny by label

This changes the board override to track the nodelabel rather than the
absolute node path, which happened to have changed in 0edc89c63b
breaking the test.

Verified with:

west build -p -b qemu_x86_tiny/atom tests/posix/common -T \
portability.posix.common.userspace

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2025-02-20 14:42:26 +00:00 committed by Benjamin Cabé
commit 2a4f374fa4

View file

@ -4,8 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/
/ {
dram0: memory@0 {
&dram0 {
reg = <0x100000 0x80000>;
};
};