1# Copyright (c) 2022 Meta 2# 3# SPDX-License-Identifier: Apache-2.0 4 5common: 6 integration_platforms: 7 - native_sim 8tests: 9 libraries.hash_function.identity: 10 # RNG seems to be broken on qemu_cortex_a53 11 platform_exclude: qemu_cortex_a53 12 extra_configs: 13 - CONFIG_SYS_HASH_FUNC32_CHOICE_IDENTITY=y 14 libraries.hash_function.djb2: 15 extra_configs: 16 - CONFIG_SYS_HASH_FUNC32_DJB2=y 17 - CONFIG_SYS_HASH_FUNC32_CHOICE_DJB2=y 18