zephyr/tests/lib/hash_function/testcase.yaml
Alberto Escolar Piedras 1a3ba0ec82 tests/lib/*: Switch integration platform to native_sim
Swith integration_platforms from native_posix(_64)
to native_sim(_64).

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-30 09:42:25 -05:00

18 lines
448 B
YAML

# Copyright (c) 2022 Meta
#
# SPDX-License-Identifier: Apache-2.0
common:
integration_platforms:
- native_sim
tests:
libraries.hash_function.identity:
# RNG seems to be broken on qemu_cortex_a53
platform_exclude: qemu_cortex_a53
extra_configs:
- CONFIG_SYS_HASH_FUNC32_CHOICE_IDENTITY=y
libraries.hash_function.djb2:
extra_configs:
- CONFIG_SYS_HASH_FUNC32_DJB2=y
- CONFIG_SYS_HASH_FUNC32_CHOICE_DJB2=y