diff --git a/samples/subsys/testsuite/integration/prj.conf b/samples/subsys/testsuite/integration/prj.conf index 9228251051ec..9467c2926896 100644 --- a/samples/subsys/testsuite/integration/prj.conf +++ b/samples/subsys/testsuite/integration/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/samples/subsys/testsuite/pytest/basic/prj.conf b/samples/subsys/testsuite/pytest/basic/prj.conf index 989b0c1b2cf8..c3e81438cedd 100644 --- a/samples/subsys/testsuite/pytest/basic/prj.conf +++ b/samples/subsys/testsuite/pytest/basic/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_IDLE_STACK_SIZE=4096 diff --git a/tests/application_development/code_relocation/prj.conf b/tests/application_development/code_relocation/prj.conf index 8028191ca704..16d8d83470ec 100644 --- a/tests/application_development/code_relocation/prj.conf +++ b/tests/application_development/code_relocation/prj.conf @@ -1,6 +1,5 @@ CONFIG_CODE_DATA_RELOCATION=y CONFIG_COVERAGE=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_HAVE_CUSTOM_LINKER_SCRIPT=y CONFIG_CUSTOM_LINKER_SCRIPT="linker_arm_sram2.ld" diff --git a/tests/application_development/code_relocation/prj_riscv.conf b/tests/application_development/code_relocation/prj_riscv.conf index 1bc4054f2d60..a4f229f85a74 100644 --- a/tests/application_development/code_relocation/prj_riscv.conf +++ b/tests/application_development/code_relocation/prj_riscv.conf @@ -1,5 +1,4 @@ CONFIG_CODE_DATA_RELOCATION=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_HAVE_CUSTOM_LINKER_SCRIPT=y CONFIG_CUSTOM_LINKER_SCRIPT="linker_riscv_qemu_sram2.ld" diff --git a/tests/application_development/code_relocation/prj_xtensa.conf b/tests/application_development/code_relocation/prj_xtensa.conf index 2c0a3874f308..6be828a0385c 100644 --- a/tests/application_development/code_relocation/prj_xtensa.conf +++ b/tests/application_development/code_relocation/prj_xtensa.conf @@ -1,5 +1,4 @@ CONFIG_CODE_DATA_RELOCATION=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_HAVE_CUSTOM_LINKER_SCRIPT=y CONFIG_CUSTOM_LINKER_SCRIPT="linker_xtensa_qemu_sram2.ld" diff --git a/tests/application_development/gen_inc_file/prj.conf b/tests/application_development/gen_inc_file/prj.conf index bee343828211..f6d97748604e 100644 --- a/tests/application_development/gen_inc_file/prj.conf +++ b/tests/application_development/gen_inc_file/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=2048 diff --git a/tests/arch/arc/arc_dsp_sharing/prj.conf b/tests/arch/arc/arc_dsp_sharing/prj.conf index b2d117d0bcb9..f3be5294428a 100644 --- a/tests/arch/arc/arc_dsp_sharing/prj.conf +++ b/tests/arch/arc/arc_dsp_sharing/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ARC_DSP=y CONFIG_ARC_DSP_SHARING=y CONFIG_MAIN_STACK_SIZE=1024 diff --git a/tests/arch/arm/arm_hardfault_validation/prj.conf b/tests/arch/arm/arm_hardfault_validation/prj.conf index 729ee22ed380..396aa78a87d9 100644 --- a/tests/arch/arm/arm_hardfault_validation/prj.conf +++ b/tests/arch/arm/arm_hardfault_validation/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT_TEST=y diff --git a/tests/arch/arm/arm_interrupt/prj.conf b/tests/arch/arm/arm_interrupt/prj.conf index 4b453e77cffc..5c3b1e837984 100644 --- a/tests/arch/arm/arm_interrupt/prj.conf +++ b/tests/arch/arm/arm_interrupt/prj.conf @@ -3,5 +3,4 @@ CONFIG_DYNAMIC_INTERRUPTS=y CONFIG_TEST_USERSPACE=y CONFIG_APPLICATION_DEFINED_SYSCALL=y CONFIG_IDLE_STACK_SIZE=512 -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT_TEST=y diff --git a/tests/arch/arm/arm_irq_advanced_features/prj.conf b/tests/arch/arm/arm_irq_advanced_features/prj.conf index ff88b08e88b7..c5c24cf5873a 100644 --- a/tests/arch/arm/arm_irq_advanced_features/prj.conf +++ b/tests/arch/arm/arm_irq_advanced_features/prj.conf @@ -2,4 +2,3 @@ CONFIG_ZTEST=y CONFIG_DYNAMIC_INTERRUPTS=y CONFIG_DYNAMIC_DIRECT_INTERRUPTS=y CONFIG_ZERO_LATENCY_IRQS=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/arch/arm/arm_irq_vector_table/prj.conf b/tests/arch/arm/arm_irq_vector_table/prj.conf index 28479ac0577a..74a22e9196a4 100644 --- a/tests/arch/arm/arm_irq_vector_table/prj.conf +++ b/tests/arch/arm/arm_irq_vector_table/prj.conf @@ -1,6 +1,5 @@ CONFIG_ZTEST=y CONFIG_GEN_ISR_TABLES=n CONFIG_NUM_IRQS=3 -CONFIG_ZTEST_NEW_API=y # Force Bluetooth disable (required by platforms that enable Bluetooth by default) CONFIG_BT=n diff --git a/tests/arch/arm/arm_irq_zero_latency_levels/prj.conf b/tests/arch/arm/arm_irq_zero_latency_levels/prj.conf index 68622c39af11..b6165cdbc992 100644 --- a/tests/arch/arm/arm_irq_zero_latency_levels/prj.conf +++ b/tests/arch/arm/arm_irq_zero_latency_levels/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_DYNAMIC_INTERRUPTS=y CONFIG_DYNAMIC_DIRECT_INTERRUPTS=y CONFIG_ZERO_LATENCY_IRQS=y diff --git a/tests/arch/arm/arm_mem_protect/prj.conf b/tests/arch/arm/arm_mem_protect/prj.conf index 3971afe4e555..e39776e7067a 100644 --- a/tests/arch/arm/arm_mem_protect/prj.conf +++ b/tests/arch/arm/arm_mem_protect/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y diff --git a/tests/arch/arm/arm_no_multithreading/prj.conf b/tests/arch/arm/arm_no_multithreading/prj.conf index 65dd4e51c059..33e8aebc2741 100644 --- a/tests/arch/arm/arm_no_multithreading/prj.conf +++ b/tests/arch/arm/arm_no_multithreading/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MULTITHREADING=n CONFIG_ASSERT=y CONFIG_FPU=y diff --git a/tests/arch/arm/arm_ramfunc/prj.conf b/tests/arch/arm/arm_ramfunc/prj.conf index 04099e417a14..e39776e7067a 100644 --- a/tests/arch/arm/arm_ramfunc/prj.conf +++ b/tests/arch/arm/arm_ramfunc/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y CONFIG_TEST_USERSPACE=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/arch/arm/arm_runtime_nmi/prj.conf b/tests/arch/arm/arm_runtime_nmi/prj.conf index 5662b1aa1b7f..e5c468604abe 100644 --- a/tests/arch/arm/arm_runtime_nmi/prj.conf +++ b/tests/arch/arm/arm_runtime_nmi/prj.conf @@ -1,3 +1,2 @@ CONFIG_RUNTIME_NMI=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/arch/arm/arm_sw_vector_relay/prj.conf b/tests/arch/arm/arm_sw_vector_relay/prj.conf index a36923beda29..fd20f02d7ad5 100644 --- a/tests/arch/arm/arm_sw_vector_relay/prj.conf +++ b/tests/arch/arm/arm_sw_vector_relay/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y CONFIG_SW_VECTOR_RELAY=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/arch/arm/arm_thread_swap/prj.conf b/tests/arch/arm/arm_thread_swap/prj.conf index a618b61b5adc..df6963893446 100644 --- a/tests/arch/arm/arm_thread_swap/prj.conf +++ b/tests/arch/arm/arm_thread_swap/prj.conf @@ -1,6 +1,5 @@ CONFIG_ZTEST=y CONFIG_DYNAMIC_INTERRUPTS=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_APPLICATION_DEFINED_SYSCALL=y CONFIG_MAIN_STACK_SIZE=1024 diff --git a/tests/arch/arm/arm_thread_swap_tz/prj.conf b/tests/arch/arm/arm_thread_swap_tz/prj.conf index 5839417932f7..e5fce4458289 100644 --- a/tests/arch/arm/arm_thread_swap_tz/prj.conf +++ b/tests/arch/arm/arm_thread_swap_tz/prj.conf @@ -11,5 +11,4 @@ CONFIG_TFM_IPC=y CONFIG_FPU=y CONFIG_FPU_SHARING=y CONFIG_TFM_PROFILE_TYPE_NOT_SET=y -CONFIG_ZTEST_NEW_API=y CONFIG_QEMU_ICOUNT_SHIFT=8 diff --git a/tests/arch/arm/arm_tz_wrap_func/prj.conf b/tests/arch/arm/arm_tz_wrap_func/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/arch/arm/arm_tz_wrap_func/prj.conf +++ b/tests/arch/arm/arm_tz_wrap_func/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/arch/arm64/arm64_gicv3_its/prj.conf b/tests/arch/arm64/arm64_gicv3_its/prj.conf index 91e91fc99b77..178daa8fc447 100644 --- a/tests/arch/arm64/arm64_gicv3_its/prj.conf +++ b/tests/arch/arm64/arm64_gicv3_its/prj.conf @@ -1,4 +1,3 @@ CONFIG_LOG=y CONFIG_ZTEST=y CONFIG_GIC_V3_ITS=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/arch/arm64/arm64_high_addresses/prj.conf b/tests/arch/arm64/arm64_high_addresses/prj.conf index 41614cd2a015..cc08fb4b743b 100644 --- a/tests/arch/arm64/arm64_high_addresses/prj.conf +++ b/tests/arch/arm64/arm64_high_addresses/prj.conf @@ -5,4 +5,3 @@ CONFIG_LOG=y CONFIG_LOG_MODE_MINIMAL=y CONFIG_MAIN_STACK_SIZE=2560 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/arch/arm64/arm64_psci/prj.conf b/tests/arch/arm64/arm64_psci/prj.conf index 0f96f29acbfc..232de93ca9d5 100644 --- a/tests/arch/arm64/arm64_psci/prj.conf +++ b/tests/arch/arm64/arm64_psci/prj.conf @@ -1,3 +1,2 @@ CONFIG_TEST_USERSPACE=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/arch/arm64/arm64_smc_call/prj.conf b/tests/arch/arm64/arm64_smc_call/prj.conf index 0f96f29acbfc..232de93ca9d5 100644 --- a/tests/arch/arm64/arm64_smc_call/prj.conf +++ b/tests/arch/arm64/arm64_smc_call/prj.conf @@ -1,3 +1,2 @@ CONFIG_TEST_USERSPACE=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/arch/common/semihost/prj.conf b/tests/arch/common/semihost/prj.conf index afb77490fa9d..071acb7c66fc 100644 --- a/tests/arch/common/semihost/prj.conf +++ b/tests/arch/common/semihost/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SEMIHOST=y diff --git a/tests/arch/common/timing/prj.conf b/tests/arch/common/timing/prj.conf index df10e05a4ceb..f483da96cd72 100644 --- a/tests/arch/common/timing/prj.conf +++ b/tests/arch/common/timing/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TIMING_FUNCTIONS=y CONFIG_FPU=y CONFIG_SCHED_CPU_MASK=y diff --git a/tests/arch/riscv/fpu_sharing/prj.conf b/tests/arch/riscv/fpu_sharing/prj.conf index f9caa918d658..ebec0da18b69 100644 --- a/tests/arch/riscv/fpu_sharing/prj.conf +++ b/tests/arch/riscv/fpu_sharing/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_FPU=y CONFIG_FPU_SHARING=y CONFIG_IRQ_OFFLOAD=y diff --git a/tests/arch/x86/cpu_scrubs_regs/prj.conf b/tests/arch/x86/cpu_scrubs_regs/prj.conf index 9f61e775c1b1..6f61be1eff59 100644 --- a/tests/arch/x86/cpu_scrubs_regs/prj.conf +++ b/tests/arch/x86/cpu_scrubs_regs/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_APPLICATION_DEFINED_SYSCALL=y diff --git a/tests/arch/x86/direct_isr/prj.conf b/tests/arch/x86/direct_isr/prj.conf index 1d84481424d2..ebc05bbae735 100644 --- a/tests/arch/x86/direct_isr/prj.conf +++ b/tests/arch/x86/direct_isr/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MP_MAX_NUM_CPUS=1 CONFIG_THREAD_STACK_INFO=y diff --git a/tests/arch/x86/nmi/prj.conf b/tests/arch/x86/nmi/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/arch/x86/nmi/prj.conf +++ b/tests/arch/x86/nmi/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/arch/x86/pagetables/prj.conf b/tests/arch/x86/pagetables/prj.conf index 6207cb185995..1c2858b3e008 100644 --- a/tests/arch/x86/pagetables/prj.conf +++ b/tests/arch/x86/pagetables/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_HW_STACK_PROTECTION=n CONFIG_TEST_USERSPACE=y CONFIG_EXCEPTION_DEBUG=y diff --git a/tests/arch/x86/static_idt/prj.conf b/tests/arch/x86/static_idt/prj.conf index 322bec144ccc..ec99b0dbe303 100644 --- a/tests/arch/x86/static_idt/prj.conf +++ b/tests/arch/x86/static_idt/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_EXCEPTION_DEBUG=n CONFIG_MAIN_THREAD_PRIORITY=6 diff --git a/tests/benchmarks/cmsis_dsp/basicmath/prj.conf b/tests/benchmarks/cmsis_dsp/basicmath/prj.conf index 75aa99c48879..7a253195e00c 100644 --- a/tests/benchmarks/cmsis_dsp/basicmath/prj.conf +++ b/tests/benchmarks/cmsis_dsp/basicmath/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NEWLIB_LIBC=y CONFIG_CMSIS_DSP=y diff --git a/tests/benchmarks/data_structure_perf/dlist_perf/prj.conf b/tests/benchmarks/data_structure_perf/dlist_perf/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/benchmarks/data_structure_perf/dlist_perf/prj.conf +++ b/tests/benchmarks/data_structure_perf/dlist_perf/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/benchmarks/data_structure_perf/rbtree_perf/prj.conf b/tests/benchmarks/data_structure_perf/rbtree_perf/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/benchmarks/data_structure_perf/rbtree_perf/prj.conf +++ b/tests/benchmarks/data_structure_perf/rbtree_perf/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/addr/prj.conf b/tests/bluetooth/addr/prj.conf index 84088e6b035d..fec5098eecff 100644 --- a/tests/bluetooth/addr/prj.conf +++ b/tests/bluetooth/addr/prj.conf @@ -1,6 +1,5 @@ CONFIG_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CTLR=n diff --git a/tests/bluetooth/adv/prj.conf b/tests/bluetooth/adv/prj.conf index e6fddd337d04..21011240824d 100644 --- a/tests/bluetooth/adv/prj.conf +++ b/tests/bluetooth/adv/prj.conf @@ -3,4 +3,3 @@ CONFIG_LOG=y CONFIG_BT_DEVICE_NAME="Test Adv Data" CONFIG_ASSERT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/at/prj.conf b/tests/bluetooth/at/prj.conf index 32b489c0b084..42737f3052ba 100644 --- a/tests/bluetooth/at/prj.conf +++ b/tests/bluetooth/at/prj.conf @@ -3,5 +3,4 @@ CONFIG_BT_BREDR=y CONFIG_BT_HFP_HF=y CONFIG_NET_BUF=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SERIAL=y diff --git a/tests/bluetooth/audio/ascs/prj.conf b/tests/bluetooth/audio/ascs/prj.conf index 9376de2355b2..9dfa71a952a6 100644 --- a/tests/bluetooth/audio/ascs/prj.conf +++ b/tests/bluetooth/audio/ascs/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_MAX_CONN=1 diff --git a/tests/bluetooth/audio/bap_broadcast_source/prj.conf b/tests/bluetooth/audio/bap_broadcast_source/prj.conf index b56abbec6c85..4f4534ac2a59 100644 --- a/tests/bluetooth/audio/bap_broadcast_source/prj.conf +++ b/tests/bluetooth/audio/bap_broadcast_source/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_AUDIO=y diff --git a/tests/bluetooth/audio/codec/prj.conf b/tests/bluetooth/audio/codec/prj.conf index 308958c0fe31..7701c36e5e3d 100644 --- a/tests/bluetooth/audio/codec/prj.conf +++ b/tests/bluetooth/audio/codec/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_AUDIO=y diff --git a/tests/bluetooth/bluetooth/prj.conf b/tests/bluetooth/bluetooth/prj.conf index c150a19272d0..ee911c431327 100644 --- a/tests/bluetooth/bluetooth/prj.conf +++ b/tests/bluetooth/bluetooth/prj.conf @@ -4,4 +4,3 @@ CONFIG_BT_NO_DRIVER=y CONFIG_LOG=y CONFIG_UART_INTERRUPT_DRIVEN=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/bt_crypto/prj.conf b/tests/bluetooth/bt_crypto/prj.conf index 84088e6b035d..fec5098eecff 100644 --- a/tests/bluetooth/bt_crypto/prj.conf +++ b/tests/bluetooth/bt_crypto/prj.conf @@ -1,6 +1,5 @@ CONFIG_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CTLR=n diff --git a/tests/bluetooth/bt_crypto_ccm/prj.conf b/tests/bluetooth/bt_crypto_ccm/prj.conf index 37164576b398..68662d4a0c58 100644 --- a/tests/bluetooth/bt_crypto_ccm/prj.conf +++ b/tests/bluetooth/bt_crypto_ccm/prj.conf @@ -1,6 +1,5 @@ CONFIG_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CTLR=n diff --git a/tests/bluetooth/controller/ctrl_api/prj.conf b/tests/bluetooth/controller/ctrl_api/prj.conf index ff1da608b4ec..7718b6739473 100644 --- a/tests/bluetooth/controller/ctrl_api/prj.conf +++ b/tests/bluetooth/controller/ctrl_api/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_chmu/prj.conf b/tests/bluetooth/controller/ctrl_chmu/prj.conf index ff1da608b4ec..7718b6739473 100644 --- a/tests/bluetooth/controller/ctrl_chmu/prj.conf +++ b/tests/bluetooth/controller/ctrl_chmu/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_cis_create/prj.conf b/tests/bluetooth/controller/ctrl_cis_create/prj.conf index 095af7f80824..7b2d389656ba 100644 --- a/tests/bluetooth/controller/ctrl_cis_create/prj.conf +++ b/tests/bluetooth/controller/ctrl_cis_create/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_cis_terminate/prj.conf b/tests/bluetooth/controller/ctrl_cis_terminate/prj.conf index 095af7f80824..7b2d389656ba 100644 --- a/tests/bluetooth/controller/ctrl_cis_terminate/prj.conf +++ b/tests/bluetooth/controller/ctrl_cis_terminate/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_collision/prj.conf b/tests/bluetooth/controller/ctrl_collision/prj.conf index ff1da608b4ec..7718b6739473 100644 --- a/tests/bluetooth/controller/ctrl_collision/prj.conf +++ b/tests/bluetooth/controller/ctrl_collision/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_conn_update/prj.conf b/tests/bluetooth/controller/ctrl_conn_update/prj.conf index c1f2003a02ec..6026d874f223 100644 --- a/tests/bluetooth/controller/ctrl_conn_update/prj.conf +++ b/tests/bluetooth/controller/ctrl_conn_update/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_conn_update/prj_apm.conf b/tests/bluetooth/controller/ctrl_conn_update/prj_apm.conf index 6fdf6b436002..5827974497fb 100644 --- a/tests/bluetooth/controller/ctrl_conn_update/prj_apm.conf +++ b/tests/bluetooth/controller/ctrl_conn_update/prj_apm.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_conn_update/prj_no_param_req.conf b/tests/bluetooth/controller/ctrl_conn_update/prj_no_param_req.conf index 661adea35c0d..7c90aa769a18 100644 --- a/tests/bluetooth/controller/ctrl_conn_update/prj_no_param_req.conf +++ b/tests/bluetooth/controller/ctrl_conn_update/prj_no_param_req.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_cte_req/prj.conf b/tests/bluetooth/controller/ctrl_cte_req/prj.conf index aacab6b29033..8941e79bc4f2 100644 --- a/tests/bluetooth/controller/ctrl_cte_req/prj.conf +++ b/tests/bluetooth/controller/ctrl_cte_req/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_data_length_update/prj.conf b/tests/bluetooth/controller/ctrl_data_length_update/prj.conf index 23f11745d4ca..09d9cd9bab95 100644 --- a/tests/bluetooth/controller/ctrl_data_length_update/prj.conf +++ b/tests/bluetooth/controller/ctrl_data_length_update/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_data_length_update/prj_nocoded.conf b/tests/bluetooth/controller/ctrl_data_length_update/prj_nocoded.conf index 0eea80b585c0..dcfc2eded1d2 100644 --- a/tests/bluetooth/controller/ctrl_data_length_update/prj_nocoded.conf +++ b/tests/bluetooth/controller/ctrl_data_length_update/prj_nocoded.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_data_length_update/prj_nophy.conf b/tests/bluetooth/controller/ctrl_data_length_update/prj_nophy.conf index f1bf04d0f4a4..115ad42a41a5 100644 --- a/tests/bluetooth/controller/ctrl_data_length_update/prj_nophy.conf +++ b/tests/bluetooth/controller/ctrl_data_length_update/prj_nophy.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_encrypt/prj.conf b/tests/bluetooth/controller/ctrl_encrypt/prj.conf index 23f11745d4ca..09d9cd9bab95 100644 --- a/tests/bluetooth/controller/ctrl_encrypt/prj.conf +++ b/tests/bluetooth/controller/ctrl_encrypt/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_feature_exchange/prj.conf b/tests/bluetooth/controller/ctrl_feature_exchange/prj.conf index ff1da608b4ec..7718b6739473 100644 --- a/tests/bluetooth/controller/ctrl_feature_exchange/prj.conf +++ b/tests/bluetooth/controller/ctrl_feature_exchange/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_hci/prj.conf b/tests/bluetooth/controller/ctrl_hci/prj.conf index 80b2156e0faa..5f5a1abb0576 100644 --- a/tests/bluetooth/controller/ctrl_hci/prj.conf +++ b/tests/bluetooth/controller/ctrl_hci/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_invalid/prj.conf b/tests/bluetooth/controller/ctrl_invalid/prj.conf index 23f11745d4ca..09d9cd9bab95 100644 --- a/tests/bluetooth/controller/ctrl_invalid/prj.conf +++ b/tests/bluetooth/controller/ctrl_invalid/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_le_ping/prj.conf b/tests/bluetooth/controller/ctrl_le_ping/prj.conf index 23f11745d4ca..09d9cd9bab95 100644 --- a/tests/bluetooth/controller/ctrl_le_ping/prj.conf +++ b/tests/bluetooth/controller/ctrl_le_ping/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_min_used_chans/prj.conf b/tests/bluetooth/controller/ctrl_min_used_chans/prj.conf index 23f11745d4ca..09d9cd9bab95 100644 --- a/tests/bluetooth/controller/ctrl_min_used_chans/prj.conf +++ b/tests/bluetooth/controller/ctrl_min_used_chans/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_phy_update/prj.conf b/tests/bluetooth/controller/ctrl_phy_update/prj.conf index 23f11745d4ca..09d9cd9bab95 100644 --- a/tests/bluetooth/controller/ctrl_phy_update/prj.conf +++ b/tests/bluetooth/controller/ctrl_phy_update/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_phy_update/prj_rx_cnt.conf b/tests/bluetooth/controller/ctrl_phy_update/prj_rx_cnt.conf index e35492c67ff6..20d9e982e95c 100644 --- a/tests/bluetooth/controller/ctrl_phy_update/prj_rx_cnt.conf +++ b/tests/bluetooth/controller/ctrl_phy_update/prj_rx_cnt.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_sca_update/prj.conf b/tests/bluetooth/controller/ctrl_sca_update/prj.conf index 23f11745d4ca..09d9cd9bab95 100644 --- a/tests/bluetooth/controller/ctrl_sca_update/prj.conf +++ b/tests/bluetooth/controller/ctrl_sca_update/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_terminate/prj.conf b/tests/bluetooth/controller/ctrl_terminate/prj.conf index 23f11745d4ca..09d9cd9bab95 100644 --- a/tests/bluetooth/controller/ctrl_terminate/prj.conf +++ b/tests/bluetooth/controller/ctrl_terminate/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj.conf b/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj.conf index 4076b0b23c14..e3a1f8d893b1 100644 --- a/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj.conf +++ b/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj_1.conf b/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj_1.conf index 12186f6b20b0..de0e26455ee4 100644 --- a/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj_1.conf +++ b/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj_1.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj_2.conf b/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj_2.conf index 5e350b3767f5..46650448d024 100644 --- a/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj_2.conf +++ b/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj_2.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj_3.conf b/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj_3.conf index c3dd3905e170..b829cf265e46 100644 --- a/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj_3.conf +++ b/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj_3.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj_max.conf b/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj_max.conf index b504bee37e70..c01ee28211d9 100644 --- a/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj_max.conf +++ b/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj_max.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj_max_common.conf b/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj_max_common.conf index 444758372dc8..7b83d2d6a126 100644 --- a/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj_max_common.conf +++ b/tests/bluetooth/controller/ctrl_tx_buffer_alloc/prj_max_common.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_tx_queue/prj.conf b/tests/bluetooth/controller/ctrl_tx_queue/prj.conf index 23f11745d4ca..09d9cd9bab95 100644 --- a/tests/bluetooth/controller/ctrl_tx_queue/prj.conf +++ b/tests/bluetooth/controller/ctrl_tx_queue/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_unsupported/prj.conf b/tests/bluetooth/controller/ctrl_unsupported/prj.conf index 23f11745d4ca..09d9cd9bab95 100644 --- a/tests/bluetooth/controller/ctrl_unsupported/prj.conf +++ b/tests/bluetooth/controller/ctrl_unsupported/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_unsupported/prj_unsupported.conf b/tests/bluetooth/controller/ctrl_unsupported/prj_unsupported.conf index b763fb00f5dd..f01e17406ee5 100644 --- a/tests/bluetooth/controller/ctrl_unsupported/prj_unsupported.conf +++ b/tests/bluetooth/controller/ctrl_unsupported/prj_unsupported.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/controller/ctrl_version/prj.conf b/tests/bluetooth/controller/ctrl_version/prj.conf index 23f11745d4ca..09d9cd9bab95 100644 --- a/tests/bluetooth/controller/ctrl_version/prj.conf +++ b/tests/bluetooth/controller/ctrl_version/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/ctrl_isoal/prj.conf b/tests/bluetooth/ctrl_isoal/prj.conf index 2f429dd8c478..18fd120fcbe1 100644 --- a/tests/bluetooth/ctrl_isoal/prj.conf +++ b/tests/bluetooth/ctrl_isoal/prj.conf @@ -1,6 +1,5 @@ CONFIG_NET_BUF=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_ASSERT_VERBOSE=3 CONFIG_ZTEST_STACK_SIZE=4096 CONFIG_ZTEST_ASSERT_HOOK=y diff --git a/tests/bluetooth/ctrl_sw_privacy/prj.conf b/tests/bluetooth/ctrl_sw_privacy/prj.conf index 89c8424a2430..7324043fdbd0 100644 --- a/tests/bluetooth/ctrl_sw_privacy/prj.conf +++ b/tests/bluetooth/ctrl_sw_privacy/prj.conf @@ -4,6 +4,5 @@ CONFIG_BT_LL_SW_SPLIT=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_CENTRAL=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT_PRIVACY=y CONFIG_BT_CTLR_SW_DEFERRED_PRIVACY=y diff --git a/tests/bluetooth/ctrl_sw_privacy_unit/prj.conf b/tests/bluetooth/ctrl_sw_privacy_unit/prj.conf index 44906f1edc0e..3cc871bc3942 100644 --- a/tests/bluetooth/ctrl_sw_privacy_unit/prj.conf +++ b/tests/bluetooth/ctrl_sw_privacy_unit/prj.conf @@ -2,5 +2,4 @@ CONFIG_NET_BUF=y CONFIG_ZTEST=y CONFIG_ZTEST_ASSERT_VERBOSE=3 CONFIG_ZTEST_STACK_SIZE=4096 -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_PARAMETER_COUNT=32 diff --git a/tests/bluetooth/ctrl_user_ext/prj.conf b/tests/bluetooth/ctrl_user_ext/prj.conf index 368094d9b8f3..d254da34fba0 100644 --- a/tests/bluetooth/ctrl_user_ext/prj.conf +++ b/tests/bluetooth/ctrl_user_ext/prj.conf @@ -4,7 +4,6 @@ CONFIG_BT_LL_SW_SPLIT=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_CENTRAL=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT_CTLR_ADVANCED_FEATURES=y CONFIG_BT_CTLR_USER_EXT=y CONFIG_BT_CTLR_USER_EVT_RANGE=10 diff --git a/tests/bluetooth/df/connection_cte_req/prj.conf b/tests/bluetooth/df/connection_cte_req/prj.conf index 9796e6a37632..77d3260135de 100644 --- a/tests/bluetooth/df/connection_cte_req/prj.conf +++ b/tests/bluetooth/df/connection_cte_req/prj.conf @@ -1,6 +1,5 @@ CONFIG_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y diff --git a/tests/bluetooth/df/connection_cte_tx_params/prj.conf b/tests/bluetooth/df/connection_cte_tx_params/prj.conf index 9284e101e44c..162d6ba6b776 100644 --- a/tests/bluetooth/df/connection_cte_tx_params/prj.conf +++ b/tests/bluetooth/df/connection_cte_tx_params/prj.conf @@ -1,6 +1,5 @@ CONFIG_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y # It does not matter for the test whether central or peripheral is used. diff --git a/tests/bluetooth/df/connectionless_cte_chains/prj.conf b/tests/bluetooth/df/connectionless_cte_chains/prj.conf index d0b26e94e0e2..45e5534c44d7 100644 --- a/tests/bluetooth/df/connectionless_cte_chains/prj.conf +++ b/tests/bluetooth/df/connectionless_cte_chains/prj.conf @@ -1,6 +1,5 @@ CONFIG_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_EXT_ADV=y diff --git a/tests/bluetooth/df/connectionless_cte_rx/prj.conf b/tests/bluetooth/df/connectionless_cte_rx/prj.conf index f7f7068e7d6f..4d2cb06c5487 100644 --- a/tests/bluetooth/df/connectionless_cte_rx/prj.conf +++ b/tests/bluetooth/df/connectionless_cte_rx/prj.conf @@ -1,6 +1,5 @@ CONFIG_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_EXT_ADV=y diff --git a/tests/bluetooth/df/connectionless_cte_tx/prj.conf b/tests/bluetooth/df/connectionless_cte_tx/prj.conf index d229af80f198..6f215ed07fb7 100644 --- a/tests/bluetooth/df/connectionless_cte_tx/prj.conf +++ b/tests/bluetooth/df/connectionless_cte_tx/prj.conf @@ -1,6 +1,5 @@ CONFIG_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_EXT_ADV=y diff --git a/tests/bluetooth/gatt/prj.conf b/tests/bluetooth/gatt/prj.conf index 796b840d6815..c59f96a921e1 100644 --- a/tests/bluetooth/gatt/prj.conf +++ b/tests/bluetooth/gatt/prj.conf @@ -1,6 +1,5 @@ CONFIG_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CTLR=n diff --git a/tests/bluetooth/hci_codecs_info/prj.conf b/tests/bluetooth/hci_codecs_info/prj.conf index 92653f4a3e10..316132fffc15 100644 --- a/tests/bluetooth/hci_codecs_info/prj.conf +++ b/tests/bluetooth/hci_codecs_info/prj.conf @@ -1,6 +1,5 @@ CONFIG_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CTLR=y diff --git a/tests/bluetooth/hci_prop_evt/prj.conf b/tests/bluetooth/hci_prop_evt/prj.conf index 242ff1e19540..4951f0c3b3ac 100644 --- a/tests/bluetooth/hci_prop_evt/prj.conf +++ b/tests/bluetooth/hci_prop_evt/prj.conf @@ -1,6 +1,5 @@ CONFIG_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CTLR=n diff --git a/tests/bluetooth/hci_uart_async/prj.conf b/tests/bluetooth/hci_uart_async/prj.conf index b038c7c4312e..408e8f611e41 100644 --- a/tests/bluetooth/hci_uart_async/prj.conf +++ b/tests/bluetooth/hci_uart_async/prj.conf @@ -7,4 +7,3 @@ CONFIG_LOG=y CONFIG_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/host/buf/bt_buf_get_cmd_complete/prj.conf b/tests/bluetooth/host/buf/bt_buf_get_cmd_complete/prj.conf index 86979a3110d8..652e7e5d1690 100644 --- a/tests/bluetooth/host/buf/bt_buf_get_cmd_complete/prj.conf +++ b/tests/bluetooth/host/buf/bt_buf_get_cmd_complete/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/host/buf/bt_buf_get_evt/prj.conf b/tests/bluetooth/host/buf/bt_buf_get_evt/prj.conf index 86979a3110d8..652e7e5d1690 100644 --- a/tests/bluetooth/host/buf/bt_buf_get_evt/prj.conf +++ b/tests/bluetooth/host/buf/bt_buf_get_evt/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/host/buf/bt_buf_get_rx/prj.conf b/tests/bluetooth/host/buf/bt_buf_get_rx/prj.conf index 86979a3110d8..652e7e5d1690 100644 --- a/tests/bluetooth/host/buf/bt_buf_get_rx/prj.conf +++ b/tests/bluetooth/host/buf/bt_buf_get_rx/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/host/buf/bt_buf_get_type/prj.conf b/tests/bluetooth/host/buf/bt_buf_get_type/prj.conf index 86979a3110d8..652e7e5d1690 100644 --- a/tests/bluetooth/host/buf/bt_buf_get_type/prj.conf +++ b/tests/bluetooth/host/buf/bt_buf_get_type/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 diff --git a/tests/bluetooth/host/crypto/bt_encrypt_be/prj.conf b/tests/bluetooth/host/crypto/bt_encrypt_be/prj.conf index 542d140aa567..9b9d1e2cafc4 100644 --- a/tests/bluetooth/host/crypto/bt_encrypt_be/prj.conf +++ b/tests/bluetooth/host/crypto/bt_encrypt_be/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_MAX_PAIRED=7 diff --git a/tests/bluetooth/host/crypto/bt_encrypt_le/prj.conf b/tests/bluetooth/host/crypto/bt_encrypt_le/prj.conf index 542d140aa567..9b9d1e2cafc4 100644 --- a/tests/bluetooth/host/crypto/bt_encrypt_le/prj.conf +++ b/tests/bluetooth/host/crypto/bt_encrypt_le/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_MAX_PAIRED=7 diff --git a/tests/bluetooth/host/crypto/bt_rand/prj.conf b/tests/bluetooth/host/crypto/bt_rand/prj.conf index 542d140aa567..9b9d1e2cafc4 100644 --- a/tests/bluetooth/host/crypto/bt_rand/prj.conf +++ b/tests/bluetooth/host/crypto/bt_rand/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_MAX_PAIRED=7 diff --git a/tests/bluetooth/host/crypto/prng_init/prj.conf b/tests/bluetooth/host/crypto/prng_init/prj.conf index 542d140aa567..9b9d1e2cafc4 100644 --- a/tests/bluetooth/host/crypto/prng_init/prj.conf +++ b/tests/bluetooth/host/crypto/prng_init/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_MAX_PAIRED=7 diff --git a/tests/bluetooth/host/data/bt_data_parse/prj.conf b/tests/bluetooth/host/data/bt_data_parse/prj.conf index c68da48c1fb9..432d8998c06d 100644 --- a/tests/bluetooth/host/data/bt_data_parse/prj.conf +++ b/tests/bluetooth/host/data/bt_data_parse/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 CONFIG_ASSERT_VERBOSE=y diff --git a/tests/bluetooth/host/ecc/bt_dh_key_gen/prj.conf b/tests/bluetooth/host/ecc/bt_dh_key_gen/prj.conf index 542d140aa567..9b9d1e2cafc4 100644 --- a/tests/bluetooth/host/ecc/bt_dh_key_gen/prj.conf +++ b/tests/bluetooth/host/ecc/bt_dh_key_gen/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_MAX_PAIRED=7 diff --git a/tests/bluetooth/host/ecc/bt_pub_key_gen/prj.conf b/tests/bluetooth/host/ecc/bt_pub_key_gen/prj.conf index 542d140aa567..9b9d1e2cafc4 100644 --- a/tests/bluetooth/host/ecc/bt_pub_key_gen/prj.conf +++ b/tests/bluetooth/host/ecc/bt_pub_key_gen/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_MAX_PAIRED=7 diff --git a/tests/bluetooth/host/ecc/bt_pub_key_get/prj.conf b/tests/bluetooth/host/ecc/bt_pub_key_get/prj.conf index 542d140aa567..9b9d1e2cafc4 100644 --- a/tests/bluetooth/host/ecc/bt_pub_key_get/prj.conf +++ b/tests/bluetooth/host/ecc/bt_pub_key_get/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_MAX_PAIRED=7 diff --git a/tests/bluetooth/host/ecc/bt_pub_key_is_debug/prj.conf b/tests/bluetooth/host/ecc/bt_pub_key_is_debug/prj.conf index 542d140aa567..9b9d1e2cafc4 100644 --- a/tests/bluetooth/host/ecc/bt_pub_key_is_debug/prj.conf +++ b/tests/bluetooth/host/ecc/bt_pub_key_is_debug/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_MAX_PAIRED=7 diff --git a/tests/bluetooth/host/id/bt_br_oob_get_local/prj.conf b/tests/bluetooth/host/id/bt_br_oob_get_local/prj.conf index a047bb3413e4..8d352723bb44 100644 --- a/tests/bluetooth/host/id/bt_br_oob_get_local/prj.conf +++ b/tests/bluetooth/host/id/bt_br_oob_get_local/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_BREDR=y diff --git a/tests/bluetooth/host/id/bt_id_add/prj.conf b/tests/bluetooth/host/id/bt_id_add/prj.conf index 32e36bb46eb5..82e46bfe20ff 100644 --- a/tests/bluetooth/host/id/bt_id_add/prj.conf +++ b/tests/bluetooth/host/id/bt_id_add/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_SMP=y diff --git a/tests/bluetooth/host/id/bt_id_adv_random_addr_check/prj.conf b/tests/bluetooth/host/id/bt_id_adv_random_addr_check/prj.conf index 7c5a27804717..3de82617e400 100644 --- a/tests/bluetooth/host/id/bt_id_adv_random_addr_check/prj.conf +++ b/tests/bluetooth/host/id/bt_id_adv_random_addr_check/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_ID_MAX=2 CONFIG_ASSERT=y diff --git a/tests/bluetooth/host/id/bt_id_create/prj.conf b/tests/bluetooth/host/id/bt_id_create/prj.conf index af15b84fb76c..5f8cdcef0178 100644 --- a/tests/bluetooth/host/id/bt_id_create/prj.conf +++ b/tests/bluetooth/host/id/bt_id_create/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_ID_MAX=2 diff --git a/tests/bluetooth/host/id/bt_id_del/prj.conf b/tests/bluetooth/host/id/bt_id_del/prj.conf index 32e36bb46eb5..82e46bfe20ff 100644 --- a/tests/bluetooth/host/id/bt_id_del/prj.conf +++ b/tests/bluetooth/host/id/bt_id_del/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_SMP=y diff --git a/tests/bluetooth/host/id/bt_id_delete/prj.conf b/tests/bluetooth/host/id/bt_id_delete/prj.conf index e53ac736d423..cae35e7d56cb 100644 --- a/tests/bluetooth/host/id/bt_id_delete/prj.conf +++ b/tests/bluetooth/host/id/bt_id_delete/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_SMP=y diff --git a/tests/bluetooth/host/id/bt_id_get/prj.conf b/tests/bluetooth/host/id/bt_id_get/prj.conf index e53ac736d423..cae35e7d56cb 100644 --- a/tests/bluetooth/host/id/bt_id_get/prj.conf +++ b/tests/bluetooth/host/id/bt_id_get/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_SMP=y diff --git a/tests/bluetooth/host/id/bt_id_init/prj.conf b/tests/bluetooth/host/id/bt_id_init/prj.conf index af15b84fb76c..5f8cdcef0178 100644 --- a/tests/bluetooth/host/id/bt_id_init/prj.conf +++ b/tests/bluetooth/host/id/bt_id_init/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_ID_MAX=2 diff --git a/tests/bluetooth/host/id/bt_id_read_public_addr/prj.conf b/tests/bluetooth/host/id/bt_id_read_public_addr/prj.conf index cabe512642af..42703d413005 100644 --- a/tests/bluetooth/host/id/bt_id_read_public_addr/prj.conf +++ b/tests/bluetooth/host/id/bt_id_read_public_addr/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_ASSERT=y diff --git a/tests/bluetooth/host/id/bt_id_reset/prj.conf b/tests/bluetooth/host/id/bt_id_reset/prj.conf index e53ac736d423..cae35e7d56cb 100644 --- a/tests/bluetooth/host/id/bt_id_reset/prj.conf +++ b/tests/bluetooth/host/id/bt_id_reset/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_SMP=y diff --git a/tests/bluetooth/host/id/bt_id_scan_random_addr_check/prj.conf b/tests/bluetooth/host/id/bt_id_scan_random_addr_check/prj.conf index af15b84fb76c..5f8cdcef0178 100644 --- a/tests/bluetooth/host/id/bt_id_scan_random_addr_check/prj.conf +++ b/tests/bluetooth/host/id/bt_id_scan_random_addr_check/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_ID_MAX=2 diff --git a/tests/bluetooth/host/id/bt_id_set_adv_own_addr/prj.conf b/tests/bluetooth/host/id/bt_id_set_adv_own_addr/prj.conf index 10ea773d687b..2682cec05b5a 100644 --- a/tests/bluetooth/host/id/bt_id_set_adv_own_addr/prj.conf +++ b/tests/bluetooth/host/id/bt_id_set_adv_own_addr/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_SMP=y diff --git a/tests/bluetooth/host/id/bt_id_set_adv_private_addr/prj.conf b/tests/bluetooth/host/id/bt_id_set_adv_private_addr/prj.conf index af15b84fb76c..5f8cdcef0178 100644 --- a/tests/bluetooth/host/id/bt_id_set_adv_private_addr/prj.conf +++ b/tests/bluetooth/host/id/bt_id_set_adv_private_addr/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_ID_MAX=2 diff --git a/tests/bluetooth/host/id/bt_id_set_adv_random_addr/prj.conf b/tests/bluetooth/host/id/bt_id_set_adv_random_addr/prj.conf index af15b84fb76c..5f8cdcef0178 100644 --- a/tests/bluetooth/host/id/bt_id_set_adv_random_addr/prj.conf +++ b/tests/bluetooth/host/id/bt_id_set_adv_random_addr/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_ID_MAX=2 diff --git a/tests/bluetooth/host/id/bt_id_set_create_conn_own_addr/prj.conf b/tests/bluetooth/host/id/bt_id_set_create_conn_own_addr/prj.conf index 10ea773d687b..2682cec05b5a 100644 --- a/tests/bluetooth/host/id/bt_id_set_create_conn_own_addr/prj.conf +++ b/tests/bluetooth/host/id/bt_id_set_create_conn_own_addr/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_SMP=y diff --git a/tests/bluetooth/host/id/bt_id_set_private_addr/prj.conf b/tests/bluetooth/host/id/bt_id_set_private_addr/prj.conf index af15b84fb76c..5f8cdcef0178 100644 --- a/tests/bluetooth/host/id/bt_id_set_private_addr/prj.conf +++ b/tests/bluetooth/host/id/bt_id_set_private_addr/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_ID_MAX=2 diff --git a/tests/bluetooth/host/id/bt_id_set_scan_own_addr/prj.conf b/tests/bluetooth/host/id/bt_id_set_scan_own_addr/prj.conf index 10ea773d687b..2682cec05b5a 100644 --- a/tests/bluetooth/host/id/bt_id_set_scan_own_addr/prj.conf +++ b/tests/bluetooth/host/id/bt_id_set_scan_own_addr/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_SMP=y diff --git a/tests/bluetooth/host/id/bt_le_ext_adv_oob_get_local/prj.conf b/tests/bluetooth/host/id/bt_le_ext_adv_oob_get_local/prj.conf index f0c02aa41d3b..7041a2b047e4 100644 --- a/tests/bluetooth/host/id/bt_le_ext_adv_oob_get_local/prj.conf +++ b/tests/bluetooth/host/id/bt_le_ext_adv_oob_get_local/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_EXT_ADV=y diff --git a/tests/bluetooth/host/id/bt_le_oob_get_local/prj.conf b/tests/bluetooth/host/id/bt_le_oob_get_local/prj.conf index 10ea773d687b..2682cec05b5a 100644 --- a/tests/bluetooth/host/id/bt_le_oob_get_local/prj.conf +++ b/tests/bluetooth/host/id/bt_le_oob_get_local/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_SMP=y diff --git a/tests/bluetooth/host/id/bt_le_oob_get_sc_data/prj.conf b/tests/bluetooth/host/id/bt_le_oob_get_sc_data/prj.conf index f0c02aa41d3b..7041a2b047e4 100644 --- a/tests/bluetooth/host/id/bt_le_oob_get_sc_data/prj.conf +++ b/tests/bluetooth/host/id/bt_le_oob_get_sc_data/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_EXT_ADV=y diff --git a/tests/bluetooth/host/id/bt_le_oob_set_legacy_tk/prj.conf b/tests/bluetooth/host/id/bt_le_oob_set_legacy_tk/prj.conf index f0c02aa41d3b..7041a2b047e4 100644 --- a/tests/bluetooth/host/id/bt_le_oob_set_legacy_tk/prj.conf +++ b/tests/bluetooth/host/id/bt_le_oob_set_legacy_tk/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_EXT_ADV=y diff --git a/tests/bluetooth/host/id/bt_le_oob_set_sc_data/prj.conf b/tests/bluetooth/host/id/bt_le_oob_set_sc_data/prj.conf index f0c02aa41d3b..7041a2b047e4 100644 --- a/tests/bluetooth/host/id/bt_le_oob_set_sc_data/prj.conf +++ b/tests/bluetooth/host/id/bt_le_oob_set_sc_data/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_EXT_ADV=y diff --git a/tests/bluetooth/host/id/bt_lookup_id_addr/prj.conf b/tests/bluetooth/host/id/bt_lookup_id_addr/prj.conf index af15b84fb76c..5f8cdcef0178 100644 --- a/tests/bluetooth/host/id/bt_lookup_id_addr/prj.conf +++ b/tests/bluetooth/host/id/bt_lookup_id_addr/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_ID_MAX=2 diff --git a/tests/bluetooth/host/id/bt_setup_public_id_addr/prj.conf b/tests/bluetooth/host/id/bt_setup_public_id_addr/prj.conf index cabe512642af..42703d413005 100644 --- a/tests/bluetooth/host/id/bt_setup_public_id_addr/prj.conf +++ b/tests/bluetooth/host/id/bt_setup_public_id_addr/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_ASSERT=y diff --git a/tests/bluetooth/host/id/bt_setup_random_id_addr/prj.conf b/tests/bluetooth/host/id/bt_setup_random_id_addr/prj.conf index cabe512642af..42703d413005 100644 --- a/tests/bluetooth/host/id/bt_setup_random_id_addr/prj.conf +++ b/tests/bluetooth/host/id/bt_setup_random_id_addr/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_ASSERT=y diff --git a/tests/bluetooth/host/keys/bt_keys_add_type/prj.conf b/tests/bluetooth/host/keys/bt_keys_add_type/prj.conf index 2d9af947d943..419fdcd6047d 100644 --- a/tests/bluetooth/host/keys/bt_keys_add_type/prj.conf +++ b/tests/bluetooth/host/keys/bt_keys_add_type/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_MAX_PAIRED=11 diff --git a/tests/bluetooth/host/keys/bt_keys_clear/prj.conf b/tests/bluetooth/host/keys/bt_keys_clear/prj.conf index 2d9af947d943..419fdcd6047d 100644 --- a/tests/bluetooth/host/keys/bt_keys_clear/prj.conf +++ b/tests/bluetooth/host/keys/bt_keys_clear/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_MAX_PAIRED=11 diff --git a/tests/bluetooth/host/keys/bt_keys_find/prj.conf b/tests/bluetooth/host/keys/bt_keys_find/prj.conf index 4f07ff598174..b7101de0bf01 100644 --- a/tests/bluetooth/host/keys/bt_keys_find/prj.conf +++ b/tests/bluetooth/host/keys/bt_keys_find/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_MAX_PAIRED=7 diff --git a/tests/bluetooth/host/keys/bt_keys_find_addr/prj.conf b/tests/bluetooth/host/keys/bt_keys_find_addr/prj.conf index 2d9af947d943..419fdcd6047d 100644 --- a/tests/bluetooth/host/keys/bt_keys_find_addr/prj.conf +++ b/tests/bluetooth/host/keys/bt_keys_find_addr/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_MAX_PAIRED=11 diff --git a/tests/bluetooth/host/keys/bt_keys_find_irk/prj.conf b/tests/bluetooth/host/keys/bt_keys_find_irk/prj.conf index 2d9af947d943..419fdcd6047d 100644 --- a/tests/bluetooth/host/keys/bt_keys_find_irk/prj.conf +++ b/tests/bluetooth/host/keys/bt_keys_find_irk/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_MAX_PAIRED=11 diff --git a/tests/bluetooth/host/keys/bt_keys_foreach_bond/prj.conf b/tests/bluetooth/host/keys/bt_keys_foreach_bond/prj.conf index f974a1868bb8..d50176dd3d3d 100644 --- a/tests/bluetooth/host/keys/bt_keys_foreach_bond/prj.conf +++ b/tests/bluetooth/host/keys/bt_keys_foreach_bond/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_MAX_PAIRED=4 diff --git a/tests/bluetooth/host/keys/bt_keys_foreach_type/prj.conf b/tests/bluetooth/host/keys/bt_keys_foreach_type/prj.conf index e45b77e8764d..b650eff88e57 100644 --- a/tests/bluetooth/host/keys/bt_keys_foreach_type/prj.conf +++ b/tests/bluetooth/host/keys/bt_keys_foreach_type/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_MAX_PAIRED=7 diff --git a/tests/bluetooth/host/keys/bt_keys_get_addr/prj.conf b/tests/bluetooth/host/keys/bt_keys_get_addr/prj.conf index f974a1868bb8..d50176dd3d3d 100644 --- a/tests/bluetooth/host/keys/bt_keys_get_addr/prj.conf +++ b/tests/bluetooth/host/keys/bt_keys_get_addr/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_MAX_PAIRED=4 diff --git a/tests/bluetooth/host/keys/bt_keys_get_type/prj.conf b/tests/bluetooth/host/keys/bt_keys_get_type/prj.conf index 4f07ff598174..b7101de0bf01 100644 --- a/tests/bluetooth/host/keys/bt_keys_get_type/prj.conf +++ b/tests/bluetooth/host/keys/bt_keys_get_type/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_MAX_PAIRED=7 diff --git a/tests/bluetooth/host/keys/bt_keys_store/prj.conf b/tests/bluetooth/host/keys/bt_keys_store/prj.conf index 2d9af947d943..419fdcd6047d 100644 --- a/tests/bluetooth/host/keys/bt_keys_store/prj.conf +++ b/tests/bluetooth/host/keys/bt_keys_store/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_MAX_PAIRED=11 diff --git a/tests/bluetooth/host/keys/bt_keys_update_usage/prj.conf b/tests/bluetooth/host/keys/bt_keys_update_usage/prj.conf index 2d9af947d943..419fdcd6047d 100644 --- a/tests/bluetooth/host/keys/bt_keys_update_usage/prj.conf +++ b/tests/bluetooth/host/keys/bt_keys_update_usage/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_MAX_PAIRED=11 diff --git a/tests/bluetooth/host_long_adv_recv/prj.conf b/tests/bluetooth/host_long_adv_recv/prj.conf index 68a16e685017..c25b96cf1967 100644 --- a/tests/bluetooth/host_long_adv_recv/prj.conf +++ b/tests/bluetooth/host_long_adv_recv/prj.conf @@ -1,6 +1,5 @@ CONFIG_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CTLR=n diff --git a/tests/bluetooth/init/prj.conf b/tests/bluetooth/init/prj.conf index 2103829ea4e2..ccc9ef1dcef2 100644 --- a/tests/bluetooth/init/prj.conf +++ b/tests/bluetooth/init/prj.conf @@ -1,4 +1,3 @@ CONFIG_BT=y CONFIG_LOG=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_0.conf b/tests/bluetooth/init/prj_0.conf index efb286cf1ecd..371990240bfb 100644 --- a/tests/bluetooth/init/prj_0.conf +++ b/tests/bluetooth/init/prj_0.conf @@ -1,3 +1,2 @@ CONFIG_BT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_1.conf b/tests/bluetooth/init/prj_1.conf index 354c519cb445..4c8c6144a5ce 100644 --- a/tests/bluetooth/init/prj_1.conf +++ b/tests/bluetooth/init/prj_1.conf @@ -1,4 +1,3 @@ CONFIG_BT=y CONFIG_BT_PERIPHERAL=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_10.conf b/tests/bluetooth/init/prj_10.conf index c2f94c28badd..6aca73579723 100644 --- a/tests/bluetooth/init/prj_10.conf +++ b/tests/bluetooth/init/prj_10.conf @@ -7,4 +7,3 @@ CONFIG_BT_SMP_SC_ONLY=y CONFIG_BT_TINYCRYPT_ECC=y CONFIG_BT_USE_DEBUG_KEYS=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_11.conf b/tests/bluetooth/init/prj_11.conf index 390464086266..6b46c845df81 100644 --- a/tests/bluetooth/init/prj_11.conf +++ b/tests/bluetooth/init/prj_11.conf @@ -9,4 +9,3 @@ CONFIG_BT_USE_DEBUG_KEYS=y CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y CONFIG_BT_GATT_CLIENT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_12.conf b/tests/bluetooth/init/prj_12.conf index 45ad9163b66c..55111c5b2881 100644 --- a/tests/bluetooth/init/prj_12.conf +++ b/tests/bluetooth/init/prj_12.conf @@ -8,4 +8,3 @@ CONFIG_BT_USE_DEBUG_KEYS=y CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y CONFIG_BT_GATT_CLIENT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_13.conf b/tests/bluetooth/init/prj_13.conf index c6b607952af5..0de0be405ce3 100644 --- a/tests/bluetooth/init/prj_13.conf +++ b/tests/bluetooth/init/prj_13.conf @@ -8,4 +8,3 @@ CONFIG_BT_USE_DEBUG_KEYS=y CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y CONFIG_BT_GATT_CLIENT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_14.conf b/tests/bluetooth/init/prj_14.conf index ecd5f2bf8d72..a25c48d4bbbc 100644 --- a/tests/bluetooth/init/prj_14.conf +++ b/tests/bluetooth/init/prj_14.conf @@ -5,4 +5,3 @@ CONFIG_BT_SMP=y CONFIG_BT_SIGNING=y CONFIG_BT_TINYCRYPT_ECC=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_15.conf b/tests/bluetooth/init/prj_15.conf index 466cc3fcdd1f..3839272ce11a 100644 --- a/tests/bluetooth/init/prj_15.conf +++ b/tests/bluetooth/init/prj_15.conf @@ -5,4 +5,3 @@ CONFIG_BT_SMP=y CONFIG_BT_SMP_SC_ONLY=y CONFIG_BT_TINYCRYPT_ECC=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_16.conf b/tests/bluetooth/init/prj_16.conf index ba1a467bca40..bc30a21c2774 100644 --- a/tests/bluetooth/init/prj_16.conf +++ b/tests/bluetooth/init/prj_16.conf @@ -5,4 +5,3 @@ CONFIG_BT_USE_DEBUG_KEYS=y CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y CONFIG_BT_GATT_CLIENT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_17.conf b/tests/bluetooth/init/prj_17.conf index 9c2b3689f3aa..f085ad19fcd9 100644 --- a/tests/bluetooth/init/prj_17.conf +++ b/tests/bluetooth/init/prj_17.conf @@ -20,4 +20,3 @@ CONFIG_BT_ATT_LOG_LEVEL_DBG=y CONFIG_BT_GATT_LOG_LEVEL_DBG=y CONFIG_BT_BREDR=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_18.conf b/tests/bluetooth/init/prj_18.conf index 3c9228643a1b..66348e7e53d9 100644 --- a/tests/bluetooth/init/prj_18.conf +++ b/tests/bluetooth/init/prj_18.conf @@ -2,4 +2,3 @@ CONFIG_BT=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_BREDR=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_19.conf b/tests/bluetooth/init/prj_19.conf index 55306b30462f..af0aac027f8d 100644 --- a/tests/bluetooth/init/prj_19.conf +++ b/tests/bluetooth/init/prj_19.conf @@ -2,4 +2,3 @@ CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_BREDR=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_2.conf b/tests/bluetooth/init/prj_2.conf index 349f9bfdf76f..a1f822a48ab0 100644 --- a/tests/bluetooth/init/prj_2.conf +++ b/tests/bluetooth/init/prj_2.conf @@ -1,4 +1,3 @@ CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_20.conf b/tests/bluetooth/init/prj_20.conf index 23b7ed7cb6f3..96dc6501491b 100644 --- a/tests/bluetooth/init/prj_20.conf +++ b/tests/bluetooth/init/prj_20.conf @@ -27,4 +27,3 @@ CONFIG_BT_A2DP=y CONFIG_BT_HFP_HF=y CONFIG_BT_HFP_HF_LOG_LEVEL_DBG=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_21.conf b/tests/bluetooth/init/prj_21.conf index 5ddee9de9e13..8ec212aa4ebe 100644 --- a/tests/bluetooth/init/prj_21.conf +++ b/tests/bluetooth/init/prj_21.conf @@ -20,4 +20,3 @@ CONFIG_BT_ATT_LOG_LEVEL_DBG=y CONFIG_BT_GATT_LOG_LEVEL_DBG=y CONFIG_BT_BREDR=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_22.conf b/tests/bluetooth/init/prj_22.conf index 173ad3938ae9..5fab545bc2c2 100644 --- a/tests/bluetooth/init/prj_22.conf +++ b/tests/bluetooth/init/prj_22.conf @@ -3,4 +3,3 @@ CONFIG_BT_BREDR=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_SMP=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_3.conf b/tests/bluetooth/init/prj_3.conf index 33e4cacf9b54..9a0afb63d163 100644 --- a/tests/bluetooth/init/prj_3.conf +++ b/tests/bluetooth/init/prj_3.conf @@ -2,4 +2,3 @@ CONFIG_BT=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_CENTRAL=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_4.conf b/tests/bluetooth/init/prj_4.conf index 334beabe5fe9..ff9b717cf8b5 100644 --- a/tests/bluetooth/init/prj_4.conf +++ b/tests/bluetooth/init/prj_4.conf @@ -2,4 +2,3 @@ CONFIG_BT=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_SMP=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_5.conf b/tests/bluetooth/init/prj_5.conf index dff5403766aa..490d3509e311 100644 --- a/tests/bluetooth/init/prj_5.conf +++ b/tests/bluetooth/init/prj_5.conf @@ -2,4 +2,3 @@ CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_SMP=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_6.conf b/tests/bluetooth/init/prj_6.conf index cece23f25f3a..2a8566b9b467 100644 --- a/tests/bluetooth/init/prj_6.conf +++ b/tests/bluetooth/init/prj_6.conf @@ -3,4 +3,3 @@ CONFIG_BT_PERIPHERAL=y CONFIG_BT_CENTRAL=y CONFIG_BT_SMP=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_7.conf b/tests/bluetooth/init/prj_7.conf index a5a4afde20c5..93423f647420 100644 --- a/tests/bluetooth/init/prj_7.conf +++ b/tests/bluetooth/init/prj_7.conf @@ -4,4 +4,3 @@ CONFIG_BT_CENTRAL=y CONFIG_BT_SMP=y CONFIG_BT_SIGNING=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_8.conf b/tests/bluetooth/init/prj_8.conf index e596936e5430..2fdd77730098 100644 --- a/tests/bluetooth/init/prj_8.conf +++ b/tests/bluetooth/init/prj_8.conf @@ -5,4 +5,3 @@ CONFIG_BT_SMP=y CONFIG_BT_SIGNING=y CONFIG_BT_SMP_SC_ONLY=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_9.conf b/tests/bluetooth/init/prj_9.conf index 1b55964abcb5..be22972e42d6 100644 --- a/tests/bluetooth/init/prj_9.conf +++ b/tests/bluetooth/init/prj_9.conf @@ -6,4 +6,3 @@ CONFIG_BT_SIGNING=y CONFIG_BT_SMP_SC_ONLY=y CONFIG_BT_TINYCRYPT_ECC=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr.conf b/tests/bluetooth/init/prj_ctlr.conf index dc31bd76e081..d64a64cc2a29 100644 --- a/tests/bluetooth/init/prj_ctlr.conf +++ b/tests/bluetooth/init/prj_ctlr.conf @@ -14,4 +14,3 @@ CONFIG_BT_BREDR=n CONFIG_FLASH=y CONFIG_SOC_FLASH_NRF_RADIO_SYNC_TICKER=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_4_0.conf b/tests/bluetooth/init/prj_ctlr_4_0.conf index 4f9ec70d3bb4..eed589e96d82 100644 --- a/tests/bluetooth/init/prj_ctlr_4_0.conf +++ b/tests/bluetooth/init/prj_ctlr_4_0.conf @@ -37,4 +37,3 @@ CONFIG_BT_BREDR=n CONFIG_FLASH=y CONFIG_SOC_FLASH_NRF_RADIO_SYNC_TICKER=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_4_0_dbg.conf b/tests/bluetooth/init/prj_ctlr_4_0_dbg.conf index 5fc61cf98c6f..95b9763b0735 100644 --- a/tests/bluetooth/init/prj_ctlr_4_0_dbg.conf +++ b/tests/bluetooth/init/prj_ctlr_4_0_dbg.conf @@ -39,4 +39,3 @@ CONFIG_BT_BREDR=n CONFIG_FLASH=y CONFIG_SOC_FLASH_NRF_RADIO_SYNC_TICKER=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_5_x_dbg.conf b/tests/bluetooth/init/prj_ctlr_5_x_dbg.conf index 50f72889476b..03e6838e3ed7 100644 --- a/tests/bluetooth/init/prj_ctlr_5_x_dbg.conf +++ b/tests/bluetooth/init/prj_ctlr_5_x_dbg.conf @@ -72,4 +72,3 @@ CONFIG_DEBUG=y CONFIG_FLASH=y CONFIG_SOC_FLASH_NRF_RADIO_SYNC_TICKER=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_broadcaster.conf b/tests/bluetooth/init/prj_ctlr_broadcaster.conf index 8bc2c0c74038..d062716f66b5 100644 --- a/tests/bluetooth/init/prj_ctlr_broadcaster.conf +++ b/tests/bluetooth/init/prj_ctlr_broadcaster.conf @@ -8,4 +8,3 @@ CONFIG_BT_EXT_ADV=n CONFIG_BT_CTLR_ADV_EXT=n CONFIG_BT_LL_SW_SPLIT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_broadcaster_ext.conf b/tests/bluetooth/init/prj_ctlr_broadcaster_ext.conf index 5edaf811ec92..389e622135da 100644 --- a/tests/bluetooth/init/prj_ctlr_broadcaster_ext.conf +++ b/tests/bluetooth/init/prj_ctlr_broadcaster_ext.conf @@ -8,4 +8,3 @@ CONFIG_BT_EXT_ADV=y CONFIG_BT_CTLR_ADV_EXT=y CONFIG_BT_LL_SW_SPLIT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_broadcaster_iso.conf b/tests/bluetooth/init/prj_ctlr_broadcaster_iso.conf index 0f6faaf70c18..cd6f57dd75c3 100644 --- a/tests/bluetooth/init/prj_ctlr_broadcaster_iso.conf +++ b/tests/bluetooth/init/prj_ctlr_broadcaster_iso.conf @@ -9,4 +9,3 @@ CONFIG_BT_LL_SW_SPLIT=y CONFIG_BT_CTLR_ADV_EXT=y CONFIG_BT_CTLR_ADV_ISO=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_central.conf b/tests/bluetooth/init/prj_ctlr_central.conf index b2b5b4d79525..f00fe35ea64e 100644 --- a/tests/bluetooth/init/prj_ctlr_central.conf +++ b/tests/bluetooth/init/prj_ctlr_central.conf @@ -8,4 +8,3 @@ CONFIG_BT_EXT_ADV=n CONFIG_BT_CTLR_ADV_EXT=n CONFIG_BT_LL_SW_SPLIT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_central_ext.conf b/tests/bluetooth/init/prj_ctlr_central_ext.conf index 7ceaa6367c23..4508d629e35a 100644 --- a/tests/bluetooth/init/prj_ctlr_central_ext.conf +++ b/tests/bluetooth/init/prj_ctlr_central_ext.conf @@ -8,4 +8,3 @@ CONFIG_BT_EXT_ADV=y CONFIG_BT_CTLR_ADV_EXT=y CONFIG_BT_LL_SW_SPLIT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_central_ext_priv.conf b/tests/bluetooth/init/prj_ctlr_central_ext_priv.conf index c4523b00c108..59f8a46addb4 100644 --- a/tests/bluetooth/init/prj_ctlr_central_ext_priv.conf +++ b/tests/bluetooth/init/prj_ctlr_central_ext_priv.conf @@ -10,4 +10,3 @@ CONFIG_BT_EXT_ADV=y CONFIG_BT_CTLR_ADV_EXT=y CONFIG_BT_LL_SW_SPLIT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_central_iso.conf b/tests/bluetooth/init/prj_ctlr_central_iso.conf index 96efca2d081c..ad23e1c66751 100644 --- a/tests/bluetooth/init/prj_ctlr_central_iso.conf +++ b/tests/bluetooth/init/prj_ctlr_central_iso.conf @@ -5,4 +5,3 @@ CONFIG_BT_LL_SW_SPLIT=y CONFIG_BT_ISO_CENTRAL=y CONFIG_BT_CTLR_CENTRAL_ISO=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_central_priv.conf b/tests/bluetooth/init/prj_ctlr_central_priv.conf index 9a6770f2f47e..3bf4650f1e7f 100644 --- a/tests/bluetooth/init/prj_ctlr_central_priv.conf +++ b/tests/bluetooth/init/prj_ctlr_central_priv.conf @@ -10,4 +10,3 @@ CONFIG_BT_EXT_ADV=n CONFIG_BT_CTLR_ADV_EXT=n CONFIG_BT_LL_SW_SPLIT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_dbg.conf b/tests/bluetooth/init/prj_ctlr_dbg.conf index 2f8224cdfea4..ac9efeb93389 100644 --- a/tests/bluetooth/init/prj_ctlr_dbg.conf +++ b/tests/bluetooth/init/prj_ctlr_dbg.conf @@ -58,4 +58,3 @@ CONFIG_DEBUG=y CONFIG_FLASH=y CONFIG_SOC_FLASH_NRF_RADIO_SYNC_TICKER=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_observer.conf b/tests/bluetooth/init/prj_ctlr_observer.conf index e785cda5f1d1..96d1d2d8edb3 100644 --- a/tests/bluetooth/init/prj_ctlr_observer.conf +++ b/tests/bluetooth/init/prj_ctlr_observer.conf @@ -8,4 +8,3 @@ CONFIG_BT_EXT_ADV=n CONFIG_BT_CTLR_ADV_EXT=n CONFIG_BT_LL_SW_SPLIT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_observer_ext.conf b/tests/bluetooth/init/prj_ctlr_observer_ext.conf index ae744255677e..4d540d59f25f 100644 --- a/tests/bluetooth/init/prj_ctlr_observer_ext.conf +++ b/tests/bluetooth/init/prj_ctlr_observer_ext.conf @@ -8,4 +8,3 @@ CONFIG_BT_EXT_ADV=y CONFIG_BT_CTLR_ADV_EXT=y CONFIG_BT_LL_SW_SPLIT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_per_adv.conf b/tests/bluetooth/init/prj_ctlr_per_adv.conf index 4897e55fa559..c070838fc061 100644 --- a/tests/bluetooth/init/prj_ctlr_per_adv.conf +++ b/tests/bluetooth/init/prj_ctlr_per_adv.conf @@ -11,4 +11,3 @@ CONFIG_BT_CTLR_ADV_PERIODIC=y CONFIG_BT_CTLR_ADV_PERIODIC_ADI_SUPPORT=y CONFIG_BT_LL_SW_SPLIT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_per_adv_no_adi.conf b/tests/bluetooth/init/prj_ctlr_per_adv_no_adi.conf index 3701e0922526..e2bd0cc711ca 100644 --- a/tests/bluetooth/init/prj_ctlr_per_adv_no_adi.conf +++ b/tests/bluetooth/init/prj_ctlr_per_adv_no_adi.conf @@ -11,4 +11,3 @@ CONFIG_BT_CTLR_ADV_PERIODIC=y CONFIG_BT_CTLR_ADV_PERIODIC_ADI_SUPPORT=n CONFIG_BT_LL_SW_SPLIT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_per_sync.conf b/tests/bluetooth/init/prj_ctlr_per_sync.conf index 0c3d99e87af4..60142f55adc4 100644 --- a/tests/bluetooth/init/prj_ctlr_per_sync.conf +++ b/tests/bluetooth/init/prj_ctlr_per_sync.conf @@ -12,4 +12,3 @@ CONFIG_BT_CTLR_SYNC_PERIODIC=y CONFIG_BT_CTLR_SYNC_PERIODIC_ADI_SUPPORT=y CONFIG_BT_LL_SW_SPLIT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_per_sync_no_adi.conf b/tests/bluetooth/init/prj_ctlr_per_sync_no_adi.conf index 4fa717256424..c2e9ce0defcc 100644 --- a/tests/bluetooth/init/prj_ctlr_per_sync_no_adi.conf +++ b/tests/bluetooth/init/prj_ctlr_per_sync_no_adi.conf @@ -12,4 +12,3 @@ CONFIG_BT_CTLR_SYNC_PERIODIC=y CONFIG_BT_CTLR_SYNC_PERIODIC_ADI_SUPPORT=n CONFIG_BT_LL_SW_SPLIT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_per_sync_no_filter.conf b/tests/bluetooth/init/prj_ctlr_per_sync_no_filter.conf index 1fe748a95900..62b952a7e89c 100644 --- a/tests/bluetooth/init/prj_ctlr_per_sync_no_filter.conf +++ b/tests/bluetooth/init/prj_ctlr_per_sync_no_filter.conf @@ -12,4 +12,3 @@ CONFIG_BT_CTLR_SYNC_PERIODIC=y CONFIG_BT_CTLR_SYNC_PERIODIC_ADI_SUPPORT=n CONFIG_BT_LL_SW_SPLIT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_peripheral.conf b/tests/bluetooth/init/prj_ctlr_peripheral.conf index 60f89899c280..3a41b00e8644 100644 --- a/tests/bluetooth/init/prj_ctlr_peripheral.conf +++ b/tests/bluetooth/init/prj_ctlr_peripheral.conf @@ -8,4 +8,3 @@ CONFIG_BT_EXT_ADV=n CONFIG_BT_CTLR_ADV_EXT=n CONFIG_BT_LL_SW_SPLIT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_peripheral_ext.conf b/tests/bluetooth/init/prj_ctlr_peripheral_ext.conf index f2e3218db6d4..9f1b6919aa9d 100644 --- a/tests/bluetooth/init/prj_ctlr_peripheral_ext.conf +++ b/tests/bluetooth/init/prj_ctlr_peripheral_ext.conf @@ -8,4 +8,3 @@ CONFIG_BT_EXT_ADV=y CONFIG_BT_CTLR_ADV_EXT=y CONFIG_BT_LL_SW_SPLIT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_peripheral_ext_priv.conf b/tests/bluetooth/init/prj_ctlr_peripheral_ext_priv.conf index e7e5ac7ed7b2..e0c3f9487c0e 100644 --- a/tests/bluetooth/init/prj_ctlr_peripheral_ext_priv.conf +++ b/tests/bluetooth/init/prj_ctlr_peripheral_ext_priv.conf @@ -10,4 +10,3 @@ CONFIG_BT_EXT_ADV=y CONFIG_BT_CTLR_ADV_EXT=y CONFIG_BT_LL_SW_SPLIT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_peripheral_iso.conf b/tests/bluetooth/init/prj_ctlr_peripheral_iso.conf index 5efb8c6b8483..c2e3ca23a5b1 100644 --- a/tests/bluetooth/init/prj_ctlr_peripheral_iso.conf +++ b/tests/bluetooth/init/prj_ctlr_peripheral_iso.conf @@ -10,4 +10,3 @@ CONFIG_BT_CTLR_ADVANCED_FEATURES=y CONFIG_BT_CTLR_PERIPHERAL_ISO_EARLY_CIG_START=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_peripheral_priv.conf b/tests/bluetooth/init/prj_ctlr_peripheral_priv.conf index a7628e54aecb..9175c302272d 100644 --- a/tests/bluetooth/init/prj_ctlr_peripheral_priv.conf +++ b/tests/bluetooth/init/prj_ctlr_peripheral_priv.conf @@ -10,4 +10,3 @@ CONFIG_BT_EXT_ADV=n CONFIG_BT_CTLR_ADV_EXT=n CONFIG_BT_LL_SW_SPLIT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_sync_iso.conf b/tests/bluetooth/init/prj_ctlr_sync_iso.conf index 8ae4e44e4502..c61443085e18 100644 --- a/tests/bluetooth/init/prj_ctlr_sync_iso.conf +++ b/tests/bluetooth/init/prj_ctlr_sync_iso.conf @@ -11,4 +11,3 @@ CONFIG_BT_CTLR_SYNC_PERIODIC=y CONFIG_BT_CTLR_SYNC_ISO=y CONFIG_BT_LL_SW_SPLIT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_ticker.conf b/tests/bluetooth/init/prj_ctlr_ticker.conf index 4e5b962231e8..efeae970f31a 100644 --- a/tests/bluetooth/init/prj_ctlr_ticker.conf +++ b/tests/bluetooth/init/prj_ctlr_ticker.conf @@ -61,4 +61,3 @@ CONFIG_DEBUG=y CONFIG_FLASH=y CONFIG_SOC_FLASH_NRF_RADIO_SYNC_TICKER=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_ctlr_tiny.conf b/tests/bluetooth/init/prj_ctlr_tiny.conf index ce75583da165..f00568816803 100644 --- a/tests/bluetooth/init/prj_ctlr_tiny.conf +++ b/tests/bluetooth/init/prj_ctlr_tiny.conf @@ -44,4 +44,3 @@ CONFIG_ASSERT=n CONFIG_FLASH=y CONFIG_SOC_FLASH_NRF_RADIO_SYNC_TICKER=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_h5.conf b/tests/bluetooth/init/prj_h5.conf index 5a1eb7ae2c6b..976697e3dbae 100644 --- a/tests/bluetooth/init/prj_h5.conf +++ b/tests/bluetooth/init/prj_h5.conf @@ -1,4 +1,3 @@ CONFIG_BT=y CONFIG_BT_H5=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_h5_dbg.conf b/tests/bluetooth/init/prj_h5_dbg.conf index 28ef86d3e09f..a0e25ac20d2b 100644 --- a/tests/bluetooth/init/prj_h5_dbg.conf +++ b/tests/bluetooth/init/prj_h5_dbg.conf @@ -3,4 +3,3 @@ CONFIG_BT_H5=y CONFIG_LOG=y CONFIG_BT_HCI_DRIVER_LOG_LEVEL_DBG=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/init/prj_llcp.conf b/tests/bluetooth/init/prj_llcp.conf index ffa527533638..626e6c40e2b8 100644 --- a/tests/bluetooth/init/prj_llcp.conf +++ b/tests/bluetooth/init/prj_llcp.conf @@ -16,4 +16,3 @@ CONFIG_SOC_FLASH_NRF_RADIO_SYNC_TICKER=y CONFIG_BT_CTLR_ADVANCED_FEATURES=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/l2cap/prj.conf b/tests/bluetooth/l2cap/prj.conf index 3a7449d2618c..69eb3d64ca7b 100644 --- a/tests/bluetooth/l2cap/prj.conf +++ b/tests/bluetooth/l2cap/prj.conf @@ -1,6 +1,5 @@ CONFIG_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CTLR=n diff --git a/tests/bluetooth/ll_settings/prj.conf b/tests/bluetooth/ll_settings/prj.conf index eddcfe8428b4..ab133036bf99 100644 --- a/tests/bluetooth/ll_settings/prj.conf +++ b/tests/bluetooth/ll_settings/prj.conf @@ -1,6 +1,5 @@ CONFIG_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CTLR=y diff --git a/tests/bluetooth/mesh/blob_io_flash/prj.conf b/tests/bluetooth/mesh/blob_io_flash/prj.conf index e65e79147245..2a0e98421fa0 100644 --- a/tests/bluetooth/mesh/blob_io_flash/prj.conf +++ b/tests/bluetooth/mesh/blob_io_flash/prj.conf @@ -19,5 +19,3 @@ CONFIG_BT_MESH_V1d1=y CONFIG_BT_MESH_BLOB_SRV=y CONFIG_BT_MESH_BLOB_CLI=y CONFIG_BT_MESH_BLOB_IO_FLASH=y - -CONFIG_ZTEST_NEW_API=y diff --git a/tests/bluetooth/mesh/rpl/prj.conf b/tests/bluetooth/mesh/rpl/prj.conf index 0d11d85e2fa8..31c31ebcd123 100644 --- a/tests/bluetooth/mesh/rpl/prj.conf +++ b/tests/bluetooth/mesh/rpl/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_MOCKING=y diff --git a/tests/bluetooth/uuid/prj.conf b/tests/bluetooth/uuid/prj.conf index 84088e6b035d..fec5098eecff 100644 --- a/tests/bluetooth/uuid/prj.conf +++ b/tests/bluetooth/uuid/prj.conf @@ -1,6 +1,5 @@ CONFIG_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BT=y CONFIG_BT_CTLR=n diff --git a/tests/boards/altera_max10/i2c_master/prj.conf b/tests/boards/altera_max10/i2c_master/prj.conf index 875d16963086..3ec961959067 100644 --- a/tests/boards/altera_max10/i2c_master/prj.conf +++ b/tests/boards/altera_max10/i2c_master/prj.conf @@ -1,4 +1,3 @@ CONFIG_I2C=y CONFIG_I2C_INIT_PRIORITY=60 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/boards/altera_max10/msgdma/prj.conf b/tests/boards/altera_max10/msgdma/prj.conf index 1d460e0c60f4..ac2c3481e93c 100644 --- a/tests/boards/altera_max10/msgdma/prj.conf +++ b/tests/boards/altera_max10/msgdma/prj.conf @@ -1,3 +1,2 @@ CONFIG_DMA=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/boards/altera_max10/qspi/prj.conf b/tests/boards/altera_max10/qspi/prj.conf index 3c9f3c6f6193..c1de9b374e2e 100644 --- a/tests/boards/altera_max10/qspi/prj.conf +++ b/tests/boards/altera_max10/qspi/prj.conf @@ -2,4 +2,3 @@ CONFIG_STDOUT_CONSOLE=y CONFIG_FLASH=y CONFIG_SOC_FLASH_NIOS2_QSPI=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/boards/altera_max10/sysid/prj.conf b/tests/boards/altera_max10/sysid/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/boards/altera_max10/sysid/prj.conf +++ b/tests/boards/altera_max10/sysid/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/boards/espressif_esp32/cache_coex/prj.conf b/tests/boards/espressif_esp32/cache_coex/prj.conf index 6265acda7758..577a3f115e1d 100644 --- a/tests/boards/espressif_esp32/cache_coex/prj.conf +++ b/tests/boards/espressif_esp32/cache_coex/prj.conf @@ -5,4 +5,3 @@ CONFIG_ESP_HEAP_SEARCH_ALL_REGIONS=n CONFIG_FLASH=y CONFIG_ENTROPY_GENERATOR=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/boards/frdm_k64f/i2c/prj.conf b/tests/boards/frdm_k64f/i2c/prj.conf index cc1ebd041b5b..21a62cda1d84 100644 --- a/tests/boards/frdm_k64f/i2c/prj.conf +++ b/tests/boards/frdm_k64f/i2c/prj.conf @@ -3,4 +3,3 @@ CONFIG_I2C_CALLBACK=y CONFIG_POLL=y CONFIG_I2C_INIT_PRIORITY=60 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/boards/intel_adsp/cache/prj.conf b/tests/boards/intel_adsp/cache/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/boards/intel_adsp/cache/prj.conf +++ b/tests/boards/intel_adsp/cache/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/boards/intel_adsp/hda/prj.conf b/tests/boards/intel_adsp/hda/prj.conf index a91b5e32bbd5..0d43e90cdf3e 100644 --- a/tests/boards/intel_adsp/hda/prj.conf +++ b/tests/boards/intel_adsp/hda/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_DMA=y diff --git a/tests/boards/intel_adsp/hda_log/prj.conf b/tests/boards/intel_adsp/hda_log/prj.conf index 0e6000bdc4fb..2fd4793b5d9e 100644 --- a/tests/boards/intel_adsp/hda_log/prj.conf +++ b/tests/boards/intel_adsp/hda_log/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_DMA=y CONFIG_ASSERT=y CONFIG_LOG=y diff --git a/tests/boards/intel_adsp/mm/prj.conf b/tests/boards/intel_adsp/mm/prj.conf index 7ccdfd1ddf20..06a1545dad75 100644 --- a/tests/boards/intel_adsp/mm/prj.conf +++ b/tests/boards/intel_adsp/mm/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MM_DRV=y diff --git a/tests/boards/intel_adsp/smoke/prj.conf b/tests/boards/intel_adsp/smoke/prj.conf index 0ab9b6f7c602..a30e22b8c55d 100644 --- a/tests/boards/intel_adsp/smoke/prj.conf +++ b/tests/boards/intel_adsp/smoke/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SMP=y CONFIG_SMP_BOOT_DELAY=y CONFIG_SCHED_CPU_MASK=y diff --git a/tests/boards/intel_adsp/ssp/prj.conf b/tests/boards/intel_adsp/ssp/prj.conf index 49124c6d82c1..5acbe35fdf46 100644 --- a/tests/boards/intel_adsp/ssp/prj.conf +++ b/tests/boards/intel_adsp/ssp/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_DAI=y CONFIG_INTEL_MN=y CONFIG_DMA_DW_HOST_MASK=1 diff --git a/tests/boards/mec15xxevb_assy6853/i2c_api/prj.conf b/tests/boards/mec15xxevb_assy6853/i2c_api/prj.conf index 7e3f6b388047..4b19609ecfbd 100644 --- a/tests/boards/mec15xxevb_assy6853/i2c_api/prj.conf +++ b/tests/boards/mec15xxevb_assy6853/i2c_api/prj.conf @@ -1,3 +1,2 @@ CONFIG_I2C=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/boards/mec15xxevb_assy6853/qspi/prj.conf b/tests/boards/mec15xxevb_assy6853/qspi/prj.conf index 0637abd47e25..45cd80f14c15 100644 --- a/tests/boards/mec15xxevb_assy6853/qspi/prj.conf +++ b/tests/boards/mec15xxevb_assy6853/qspi/prj.conf @@ -1,5 +1,4 @@ CONFIG_SPI=y CONFIG_SPI_EXTENDED_MODES=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y diff --git a/tests/boards/mec172xevb_assy6906/i2c_api/prj.conf b/tests/boards/mec172xevb_assy6906/i2c_api/prj.conf index 7e3f6b388047..4b19609ecfbd 100644 --- a/tests/boards/mec172xevb_assy6906/i2c_api/prj.conf +++ b/tests/boards/mec172xevb_assy6906/i2c_api/prj.conf @@ -1,3 +1,2 @@ CONFIG_I2C=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/boards/mec172xevb_assy6906/qspi/prj.conf b/tests/boards/mec172xevb_assy6906/qspi/prj.conf index 0637abd47e25..45cd80f14c15 100644 --- a/tests/boards/mec172xevb_assy6906/qspi/prj.conf +++ b/tests/boards/mec172xevb_assy6906/qspi/prj.conf @@ -1,5 +1,4 @@ CONFIG_SPI=y CONFIG_SPI_EXTENDED_MODES=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y diff --git a/tests/boards/native_posix/cpu_wait/prj.conf b/tests/boards/native_posix/cpu_wait/prj.conf index 55d02e5dad7a..868a51c52b04 100644 --- a/tests/boards/native_posix/cpu_wait/prj.conf +++ b/tests/boards/native_posix/cpu_wait/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TICKLESS_KERNEL=n CONFIG_ZTEST_THREAD_PRIORITY=1 diff --git a/tests/boards/native_posix/rtc/prj.conf b/tests/boards/native_posix/rtc/prj.conf index 82d90a522d30..686b5a9dee36 100644 --- a/tests/boards/native_posix/rtc/prj.conf +++ b/tests/boards/native_posix/rtc/prj.conf @@ -1,3 +1,2 @@ CONFIG_NATIVE_POSIX_SLOWDOWN_TO_REAL_TIME=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/boards/nrf52_bsim/egu/prj.conf b/tests/boards/nrf52_bsim/egu/prj.conf index bcc4d42973ff..ac89734f0040 100644 --- a/tests/boards/nrf52_bsim/egu/prj.conf +++ b/tests/boards/nrf52_bsim/egu/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_GEN_IRQ_VECTOR_TABLE=y CONFIG_DYNAMIC_INTERRUPTS=y diff --git a/tests/boot/mcuboot_data_sharing/prj.conf b/tests/boot/mcuboot_data_sharing/prj.conf index a5a00851f529..ba709fadb627 100644 --- a/tests/boot/mcuboot_data_sharing/prj.conf +++ b/tests/boot/mcuboot_data_sharing/prj.conf @@ -4,7 +4,6 @@ # SPDX-License-Identifier: Apache-2.0 # CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_RETAINED_MEM=y CONFIG_RETENTION=y CONFIG_SETTINGS=y diff --git a/tests/cmake/overlays/var_expansions/prj.conf b/tests/cmake/overlays/var_expansions/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/cmake/overlays/var_expansions/prj.conf +++ b/tests/cmake/overlays/var_expansions/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/cmake/snippets/prj.conf b/tests/cmake/snippets/prj.conf index 32b9aa38ccc4..4eb46139fd25 100644 --- a/tests/cmake/snippets/prj.conf +++ b/tests/cmake/snippets/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_FOO_VAL=774392 CONFIG_TEST_BAR_VAL=182834 CONFIG_TEST_COMMON_VAL=588411 diff --git a/tests/crypto/crypto_hash/prj.conf b/tests/crypto/crypto_hash/prj.conf index 0b8d6e2aa48d..5aba0ef5c39a 100644 --- a/tests/crypto/crypto_hash/prj.conf +++ b/tests/crypto/crypto_hash/prj.conf @@ -1,6 +1,5 @@ CONFIG_ZTEST_STACK_SIZE=4096 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MBEDTLS=y CONFIG_MBEDTLS_BUILTIN=y diff --git a/tests/crypto/mbedtls/prj.conf b/tests/crypto/mbedtls/prj.conf index 7532e84b251b..9b6af503e038 100644 --- a/tests/crypto/mbedtls/prj.conf +++ b/tests/crypto/mbedtls/prj.conf @@ -3,7 +3,6 @@ CONFIG_MBEDTLS=y CONFIG_MBEDTLS_BUILTIN=y CONFIG_MBEDTLS_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_MINIMAL_LIBC_NON_REENTRANT_FUNCTIONS=y CONFIG_MINIMAL_LIBC_RAND=y diff --git a/tests/crypto/rand32/prj.conf b/tests/crypto/rand32/prj.conf index 78b88c04317d..420e89ab17f2 100644 --- a/tests/crypto/rand32/prj.conf +++ b/tests/crypto/rand32/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_LOG=y CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y diff --git a/tests/crypto/rand32/prj_ctr_drbg.conf b/tests/crypto/rand32/prj_ctr_drbg.conf index e58488397345..996a530cd41b 100644 --- a/tests/crypto/rand32/prj_ctr_drbg.conf +++ b/tests/crypto/rand32/prj_ctr_drbg.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_LOG=y CONFIG_ENTROPY_GENERATOR=y diff --git a/tests/crypto/rand32/prj_hw_random_psa_crypto.conf b/tests/crypto/rand32/prj_hw_random_psa_crypto.conf index 91638df0cf3e..4c6c2180c46b 100644 --- a/tests/crypto/rand32/prj_hw_random_psa_crypto.conf +++ b/tests/crypto/rand32/prj_hw_random_psa_crypto.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_LOG=y CONFIG_ENTROPY_GENERATOR=y CONFIG_HARDWARE_DEVICE_CS_GENERATOR=y diff --git a/tests/crypto/rand32/prj_hw_random_xoshiro.conf b/tests/crypto/rand32/prj_hw_random_xoshiro.conf index 97b69d65f39e..aaabc2e41c94 100644 --- a/tests/crypto/rand32/prj_hw_random_xoshiro.conf +++ b/tests/crypto/rand32/prj_hw_random_xoshiro.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_LOG=y CONFIG_ENTROPY_GENERATOR=y CONFIG_XOSHIRO_RANDOM_GENERATOR=y diff --git a/tests/crypto/rand32/prj_sw_random_systimer.conf b/tests/crypto/rand32/prj_sw_random_systimer.conf index 2adbee9e4183..6a6c996b86be 100644 --- a/tests/crypto/rand32/prj_sw_random_systimer.conf +++ b/tests/crypto/rand32/prj_sw_random_systimer.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_LOG=y CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y diff --git a/tests/crypto/tinycrypt/prj.conf b/tests/crypto/tinycrypt/prj.conf index 8869f167ef31..4cb73548b4f7 100644 --- a/tests/crypto/tinycrypt/prj.conf +++ b/tests/crypto/tinycrypt/prj.conf @@ -13,4 +13,3 @@ CONFIG_TINYCRYPT_ECC_DH=y CONFIG_TINYCRYPT_ECC_DSA=y CONFIG_ZTEST_STACK_SIZE=5120 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/crypto/tinycrypt_hmac_prng/prj.conf b/tests/crypto/tinycrypt_hmac_prng/prj.conf index 718b2bb5dc25..8e3d3dbd0427 100644 --- a/tests/crypto/tinycrypt_hmac_prng/prj.conf +++ b/tests/crypto/tinycrypt_hmac_prng/prj.conf @@ -4,4 +4,3 @@ CONFIG_TINYCRYPT_SHA256=y CONFIG_TINYCRYPT_SHA256_HMAC=y CONFIG_TINYCRYPT_SHA256_HMAC_PRNG=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/adc/adc_api/prj.conf b/tests/drivers/adc/adc_api/prj.conf index 94f86d9fcb4f..d95ab6031c27 100644 --- a/tests/drivers/adc/adc_api/prj.conf +++ b/tests/drivers/adc/adc_api/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ADC=y CONFIG_ADC_ASYNC=y diff --git a/tests/drivers/adc/adc_dma/prj.conf b/tests/drivers/adc/adc_dma/prj.conf index 81a73e12de1a..e2b567f4bd88 100644 --- a/tests/drivers/adc/adc_dma/prj.conf +++ b/tests/drivers/adc/adc_dma/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ADC=y CONFIG_ADC_LOG_LEVEL_INF=y diff --git a/tests/drivers/adc/adc_emul/prj.conf b/tests/drivers/adc/adc_emul/prj.conf index eaab1b201026..ab4663f4f9ba 100644 --- a/tests/drivers/adc/adc_emul/prj.conf +++ b/tests/drivers/adc/adc_emul/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ADC=y CONFIG_ADC_LOG_LEVEL_INF=y diff --git a/tests/drivers/adc/adc_rescale/prj.conf b/tests/drivers/adc/adc_rescale/prj.conf index eaab1b201026..ab4663f4f9ba 100644 --- a/tests/drivers/adc/adc_rescale/prj.conf +++ b/tests/drivers/adc/adc_rescale/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ADC=y CONFIG_ADC_LOG_LEVEL_INF=y diff --git a/tests/drivers/bbram/emul/prj.conf b/tests/drivers/bbram/emul/prj.conf index 79984859b7eb..61986e63a197 100644 --- a/tests/drivers/bbram/emul/prj.conf +++ b/tests/drivers/bbram/emul/prj.conf @@ -2,5 +2,4 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BBRAM=y diff --git a/tests/drivers/bbram/prj.conf b/tests/drivers/bbram/prj.conf index 79984859b7eb..61986e63a197 100644 --- a/tests/drivers/bbram/prj.conf +++ b/tests/drivers/bbram/prj.conf @@ -2,5 +2,4 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BBRAM=y diff --git a/tests/drivers/bc12/prj.conf b/tests/drivers/bc12/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/drivers/bc12/prj.conf +++ b/tests/drivers/bc12/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/build_all/sensor/testcase.yaml b/tests/drivers/build_all/sensor/testcase.yaml index 1d69f1ae8d01..eeca799df946 100644 --- a/tests/drivers/build_all/sensor/testcase.yaml +++ b/tests/drivers/build_all/sensor/testcase.yaml @@ -26,7 +26,6 @@ tests: extra_configs: - CONFIG_GENERIC_SENSOR_TEST=y - CONFIG_ZTEST=y - - CONFIG_ZTEST_NEW_API=y - CONFIG_EMUL=y - CONFIG_NATIVE_UART_0_ON_STDINOUT=y - CONFIG_SENSOR_ASYNC_API=y diff --git a/tests/drivers/can/api/prj.conf b/tests/drivers/can/api/prj.conf index 8fa4d6409458..dfd79c22526a 100644 --- a/tests/drivers/can/api/prj.conf +++ b/tests/drivers/can/api/prj.conf @@ -3,6 +3,5 @@ CONFIG_CAN_FD_MODE=y CONFIG_CAN_AUTO_BUS_OFF_RECOVERY=n CONFIG_TEST_USERSPACE=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y # The canfd test suite may be skipped CONFIG_ZTEST_VERIFY_RUN_ALL=n diff --git a/tests/drivers/can/shell/prj.conf b/tests/drivers/can/shell/prj.conf index fd34da718d29..15c6eafdff7a 100644 --- a/tests/drivers/can/shell/prj.conf +++ b/tests/drivers/can/shell/prj.conf @@ -6,5 +6,4 @@ CONFIG_CAN_AUTO_BUS_OFF_RECOVERY=n CONFIG_CAN_FD_MODE=y CONFIG_CAN_SHELL=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=1536 diff --git a/tests/drivers/can/timing/prj.conf b/tests/drivers/can/timing/prj.conf index 52b5adf9c2da..137d86048190 100644 --- a/tests/drivers/can/timing/prj.conf +++ b/tests/drivers/can/timing/prj.conf @@ -2,4 +2,3 @@ CONFIG_CAN=y CONFIG_CAN_FD_MODE=y CONFIG_TEST_USERSPACE=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/charger/sbs_charger/prj.conf b/tests/drivers/charger/sbs_charger/prj.conf index be0b77722e0c..9703f17c7cbf 100644 --- a/tests/drivers/charger/sbs_charger/prj.conf +++ b/tests/drivers/charger/sbs_charger/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_LOG=y diff --git a/tests/drivers/clock_control/adsp_clock/prj.conf b/tests/drivers/clock_control/adsp_clock/prj.conf index 664faa92589a..903dc40185bc 100644 --- a/tests/drivers/clock_control/adsp_clock/prj.conf +++ b/tests/drivers/clock_control/adsp_clock/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_CLOCK_CONTROL=y diff --git a/tests/drivers/clock_control/clock_control_api/nrf_lfclk_rc.conf b/tests/drivers/clock_control/clock_control_api/nrf_lfclk_rc.conf index 5ac091262bd7..46e88f7b1506 100644 --- a/tests/drivers/clock_control/clock_control_api/nrf_lfclk_rc.conf +++ b/tests/drivers/clock_control/clock_control_api/nrf_lfclk_rc.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION=n diff --git a/tests/drivers/clock_control/clock_control_api/prj.conf b/tests/drivers/clock_control/clock_control_api/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/drivers/clock_control/clock_control_api/prj.conf +++ b/tests/drivers/clock_control/clock_control_api/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/clock_control/fixed_clock/prj.conf b/tests/drivers/clock_control/fixed_clock/prj.conf index b60d57cd8466..bbeba0a33c44 100644 --- a/tests/drivers/clock_control/fixed_clock/prj.conf +++ b/tests/drivers/clock_control/fixed_clock/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_CLOCK_CONTROL=y CONFIG_CLOCK_CONTROL_FIXED_RATE_CLOCK=y diff --git a/tests/drivers/clock_control/nrf_clock_calibration/prj.conf b/tests/drivers/clock_control/nrf_clock_calibration/prj.conf index e885da62fd65..5c7bfc52ad78 100644 --- a/tests/drivers/clock_control/nrf_clock_calibration/prj.conf +++ b/tests/drivers/clock_control/nrf_clock_calibration/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_MAX_SKIP=1 CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_TEMP_DIFF=2 diff --git a/tests/drivers/clock_control/nrf_lf_clock_start/prj.conf b/tests/drivers/clock_control/nrf_lf_clock_start/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/drivers/clock_control/nrf_lf_clock_start/prj.conf +++ b/tests/drivers/clock_control/nrf_lf_clock_start/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/clock_control/nrf_onoff_and_bt/prj.conf b/tests/drivers/clock_control/nrf_onoff_and_bt/prj.conf index 8471c4823669..d25c9c7d100a 100644 --- a/tests/drivers/clock_control/nrf_onoff_and_bt/prj.conf +++ b/tests/drivers/clock_control/nrf_onoff_and_bt/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ENTROPY_GENERATOR=y diff --git a/tests/drivers/clock_control/onoff/prj.conf b/tests/drivers/clock_control/onoff/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/drivers/clock_control/onoff/prj.conf +++ b/tests/drivers/clock_control/onoff/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/prj.conf b/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/prj.conf +++ b/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/prj.conf b/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/prj.conf +++ b/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/clock_control/stm32_clock_configuration/stm32h5_core/prj.conf b/tests/drivers/clock_control/stm32_clock_configuration/stm32h5_core/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/drivers/clock_control/stm32_clock_configuration/stm32h5_core/prj.conf +++ b/tests/drivers/clock_control/stm32_clock_configuration/stm32h5_core/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/prj.conf b/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/prj.conf +++ b/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/prj.conf b/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/prj.conf +++ b/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/prj.conf b/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/prj.conf +++ b/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/prj.conf b/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/prj.conf +++ b/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/clock_control/stm32_clock_configuration/stm32wba_core/prj.conf b/tests/drivers/clock_control/stm32_clock_configuration/stm32wba_core/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/drivers/clock_control/stm32_clock_configuration/stm32wba_core/prj.conf +++ b/tests/drivers/clock_control/stm32_clock_configuration/stm32wba_core/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/coredump/coredump_api/prj.conf b/tests/drivers/coredump/coredump_api/prj.conf index 553087538051..9684306ce682 100644 --- a/tests/drivers/coredump/coredump_api/prj.conf +++ b/tests/drivers/coredump/coredump_api/prj.conf @@ -2,7 +2,6 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_COREDUMP_DEVICE=y diff --git a/tests/drivers/counter/counter_basic_api/prj.conf b/tests/drivers/counter/counter_basic_api/prj.conf index 934b7d4a9de7..cc386ea86239 100644 --- a/tests/drivers/counter/counter_basic_api/prj.conf +++ b/tests/drivers/counter/counter_basic_api/prj.conf @@ -1,6 +1,5 @@ CONFIG_COUNTER=y CONFIG_BT=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_LOG=y diff --git a/tests/drivers/counter/counter_nrf_rtc/fixed_top/prj.conf b/tests/drivers/counter/counter_nrf_rtc/fixed_top/prj.conf index cf88000ca130..e00e8973c78e 100644 --- a/tests/drivers/counter/counter_nrf_rtc/fixed_top/prj.conf +++ b/tests/drivers/counter/counter_nrf_rtc/fixed_top/prj.conf @@ -1,4 +1,3 @@ CONFIG_COUNTER=y CONFIG_BT=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/counter/counter_seconds/prj.conf b/tests/drivers/counter/counter_seconds/prj.conf index ebdc464620ec..e99f557e87c7 100644 --- a/tests/drivers/counter/counter_seconds/prj.conf +++ b/tests/drivers/counter/counter_seconds/prj.conf @@ -1,3 +1,2 @@ CONFIG_COUNTER=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/counter/maxim_ds3231_api/prj.conf b/tests/drivers/counter/maxim_ds3231_api/prj.conf index ca174661fcb0..7efb84aa5585 100644 --- a/tests/drivers/counter/maxim_ds3231_api/prj.conf +++ b/tests/drivers/counter/maxim_ds3231_api/prj.conf @@ -4,6 +4,5 @@ CONFIG_COUNTER_MAXIM_DS3231=y CONFIG_COUNTER_INIT_PRIORITY=65 CONFIG_BT=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_LOG=y diff --git a/tests/drivers/dac/dac_api/prj.conf b/tests/drivers/dac/dac_api/prj.conf index 7e6cabcc12b9..c9ef47c72482 100644 --- a/tests/drivers/dac/dac_api/prj.conf +++ b/tests/drivers/dac/dac_api/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_DAC=y CONFIG_TEST_USERSPACE=y diff --git a/tests/drivers/dac/dac_loopback/prj.conf b/tests/drivers/dac/dac_loopback/prj.conf index a5f652dd2295..4ec36d6e3e01 100644 --- a/tests/drivers/dac/dac_loopback/prj.conf +++ b/tests/drivers/dac/dac_loopback/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_DAC=y CONFIG_ADC=y diff --git a/tests/drivers/disk/disk_access/prj.conf b/tests/drivers/disk/disk_access/prj.conf index 2fa7f3a59f14..0fbfa56642fe 100644 --- a/tests/drivers/disk/disk_access/prj.conf +++ b/tests/drivers/disk/disk_access/prj.conf @@ -1,4 +1,3 @@ CONFIG_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_DISK_ACCESS=y diff --git a/tests/drivers/disk/disk_performance/prj.conf b/tests/drivers/disk/disk_performance/prj.conf index 8973b711ba5d..db25d96059db 100644 --- a/tests/drivers/disk/disk_performance/prj.conf +++ b/tests/drivers/disk/disk_performance/prj.conf @@ -1,6 +1,5 @@ CONFIG_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_DISK_ACCESS=y CONFIG_TIMING_FUNCTIONS=y CONFIG_TEST_RANDOM_GENERATOR=y diff --git a/tests/drivers/dma/chan_blen_transfer/prj.conf b/tests/drivers/dma/chan_blen_transfer/prj.conf index 178b21813f29..605d90989ede 100644 --- a/tests/drivers/dma/chan_blen_transfer/prj.conf +++ b/tests/drivers/dma/chan_blen_transfer/prj.conf @@ -2,4 +2,3 @@ CONFIG_DMA=y CONFIG_ZTEST=y CONFIG_LOG=y CONFIG_DMA_LOG_LEVEL_INF=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/dma/chan_link_transfer/prj.conf b/tests/drivers/dma/chan_link_transfer/prj.conf index 178b21813f29..605d90989ede 100644 --- a/tests/drivers/dma/chan_link_transfer/prj.conf +++ b/tests/drivers/dma/chan_link_transfer/prj.conf @@ -2,4 +2,3 @@ CONFIG_DMA=y CONFIG_ZTEST=y CONFIG_LOG=y CONFIG_DMA_LOG_LEVEL_INF=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/dma/loop_transfer/prj.conf b/tests/drivers/dma/loop_transfer/prj.conf index 809f21a15e73..40e966292771 100644 --- a/tests/drivers/dma/loop_transfer/prj.conf +++ b/tests/drivers/dma/loop_transfer/prj.conf @@ -2,4 +2,3 @@ CONFIG_ZTEST=y CONFIG_DMA=y CONFIG_LOG=y CONFIG_DMA_LOG_LEVEL_INF=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/dma/scatter_gather/prj.conf b/tests/drivers/dma/scatter_gather/prj.conf index 809f21a15e73..40e966292771 100644 --- a/tests/drivers/dma/scatter_gather/prj.conf +++ b/tests/drivers/dma/scatter_gather/prj.conf @@ -2,4 +2,3 @@ CONFIG_ZTEST=y CONFIG_DMA=y CONFIG_LOG=y CONFIG_DMA_LOG_LEVEL_INF=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/eeprom/api/prj.conf b/tests/drivers/eeprom/api/prj.conf index e6a92b035af8..97ba3259588b 100644 --- a/tests/drivers/eeprom/api/prj.conf +++ b/tests/drivers/eeprom/api/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_EEPROM=y diff --git a/tests/drivers/eeprom/shell/prj.conf b/tests/drivers/eeprom/shell/prj.conf index b3aeff1e25a0..82e8a22cf7ba 100644 --- a/tests/drivers/eeprom/shell/prj.conf +++ b/tests/drivers/eeprom/shell/prj.conf @@ -5,4 +5,3 @@ CONFIG_EEPROM=y CONFIG_EEPROM_SHELL=y CONFIG_EEPROM_SHELL_BUFFER_SIZE=8 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/entropy/api/prj.conf b/tests/drivers/entropy/api/prj.conf index aa099f9564fa..a33b10382d4f 100644 --- a/tests/drivers/entropy/api/prj.conf +++ b/tests/drivers/entropy/api/prj.conf @@ -1,3 +1,2 @@ CONFIG_ENTROPY_GENERATOR=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/espi/prj.conf b/tests/drivers/espi/prj.conf index df2c524adf90..cb0a355b1237 100644 --- a/tests/drivers/espi/prj.conf +++ b/tests/drivers/espi/prj.conf @@ -2,7 +2,6 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ESPI=y CONFIG_EMUL=y CONFIG_EMUL_ESPI_HOST=y diff --git a/tests/drivers/ethernet/eth_ivshmem_queue/prj.conf b/tests/drivers/ethernet/eth_ivshmem_queue/prj.conf index ec2681e0763a..c1f98dab82f7 100644 --- a/tests/drivers/ethernet/eth_ivshmem_queue/prj.conf +++ b/tests/drivers/ethernet/eth_ivshmem_queue/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_OPENAMP=y diff --git a/tests/drivers/flash/common/prj.conf b/tests/drivers/flash/common/prj.conf index cb2c08a8bd1b..cffa07b7f265 100644 --- a/tests/drivers/flash/common/prj.conf +++ b/tests/drivers/flash/common/prj.conf @@ -1,5 +1,4 @@ CONFIG_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_FLASH=y CONFIG_MAIN_STACK_SIZE=2048 diff --git a/tests/drivers/flash/stm32/prj.conf b/tests/drivers/flash/stm32/prj.conf index 68d772c1946c..15aa2063b47d 100644 --- a/tests/drivers/flash/stm32/prj.conf +++ b/tests/drivers/flash/stm32/prj.conf @@ -1,6 +1,5 @@ CONFIG_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_FLASH=y CONFIG_FLASH_EX_OP_ENABLED=y diff --git a/tests/drivers/flash_simulator/prj.conf b/tests/drivers/flash_simulator/prj.conf index ecaec58f5c62..c9fb30e0402f 100644 --- a/tests/drivers/flash_simulator/prj.conf +++ b/tests/drivers/flash_simulator/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_FLASH=y CONFIG_FLASH_SIMULATOR=y CONFIG_FLASH_SIMULATOR_DOUBLE_WRITES=n diff --git a/tests/drivers/fuel_gauge/bq27z746/prj.conf b/tests/drivers/fuel_gauge/bq27z746/prj.conf index 23ceb0b3cdd5..ce11abb435a4 100644 --- a/tests/drivers/fuel_gauge/bq27z746/prj.conf +++ b/tests/drivers/fuel_gauge/bq27z746/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_I2C=y CONFIG_TEST_USERSPACE=y CONFIG_LOG=y diff --git a/tests/drivers/fuel_gauge/max17048/prj.conf b/tests/drivers/fuel_gauge/max17048/prj.conf index 23ceb0b3cdd5..ce11abb435a4 100644 --- a/tests/drivers/fuel_gauge/max17048/prj.conf +++ b/tests/drivers/fuel_gauge/max17048/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_I2C=y CONFIG_TEST_USERSPACE=y CONFIG_LOG=y diff --git a/tests/drivers/fuel_gauge/sbs_gauge/prj.conf b/tests/drivers/fuel_gauge/sbs_gauge/prj.conf index 23ceb0b3cdd5..ce11abb435a4 100644 --- a/tests/drivers/fuel_gauge/sbs_gauge/prj.conf +++ b/tests/drivers/fuel_gauge/sbs_gauge/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_I2C=y CONFIG_TEST_USERSPACE=y CONFIG_LOG=y diff --git a/tests/drivers/gpio/gpio_api_1pin/prj.conf b/tests/drivers/gpio/gpio_api_1pin/prj.conf index 962df8f1d509..0e799280f514 100644 --- a/tests/drivers/gpio/gpio_api_1pin/prj.conf +++ b/tests/drivers/gpio/gpio_api_1pin/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_GPIO=y diff --git a/tests/drivers/gpio/gpio_basic_api/prj.conf b/tests/drivers/gpio/gpio_basic_api/prj.conf index 41559c7df1f9..b5511690df7d 100644 --- a/tests/drivers/gpio/gpio_basic_api/prj.conf +++ b/tests/drivers/gpio/gpio_basic_api/prj.conf @@ -1,7 +1,6 @@ CONFIG_GPIO=y CONFIG_GPIO_GET_CONFIG=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y #CONFIG_TEST_USERSPACE=y diff --git a/tests/drivers/gpio/gpio_enable_disable_interrupt/prj.conf b/tests/drivers/gpio/gpio_enable_disable_interrupt/prj.conf index 26e3362e6450..510d8b6359c2 100644 --- a/tests/drivers/gpio/gpio_enable_disable_interrupt/prj.conf +++ b/tests/drivers/gpio/gpio_enable_disable_interrupt/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_GPIO=y CONFIG_GPIO_ENABLE_DISABLE_INTERRUPT=y diff --git a/tests/drivers/gpio/gpio_get_direction/prj.conf b/tests/drivers/gpio/gpio_get_direction/prj.conf index 3d3a27cb8556..11186aeb7fb4 100644 --- a/tests/drivers/gpio/gpio_get_direction/prj.conf +++ b/tests/drivers/gpio/gpio_get_direction/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_GPIO=y CONFIG_GPIO_GET_DIRECTION=y diff --git a/tests/drivers/gpio/gpio_hogs/prj.conf b/tests/drivers/gpio/gpio_hogs/prj.conf index 7361f2b9ee86..4bb163987afa 100644 --- a/tests/drivers/gpio/gpio_hogs/prj.conf +++ b/tests/drivers/gpio/gpio_hogs/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_GPIO=y CONFIG_GPIO_GET_DIRECTION=y CONFIG_GPIO_GET_CONFIG=y diff --git a/tests/drivers/gpio/gpio_reserved_ranges/prj.conf b/tests/drivers/gpio/gpio_reserved_ranges/prj.conf index 66f87b668e84..caec3b5f874e 100644 --- a/tests/drivers/gpio/gpio_reserved_ranges/prj.conf +++ b/tests/drivers/gpio/gpio_reserved_ranges/prj.conf @@ -1,4 +1,3 @@ CONFIG_GPIO=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y #CONFIG_TEST_USERSPACE=y diff --git a/tests/drivers/hwinfo/api/prj.conf b/tests/drivers/hwinfo/api/prj.conf index b00bb9bf4250..616a826fabba 100644 --- a/tests/drivers/hwinfo/api/prj.conf +++ b/tests/drivers/hwinfo/api/prj.conf @@ -1,3 +1,2 @@ CONFIG_HWINFO=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/i2c/i2c_api/prj.conf b/tests/drivers/i2c/i2c_api/prj.conf index 7e3f6b388047..4b19609ecfbd 100644 --- a/tests/drivers/i2c/i2c_api/prj.conf +++ b/tests/drivers/i2c/i2c_api/prj.conf @@ -1,3 +1,2 @@ CONFIG_I2C=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/i2c/i2c_target_api/prj.conf b/tests/drivers/i2c/i2c_target_api/prj.conf index 9fe909e2e723..b79f33ce0a92 100644 --- a/tests/drivers/i2c/i2c_target_api/prj.conf +++ b/tests/drivers/i2c/i2c_target_api/prj.conf @@ -2,7 +2,6 @@ CONFIG_LOG=y CONFIG_I2C_LOG_LEVEL_INF=y CONFIG_BOOT_BANNER=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_I2C=y CONFIG_I2C_TARGET=y CONFIG_I2C_EEPROM_TARGET=y diff --git a/tests/drivers/i2c/i2c_tca954x/prj.conf b/tests/drivers/i2c/i2c_tca954x/prj.conf index fc01984ad47e..0066bf2a93c1 100644 --- a/tests/drivers/i2c/i2c_tca954x/prj.conf +++ b/tests/drivers/i2c/i2c_tca954x/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_I2C=y CONFIG_I2C_TCA954X_ROOT_INIT_PRIO=61 CONFIG_I2C_TCA954X_CHANNEL_INIT_PRIO=62 diff --git a/tests/drivers/i2s/i2s_api/prj.conf b/tests/drivers/i2s/i2s_api/prj.conf index d225c836f566..7c088b1ffe46 100644 --- a/tests/drivers/i2s/i2s_api/prj.conf +++ b/tests/drivers/i2s/i2s_api/prj.conf @@ -1,4 +1,3 @@ CONFIG_I2S=y CONFIG_ZTEST=y CONFIG_TEST_USERSPACE=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/i2s/i2s_speed/prj.conf b/tests/drivers/i2s/i2s_speed/prj.conf index 018e9027158c..99ff252406a1 100644 --- a/tests/drivers/i2s/i2s_speed/prj.conf +++ b/tests/drivers/i2s/i2s_speed/prj.conf @@ -1,3 +1,2 @@ CONFIG_I2S=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/input/gpio_keys/prj.conf b/tests/drivers/input/gpio_keys/prj.conf index 0da3a38cadff..5cd6cb6ceb3d 100644 --- a/tests/drivers/input/gpio_keys/prj.conf +++ b/tests/drivers/input/gpio_keys/prj.conf @@ -1,7 +1,6 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_GPIO=y CONFIG_INPUT=y CONFIG_INPUT_MODE_SYNCHRONOUS=y diff --git a/tests/drivers/kscan/kscan_api/mec15xxevb_assy6853.conf b/tests/drivers/kscan/kscan_api/mec15xxevb_assy6853.conf index c72a6a752594..ded66973827c 100644 --- a/tests/drivers/kscan/kscan_api/mec15xxevb_assy6853.conf +++ b/tests/drivers/kscan/kscan_api/mec15xxevb_assy6853.conf @@ -1,3 +1,2 @@ CONFIG_KSCAN=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/kscan/kscan_api/prj.conf b/tests/drivers/kscan/kscan_api/prj.conf index b6f267a89077..f291b8d5b757 100644 --- a/tests/drivers/kscan/kscan_api/prj.conf +++ b/tests/drivers/kscan/kscan_api/prj.conf @@ -1,4 +1,3 @@ CONFIG_KSCAN=y CONFIG_TEST_USERSPACE=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/kscan/kscan_input/prj.conf b/tests/drivers/kscan/kscan_input/prj.conf index 965fbe4cb78e..791041731192 100644 --- a/tests/drivers/kscan/kscan_input/prj.conf +++ b/tests/drivers/kscan/kscan_input/prj.conf @@ -1,7 +1,6 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_KSCAN=y CONFIG_INPUT=y CONFIG_INPUT_MODE_SYNCHRONOUS=y diff --git a/tests/drivers/led/led_api/prj.conf b/tests/drivers/led/led_api/prj.conf index e50218a7c388..acfa3b1fa62a 100644 --- a/tests/drivers/led/led_api/prj.conf +++ b/tests/drivers/led/led_api/prj.conf @@ -1,5 +1,4 @@ CONFIG_LED=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_LOG=y diff --git a/tests/drivers/memc/ram/prj.conf b/tests/drivers/memc/ram/prj.conf index f4133ef834e5..4aba052c6b42 100644 --- a/tests/drivers/memc/ram/prj.conf +++ b/tests/drivers/memc/ram/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y CONFIG_MEMC=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/mipi_dsi/api/prj.conf b/tests/drivers/mipi_dsi/api/prj.conf index 2d62518bcaf9..f27ed3f141bb 100644 --- a/tests/drivers/mipi_dsi/api/prj.conf +++ b/tests/drivers/mipi_dsi/api/prj.conf @@ -1,4 +1,3 @@ CONFIG_DISPLAY=y CONFIG_TEST_USERSPACE=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/mm/sys_mm_drv_api/prj.conf b/tests/drivers/mm/sys_mm_drv_api/prj.conf index 7ccdfd1ddf20..06a1545dad75 100644 --- a/tests/drivers/mm/sys_mm_drv_api/prj.conf +++ b/tests/drivers/mm/sys_mm_drv_api/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MM_DRV=y diff --git a/tests/drivers/mm/sys_mm_drv_bank/prj.conf b/tests/drivers/mm/sys_mm_drv_bank/prj.conf index 7ccdfd1ddf20..06a1545dad75 100644 --- a/tests/drivers/mm/sys_mm_drv_bank/prj.conf +++ b/tests/drivers/mm/sys_mm_drv_bank/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MM_DRV=y diff --git a/tests/drivers/pinctrl/api/prj.conf b/tests/drivers/pinctrl/api/prj.conf index 2068a8582f2e..e2f20b2b8294 100644 --- a/tests/drivers/pinctrl/api/prj.conf +++ b/tests/drivers/pinctrl/api/prj.conf @@ -2,6 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_PINCTRL=y CONFIG_PINCTRL_DYNAMIC=y diff --git a/tests/drivers/pinctrl/gd32/prj.conf b/tests/drivers/pinctrl/gd32/prj.conf index 7bd26f0e73ab..bb844ad2efa1 100644 --- a/tests/drivers/pinctrl/gd32/prj.conf +++ b/tests/drivers/pinctrl/gd32/prj.conf @@ -2,5 +2,4 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_PINCTRL_TEST_NON_STATIC=y diff --git a/tests/drivers/pinctrl/nrf/prj.conf b/tests/drivers/pinctrl/nrf/prj.conf index 217560e63089..5e341d7d3873 100644 --- a/tests/drivers/pinctrl/nrf/prj.conf +++ b/tests/drivers/pinctrl/nrf/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_PINCTRL_TEST_NON_STATIC=y diff --git a/tests/drivers/pwm/pwm_api/prj.conf b/tests/drivers/pwm/pwm_api/prj.conf index 7375a2bd0b43..21d92de3cb47 100644 --- a/tests/drivers/pwm/pwm_api/prj.conf +++ b/tests/drivers/pwm/pwm_api/prj.conf @@ -1,4 +1,3 @@ CONFIG_PWM=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y diff --git a/tests/drivers/pwm/pwm_loopback/prj.conf b/tests/drivers/pwm/pwm_loopback/prj.conf index 3d01d55ecb81..73f7ae3cd455 100644 --- a/tests/drivers/pwm/pwm_loopback/prj.conf +++ b/tests/drivers/pwm/pwm_loopback/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_PWM=y diff --git a/tests/drivers/regulator/api/prj.conf b/tests/drivers/regulator/api/prj.conf index cff67c610cd7..27ddee1caa18 100644 --- a/tests/drivers/regulator/api/prj.conf +++ b/tests/drivers/regulator/api/prj.conf @@ -2,5 +2,4 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_REGULATOR=y diff --git a/tests/drivers/regulator/fixed/prj.conf b/tests/drivers/regulator/fixed/prj.conf index b127d7b5fac6..1f835c10be68 100644 --- a/tests/drivers/regulator/fixed/prj.conf +++ b/tests/drivers/regulator/fixed/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_GPIO=y CONFIG_REGULATOR=y diff --git a/tests/drivers/regulator/voltage/prj.conf b/tests/drivers/regulator/voltage/prj.conf index b4cfccb82b37..2a0ced2728d6 100644 --- a/tests/drivers/regulator/voltage/prj.conf +++ b/tests/drivers/regulator/voltage/prj.conf @@ -2,6 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ADC=y CONFIG_REGULATOR=y diff --git a/tests/drivers/retained_mem/api/prj.conf b/tests/drivers/retained_mem/api/prj.conf index bc2d8751acb3..dced67bae05d 100644 --- a/tests/drivers/retained_mem/api/prj.conf +++ b/tests/drivers/retained_mem/api/prj.conf @@ -1,3 +1,2 @@ CONFIG_RETAINED_MEM=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/rtc/rtc_api/prj.conf b/tests/drivers/rtc/rtc_api/prj.conf index 2d8e4c373a83..f03c21df9129 100644 --- a/tests/drivers/rtc/rtc_api/prj.conf +++ b/tests/drivers/rtc/rtc_api/prj.conf @@ -3,4 +3,3 @@ CONFIG_RTC=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/rtc/rtc_api_helpers/prj.conf b/tests/drivers/rtc/rtc_api_helpers/prj.conf index 2d8e4c373a83..f03c21df9129 100644 --- a/tests/drivers/rtc/rtc_api_helpers/prj.conf +++ b/tests/drivers/rtc/rtc_api_helpers/prj.conf @@ -3,4 +3,3 @@ CONFIG_RTC=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/rtc/shell/prj.conf b/tests/drivers/rtc/shell/prj.conf index 095af0ea29d6..3629fad7e724 100644 --- a/tests/drivers/rtc/shell/prj.conf +++ b/tests/drivers/rtc/shell/prj.conf @@ -4,5 +4,4 @@ CONFIG_SHELL_BACKEND_DUMMY=y CONFIG_RTC=y CONFIG_RTC_SHELL=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=1536 diff --git a/tests/drivers/sdhc/prj.conf b/tests/drivers/sdhc/prj.conf index 794d5e61d32f..3dd36a8597ac 100644 --- a/tests/drivers/sdhc/prj.conf +++ b/tests/drivers/sdhc/prj.conf @@ -1,4 +1,3 @@ CONFIG_TEST=y CONFIG_ZTEST=y CONFIG_SDHC=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/sensor/accel/prj.conf b/tests/drivers/sensor/accel/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/drivers/sensor/accel/prj.conf +++ b/tests/drivers/sensor/accel/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/sensor/akm09918c/prj.conf b/tests/drivers/sensor/akm09918c/prj.conf index 640be4b7c720..aa2dcfc0b9bc 100644 --- a/tests/drivers/sensor/akm09918c/prj.conf +++ b/tests/drivers/sensor/akm09918c/prj.conf @@ -2,7 +2,6 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y # Set log levels CONFIG_I2C_LOG_LEVEL_WRN=y diff --git a/tests/drivers/sensor/generic/prj.conf b/tests/drivers/sensor/generic/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/drivers/sensor/generic/prj.conf +++ b/tests/drivers/sensor/generic/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/sensor/generic/prj_fpu.conf b/tests/drivers/sensor/generic/prj_fpu.conf index 9aa1950dbdbe..b93a5675d97c 100644 --- a/tests/drivers/sensor/generic/prj_fpu.conf +++ b/tests/drivers/sensor/generic/prj_fpu.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_FPU=y diff --git a/tests/drivers/sensor/icm42688/prj.conf b/tests/drivers/sensor/icm42688/prj.conf index 39b8b60e4621..61addc375907 100644 --- a/tests/drivers/sensor/icm42688/prj.conf +++ b/tests/drivers/sensor/icm42688/prj.conf @@ -2,7 +2,6 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y # Enable GPIO CONFIG_GPIO=y diff --git a/tests/drivers/sensor/ina230/prj.conf b/tests/drivers/sensor/ina230/prj.conf index b3d184bfa787..6ad5ef41b568 100644 --- a/tests/drivers/sensor/ina230/prj.conf +++ b/tests/drivers/sensor/ina230/prj.conf @@ -2,7 +2,6 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SENSOR=y CONFIG_EMUL=y diff --git a/tests/drivers/sensor/ina237/prj.conf b/tests/drivers/sensor/ina237/prj.conf index 3c7471b31b9c..4e594c68f663 100644 --- a/tests/drivers/sensor/ina237/prj.conf +++ b/tests/drivers/sensor/ina237/prj.conf @@ -2,7 +2,6 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SENSOR=y CONFIG_EMUL=y diff --git a/tests/drivers/sensor/sbs_gauge/prj.conf b/tests/drivers/sensor/sbs_gauge/prj.conf index 58b778780afa..7185ba608b40 100644 --- a/tests/drivers/sensor/sbs_gauge/prj.conf +++ b/tests/drivers/sensor/sbs_gauge/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SENSOR=y CONFIG_I2C=y CONFIG_TEST_USERSPACE=y diff --git a/tests/drivers/smbus/smbus_api/prj.conf b/tests/drivers/smbus/smbus_api/prj.conf index 5dc81c75693a..92a1cb2ef955 100644 --- a/tests/drivers/smbus/smbus_api/prj.conf +++ b/tests/drivers/smbus/smbus_api/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SMBUS=y CONFIG_SMBUS_INTEL_PCH=y diff --git a/tests/drivers/smbus/smbus_emul/prj.conf b/tests/drivers/smbus/smbus_emul/prj.conf index 9dd20e849040..996a530cd41b 100644 --- a/tests/drivers/smbus/smbus_emul/prj.conf +++ b/tests/drivers/smbus/smbus_emul/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y CONFIG_LOG=y -CONFIG_ZTEST_NEW_API=y CONFIG_ENTROPY_GENERATOR=y diff --git a/tests/drivers/spi/dt_spec/prj.conf b/tests/drivers/spi/dt_spec/prj.conf index 34d372396ca4..e86373a99301 100644 --- a/tests/drivers/spi/dt_spec/prj.conf +++ b/tests/drivers/spi/dt_spec/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SPI=y CONFIG_GPIO=y diff --git a/tests/drivers/spi/spi_loopback/prj.conf b/tests/drivers/spi/spi_loopback/prj.conf index 2f981c600ec2..f0e641f76234 100644 --- a/tests/drivers/spi/spi_loopback/prj.conf +++ b/tests/drivers/spi/spi_loopback/prj.conf @@ -4,4 +4,3 @@ CONFIG_SPI=y CONFIG_SPI_ASYNC=y CONFIG_SPI_LOG_LEVEL_INF=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/drivers/syscon/prj.conf b/tests/drivers/syscon/prj.conf index 7dabbfb75d94..9970e77ce57b 100644 --- a/tests/drivers/syscon/prj.conf +++ b/tests/drivers/syscon/prj.conf @@ -2,7 +2,6 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SYSCON=y CONFIG_MMU=y CONFIG_HAVE_CUSTOM_LINKER_SCRIPT=y diff --git a/tests/drivers/timer/nrf_rtc_timer/prj.conf b/tests/drivers/timer/nrf_rtc_timer/prj.conf index d0b55e455c79..84caa9eb85b9 100644 --- a/tests/drivers/timer/nrf_rtc_timer/prj.conf +++ b/tests/drivers/timer/nrf_rtc_timer/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT=2 CONFIG_SYS_CLOCK_TICKS_PER_SEC=32768 diff --git a/tests/drivers/uart/uart_async_api/prj.conf b/tests/drivers/uart/uart_async_api/prj.conf index 630e06c9306d..ef0d6054812d 100644 --- a/tests/drivers/uart/uart_async_api/prj.conf +++ b/tests/drivers/uart/uart_async_api/prj.conf @@ -1,5 +1,4 @@ CONFIG_SERIAL=y CONFIG_UART_ASYNC_API=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y diff --git a/tests/drivers/uart/uart_basic_api/prj.conf b/tests/drivers/uart/uart_basic_api/prj.conf index 56d8fda633b4..d12c995df094 100644 --- a/tests/drivers/uart/uart_basic_api/prj.conf +++ b/tests/drivers/uart/uart_basic_api/prj.conf @@ -1,5 +1,4 @@ CONFIG_SERIAL=y -CONFIG_ZTEST_NEW_API=y CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_ZTEST=y CONFIG_NATIVE_UART_0_ON_STDINOUT=y diff --git a/tests/drivers/uart/uart_basic_api/prj_poll.conf b/tests/drivers/uart/uart_basic_api/prj_poll.conf index 2840968fd409..772072f1c4d3 100644 --- a/tests/drivers/uart/uart_basic_api/prj_poll.conf +++ b/tests/drivers/uart/uart_basic_api/prj_poll.conf @@ -1,4 +1,3 @@ CONFIG_SERIAL=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NATIVE_UART_0_ON_STDINOUT=y diff --git a/tests/drivers/uart/uart_basic_api/prj_shell.conf b/tests/drivers/uart/uart_basic_api/prj_shell.conf index a1bcae5b67e0..6ecbf8931a49 100644 --- a/tests/drivers/uart/uart_basic_api/prj_shell.conf +++ b/tests/drivers/uart/uart_basic_api/prj_shell.conf @@ -1,7 +1,6 @@ CONFIG_SERIAL=y CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SHELL_CMD_BUFF_SIZE=90 CONFIG_SHELL=y CONFIG_NATIVE_UART_0_ON_STDINOUT=y diff --git a/tests/drivers/uart/uart_emul/prj.conf b/tests/drivers/uart/uart_emul/prj.conf index 99676d377b45..79043ef148ec 100644 --- a/tests/drivers/uart/uart_emul/prj.conf +++ b/tests/drivers/uart/uart_emul/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SERIAL=y diff --git a/tests/drivers/uart/uart_mix_fifo_poll/prj.conf b/tests/drivers/uart/uart_mix_fifo_poll/prj.conf index ec19f1d90b5f..fa22b3a47b89 100644 --- a/tests/drivers/uart/uart_mix_fifo_poll/prj.conf +++ b/tests/drivers/uart/uart_mix_fifo_poll/prj.conf @@ -1,6 +1,5 @@ CONFIG_SERIAL=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_ZTEST_THREAD_PRIORITY=5 CONFIG_MAIN_STACK_SIZE=2048 diff --git a/tests/drivers/uart/uart_pm/prj.conf b/tests/drivers/uart/uart_pm/prj.conf index fbd77228aa24..81baa4cf5521 100644 --- a/tests/drivers/uart/uart_pm/prj.conf +++ b/tests/drivers/uart/uart_pm/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SERIAL=y CONFIG_NATIVE_UART_0_ON_STDINOUT=y CONFIG_PM=y diff --git a/tests/drivers/udc/prj.conf b/tests/drivers/udc/prj.conf index 8d4e846b1815..e57264e1a24d 100644 --- a/tests/drivers/udc/prj.conf +++ b/tests/drivers/udc/prj.conf @@ -3,7 +3,6 @@ CONFIG_LOG=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_UDC_DRIVER=y CONFIG_UDC_BUF_COUNT=32 diff --git a/tests/drivers/virtualization/ivshmem/plain/prj.conf b/tests/drivers/virtualization/ivshmem/plain/prj.conf index 208db061ed30..f3553216f5f4 100644 --- a/tests/drivers/virtualization/ivshmem/plain/prj.conf +++ b/tests/drivers/virtualization/ivshmem/plain/prj.conf @@ -2,7 +2,6 @@ CONFIG_STACK_CANARIES=n CONFIG_INIT_STACKS=y CONFIG_TEST_USERSPACE=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_PCIE=y diff --git a/tests/drivers/w1/w1_api/prj.conf b/tests/drivers/w1/w1_api/prj.conf index d1c628b0bc76..44a7057de64c 100644 --- a/tests/drivers/w1/w1_api/prj.conf +++ b/tests/drivers/w1/w1_api/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_W1=y CONFIG_TEST_USERSPACE=y diff --git a/tests/drivers/watchdog/wdt_basic_api/prj.conf b/tests/drivers/watchdog/wdt_basic_api/prj.conf index 4954b4358b0e..fe10038e334f 100644 --- a/tests/drivers/watchdog/wdt_basic_api/prj.conf +++ b/tests/drivers/watchdog/wdt_basic_api/prj.conf @@ -1,5 +1,4 @@ CONFIG_WATCHDOG=y CONFIG_WDT_DISABLE_AT_BOOT=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BOOT_BANNER=n diff --git a/tests/drivers/watchdog/wdt_basic_reset_none/prj.conf b/tests/drivers/watchdog/wdt_basic_reset_none/prj.conf index d48447048787..df54d156dc7c 100644 --- a/tests/drivers/watchdog/wdt_basic_reset_none/prj.conf +++ b/tests/drivers/watchdog/wdt_basic_reset_none/prj.conf @@ -2,5 +2,4 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_WATCHDOG=y diff --git a/tests/kernel/cache/prj.conf b/tests/kernel/cache/prj.conf index 3971afe4e555..e39776e7067a 100644 --- a/tests/kernel/cache/prj.conf +++ b/tests/kernel/cache/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y diff --git a/tests/kernel/common/prj.conf b/tests/kernel/common/prj.conf index a31c69617859..eb2a4d4ccd8c 100644 --- a/tests/kernel/common/prj.conf +++ b/tests/kernel/common/prj.conf @@ -6,4 +6,3 @@ CONFIG_BOOT_DELAY=500 CONFIG_IRQ_OFFLOAD=y CONFIG_TEST_USERSPACE=y CONFIG_BOUNDS_CHECK_BYPASS_MITIGATION=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/condvar/condvar_api/prj.conf b/tests/kernel/condvar/condvar_api/prj.conf index 3fe44daafe58..13ae16f54008 100644 --- a/tests/kernel/condvar/condvar_api/prj.conf +++ b/tests/kernel/condvar/condvar_api/prj.conf @@ -3,4 +3,3 @@ CONFIG_IRQ_OFFLOAD=y CONFIG_TEST_USERSPACE=y CONFIG_ZTEST_FATAL_HOOK=y CONFIG_MP_MAX_NUM_CPUS=1 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/context/prj.conf b/tests/kernel/context/prj.conf index 1a2e48f4d805..b138c1a230f2 100644 --- a/tests/kernel/context/prj.conf +++ b/tests/kernel/context/prj.conf @@ -4,4 +4,3 @@ CONFIG_ZTEST=y #CONFIG_ZTEST_STACK_SIZE=2048 #CONFIG_IDLE_STACK_SIZE=512 CONFIG_MP_MAX_NUM_CPUS=1 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/device/prj.conf b/tests/kernel/device/prj.conf index bf4d69ece208..4818bf0f5f9c 100644 --- a/tests/kernel/device/prj.conf +++ b/tests/kernel/device/prj.conf @@ -2,4 +2,3 @@ CONFIG_ZTEST=y CONFIG_TEST_USERSPACE=y CONFIG_PM_DEVICE=y CONFIG_PM_DEVICE_RUNTIME=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/early_sleep/prj.conf b/tests/kernel/early_sleep/prj.conf index a4371f75a4db..dc48ba72008c 100644 --- a/tests/kernel/early_sleep/prj.conf +++ b/tests/kernel/early_sleep/prj.conf @@ -1,4 +1,3 @@ CONFIG_IRQ_OFFLOAD=y CONFIG_ZTEST=y CONFIG_MP_MAX_NUM_CPUS=1 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/events/event_api/prj.conf b/tests/kernel/events/event_api/prj.conf index 57c597956a48..43f8d28ad1e6 100644 --- a/tests/kernel/events/event_api/prj.conf +++ b/tests/kernel/events/event_api/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y CONFIG_IRQ_OFFLOAD=y CONFIG_EVENTS=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/events/sys_event/prj.conf b/tests/kernel/events/sys_event/prj.conf index 1e2b887abac1..12449507de4d 100644 --- a/tests/kernel/events/sys_event/prj.conf +++ b/tests/kernel/events/sys_event/prj.conf @@ -2,4 +2,3 @@ CONFIG_ZTEST=y CONFIG_TEST_USERSPACE=y CONFIG_ZTEST_FATAL_HOOK=y CONFIG_EVENTS=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/fatal/exception/prj.conf b/tests/kernel/fatal/exception/prj.conf index 348bab96d49b..b06bc82f5966 100644 --- a/tests/kernel/fatal/exception/prj.conf +++ b/tests/kernel/fatal/exception/prj.conf @@ -3,4 +3,3 @@ CONFIG_COVERAGE=n CONFIG_TEST_USERSPACE=y CONFIG_APPLICATION_DEFINED_SYSCALL=y CONFIG_MP_MAX_NUM_CPUS=1 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/fatal/exception/prj_arm_fpu_sharing.conf b/tests/kernel/fatal/exception/prj_arm_fpu_sharing.conf index caaba597a6ec..b06edc0788be 100644 --- a/tests/kernel/fatal/exception/prj_arm_fpu_sharing.conf +++ b/tests/kernel/fatal/exception/prj_arm_fpu_sharing.conf @@ -5,4 +5,3 @@ CONFIG_ZTEST=y CONFIG_COVERAGE=n CONFIG_TEST_USERSPACE=y CONFIG_APPLICATION_DEFINED_SYSCALL=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/fatal/exception/prj_armv8m_mpu_stack_guard.conf b/tests/kernel/fatal/exception/prj_armv8m_mpu_stack_guard.conf index 167d9c3a144e..c8b61ce52f6b 100644 --- a/tests/kernel/fatal/exception/prj_armv8m_mpu_stack_guard.conf +++ b/tests/kernel/fatal/exception/prj_armv8m_mpu_stack_guard.conf @@ -4,4 +4,3 @@ CONFIG_TEST_USERSPACE=y CONFIG_APPLICATION_DEFINED_SYSCALL=y CONFIG_BUILTIN_STACK_GUARD=n CONFIG_MPU_STACK_GUARD=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/fatal/exception/protection_no_userspace.conf b/tests/kernel/fatal/exception/protection_no_userspace.conf index 6d333fb999cd..ef423fc99dab 100644 --- a/tests/kernel/fatal/exception/protection_no_userspace.conf +++ b/tests/kernel/fatal/exception/protection_no_userspace.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y CONFIG_COVERAGE=n CONFIG_TEST_USERSPACE=n -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/fatal/exception/sentinel.conf b/tests/kernel/fatal/exception/sentinel.conf index a875554f246a..b4750a403c40 100644 --- a/tests/kernel/fatal/exception/sentinel.conf +++ b/tests/kernel/fatal/exception/sentinel.conf @@ -5,4 +5,3 @@ CONFIG_HW_STACK_PROTECTION=n CONFIG_ZTEST=y CONFIG_COVERAGE=n CONFIG_MP_MAX_NUM_CPUS=1 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/fatal/no-multithreading/prj.conf b/tests/kernel/fatal/no-multithreading/prj.conf index d981eb1d25e4..b9f5efeec956 100644 --- a/tests/kernel/fatal/no-multithreading/prj.conf +++ b/tests/kernel/fatal/no-multithreading/prj.conf @@ -2,4 +2,3 @@ CONFIG_ZTEST=y CONFIG_COVERAGE=n CONFIG_TEST_USERSPACE=n CONFIG_MULTITHREADING=n -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/fifo/fifo_api/prj.conf b/tests/kernel/fifo/fifo_api/prj.conf index 1d97b0e7c434..9a75212e89d0 100644 --- a/tests/kernel/fifo/fifo_api/prj.conf +++ b/tests/kernel/fifo/fifo_api/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y CONFIG_IRQ_OFFLOAD=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/fifo/fifo_timeout/prj.conf b/tests/kernel/fifo/fifo_timeout/prj.conf index b45f6f7c6f49..4fb51ffd8578 100644 --- a/tests/kernel/fifo/fifo_timeout/prj.conf +++ b/tests/kernel/fifo/fifo_timeout/prj.conf @@ -3,4 +3,3 @@ CONFIG_IRQ_OFFLOAD=y CONFIG_MP_MAX_NUM_CPUS=1 CONFIG_TIMESLICING=n CONFIG_ASSERT_VERBOSE=n -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/fifo/fifo_usage/prj.conf b/tests/kernel/fifo/fifo_usage/prj.conf index a5cc7194765e..dfb5d99e39bb 100644 --- a/tests/kernel/fifo/fifo_usage/prj.conf +++ b/tests/kernel/fifo/fifo_usage/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y CONFIG_IRQ_OFFLOAD=y CONFIG_MP_MAX_NUM_CPUS=1 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/fpu_sharing/float_disable/prj.conf b/tests/kernel/fpu_sharing/float_disable/prj.conf index fea7fb1f8980..10a56920dcd2 100644 --- a/tests/kernel/fpu_sharing/float_disable/prj.conf +++ b/tests/kernel/fpu_sharing/float_disable/prj.conf @@ -5,4 +5,3 @@ CONFIG_FPU_SHARING=y CONFIG_CBPRINTF_NANO=y CONFIG_MAIN_STACK_SIZE=1024 CONFIG_MP_MAX_NUM_CPUS=1 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/fpu_sharing/float_disable/prj_x86.conf b/tests/kernel/fpu_sharing/float_disable/prj_x86.conf index 7bc3bc35aedb..ed987a5581e5 100644 --- a/tests/kernel/fpu_sharing/float_disable/prj_x86.conf +++ b/tests/kernel/fpu_sharing/float_disable/prj_x86.conf @@ -3,4 +3,3 @@ CONFIG_TEST_USERSPACE=y CONFIG_FPU=y CONFIG_FPU_SHARING=y CONFIG_X86_SSE=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/fpu_sharing/generic/prj.conf b/tests/kernel/fpu_sharing/generic/prj.conf index b655c5fef0f0..1d88a6850a5a 100644 --- a/tests/kernel/fpu_sharing/generic/prj.conf +++ b/tests/kernel/fpu_sharing/generic/prj.conf @@ -4,5 +4,4 @@ CONFIG_FPU_SHARING=y CONFIG_STDOUT_CONSOLE=y CONFIG_CBPRINTF_FP_SUPPORT=y CONFIG_MAIN_STACK_SIZE=2048 -CONFIG_ZTEST_NEW_API=y CONFIG_MP_MAX_NUM_CPUS=1 diff --git a/tests/kernel/fpu_sharing/generic/prj_x86.conf b/tests/kernel/fpu_sharing/generic/prj_x86.conf index f0e2d45ae8c5..20c8ab246690 100644 --- a/tests/kernel/fpu_sharing/generic/prj_x86.conf +++ b/tests/kernel/fpu_sharing/generic/prj_x86.conf @@ -3,4 +3,3 @@ CONFIG_FPU=y CONFIG_X86_SSE=y CONFIG_FPU_SHARING=y CONFIG_STDOUT_CONSOLE=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/gen_isr_table/prj.conf b/tests/kernel/gen_isr_table/prj.conf index 02a10f050878..a3f0a41c8d24 100644 --- a/tests/kernel/gen_isr_table/prj.conf +++ b/tests/kernel/gen_isr_table/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y CONFIG_DYNAMIC_INTERRUPTS=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/interrupt/prj.conf b/tests/kernel/interrupt/prj.conf index 538b1511178a..bfddd929c436 100644 --- a/tests/kernel/interrupt/prj.conf +++ b/tests/kernel/interrupt/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_DYNAMIC_INTERRUPTS=y CONFIG_MP_MAX_NUM_CPUS=1 CONFIG_THREAD_STACK_INFO=y diff --git a/tests/kernel/lifo/lifo_api/prj.conf b/tests/kernel/lifo/lifo_api/prj.conf index 1d97b0e7c434..9a75212e89d0 100644 --- a/tests/kernel/lifo/lifo_api/prj.conf +++ b/tests/kernel/lifo/lifo_api/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y CONFIG_IRQ_OFFLOAD=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/lifo/lifo_usage/prj.conf b/tests/kernel/lifo/lifo_usage/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/kernel/lifo/lifo_usage/prj.conf +++ b/tests/kernel/lifo/lifo_usage/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/mbox/mbox_api/prj.conf b/tests/kernel/mbox/mbox_api/prj.conf index eda7ea93a012..bc5762b0edd3 100644 --- a/tests/kernel/mbox/mbox_api/prj.conf +++ b/tests/kernel/mbox/mbox_api/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NUM_MBOX_ASYNC_MSGS=5 CONFIG_MP_MAX_NUM_CPUS=1 diff --git a/tests/kernel/mbox/mbox_usage/prj.conf b/tests/kernel/mbox/mbox_usage/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/kernel/mbox/mbox_usage/prj.conf +++ b/tests/kernel/mbox/mbox_usage/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/mem_heap/k_heap_api/prj.conf b/tests/kernel/mem_heap/k_heap_api/prj.conf index 0e28a8553418..9a75212e89d0 100644 --- a/tests/kernel/mem_heap/k_heap_api/prj.conf +++ b/tests/kernel/mem_heap/k_heap_api/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_IRQ_OFFLOAD=y diff --git a/tests/kernel/mem_heap/mheap_api_concept/prj.conf b/tests/kernel/mem_heap/mheap_api_concept/prj.conf index d5c24a96c5aa..9491650b184d 100644 --- a/tests/kernel/mem_heap/mheap_api_concept/prj.conf +++ b/tests/kernel/mem_heap/mheap_api_concept/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_HEAP_MEM_POOL_SIZE=256 diff --git a/tests/kernel/mem_heap/shared_multi_heap/prj.conf b/tests/kernel/mem_heap/shared_multi_heap/prj.conf index 0da3bf569221..c596cfecac4c 100644 --- a/tests/kernel/mem_heap/shared_multi_heap/prj.conf +++ b/tests/kernel/mem_heap/shared_multi_heap/prj.conf @@ -3,4 +3,3 @@ CONFIG_ZTEST=y CONFIG_SHARED_MULTI_HEAP=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/mem_protect/demand_paging/prj.conf b/tests/kernel/mem_protect/demand_paging/prj.conf index 1efbc867ff05..bbdf63934969 100644 --- a/tests/kernel/mem_protect/demand_paging/prj.conf +++ b/tests/kernel/mem_protect/demand_paging/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_DEMAND_PAGING_STATS=y CONFIG_DEMAND_PAGING_THREAD_STATS=y CONFIG_DEMAND_PAGING_TIMING_HISTOGRAM=y diff --git a/tests/kernel/mem_protect/futex/prj.conf b/tests/kernel/mem_protect/futex/prj.conf index d8e436e42a27..fb220f5594d2 100644 --- a/tests/kernel/mem_protect/futex/prj.conf +++ b/tests/kernel/mem_protect/futex/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_IRQ_OFFLOAD=y CONFIG_TEST_USERSPACE=y CONFIG_MP_MAX_NUM_CPUS=1 diff --git a/tests/kernel/mem_protect/mem_map/prj.conf b/tests/kernel/mem_protect/mem_map/prj.conf index 3971afe4e555..e39776e7067a 100644 --- a/tests/kernel/mem_protect/mem_map/prj.conf +++ b/tests/kernel/mem_protect/mem_map/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y diff --git a/tests/kernel/mem_protect/mem_map/prj_x86_64_coverage_exec.conf b/tests/kernel/mem_protect/mem_map/prj_x86_64_coverage_exec.conf index 0c8168604940..5ec0e877e4ec 100644 --- a/tests/kernel/mem_protect/mem_map/prj_x86_64_coverage_exec.conf +++ b/tests/kernel/mem_protect/mem_map/prj_x86_64_coverage_exec.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y # Enable large memory model to avoid relative addressing # so the execution test can run with the function at diff --git a/tests/kernel/mem_protect/mem_protect/prj.conf b/tests/kernel/mem_protect/mem_protect/prj.conf index 26e3e5c04df6..ffb1d6279ef2 100644 --- a/tests/kernel/mem_protect/mem_protect/prj.conf +++ b/tests/kernel/mem_protect/mem_protect/prj.conf @@ -1,6 +1,5 @@ CONFIG_STACK_CANARIES=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=2048 CONFIG_MAX_THREAD_BYTES=4 CONFIG_TEST_USERSPACE=y diff --git a/tests/kernel/mem_protect/obj_validation/prj.conf b/tests/kernel/mem_protect/obj_validation/prj.conf index 99a7ff95e16b..cb297c820e66 100644 --- a/tests/kernel/mem_protect/obj_validation/prj.conf +++ b/tests/kernel/mem_protect/obj_validation/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_DYNAMIC_OBJECTS=y CONFIG_HEAP_MEM_POOL_SIZE=8192 diff --git a/tests/kernel/mem_protect/protection/prj.conf b/tests/kernel/mem_protect/protection/prj.conf index 00d6c1e6499e..a3b3b01065cf 100644 --- a/tests/kernel/mem_protect/protection/prj.conf +++ b/tests/kernel/mem_protect/protection/prj.conf @@ -1,3 +1,2 @@ CONFIG_HEAP_MEM_POOL_SIZE=256 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/mem_protect/stack_random/prj.conf b/tests/kernel/mem_protect/stack_random/prj.conf index 7bd01029e8af..85d03412f0e0 100644 --- a/tests/kernel/mem_protect/stack_random/prj.conf +++ b/tests/kernel/mem_protect/stack_random/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_STACK_POINTER_RANDOM=64 CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y diff --git a/tests/kernel/mem_protect/stackprot/prj.conf b/tests/kernel/mem_protect/stackprot/prj.conf index 641dc9c6b38b..63875657b1b4 100644 --- a/tests/kernel/mem_protect/stackprot/prj.conf +++ b/tests/kernel/mem_protect/stackprot/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_STACK_CANARIES=y CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y diff --git a/tests/kernel/mem_protect/sys_sem/prj.conf b/tests/kernel/mem_protect/sys_sem/prj.conf index 57b97c472ee4..29f2d64944ed 100644 --- a/tests/kernel/mem_protect/sys_sem/prj.conf +++ b/tests/kernel/mem_protect/sys_sem/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_IRQ_OFFLOAD=y CONFIG_TEST_USERSPACE=y diff --git a/tests/kernel/mem_protect/syscalls/prj.conf b/tests/kernel/mem_protect/syscalls/prj.conf index a8996be31e68..cf42fb16e3fd 100644 --- a/tests/kernel/mem_protect/syscalls/prj.conf +++ b/tests/kernel/mem_protect/syscalls/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_TIMESLICING=y CONFIG_TIMESLICE_SIZE=20 diff --git a/tests/kernel/mem_protect/userspace/prj.conf b/tests/kernel/mem_protect/userspace/prj.conf index 471a4af8f415..c963d1f7f94b 100644 --- a/tests/kernel/mem_protect/userspace/prj.conf +++ b/tests/kernel/mem_protect/userspace/prj.conf @@ -1,6 +1,5 @@ CONFIG_STACK_CANARIES=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_INIT_STACKS=y CONFIG_APPLICATION_DEFINED_SYSCALL=y CONFIG_TEST_USERSPACE=y diff --git a/tests/kernel/mem_slab/mslab/prj.conf b/tests/kernel/mem_slab/mslab/prj.conf index 83b0a6501195..2ed231771b6d 100644 --- a/tests/kernel/mem_slab/mslab/prj.conf +++ b/tests/kernel/mem_slab/mslab/prj.conf @@ -1,5 +1,4 @@ CONFIG_BT=n CONFIG_MAIN_THREAD_PRIORITY=5 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MP_MAX_NUM_CPUS=1 diff --git a/tests/kernel/mem_slab/mslab_api/prj.conf b/tests/kernel/mem_slab/mslab_api/prj.conf index b889211aa642..dfb5d99e39bb 100644 --- a/tests/kernel/mem_slab/mslab_api/prj.conf +++ b/tests/kernel/mem_slab/mslab_api/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_IRQ_OFFLOAD=y CONFIG_MP_MAX_NUM_CPUS=1 diff --git a/tests/kernel/mem_slab/mslab_concept/prj.conf b/tests/kernel/mem_slab/mslab_concept/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/kernel/mem_slab/mslab_concept/prj.conf +++ b/tests/kernel/mem_slab/mslab_concept/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/mem_slab/mslab_stats/prj.conf b/tests/kernel/mem_slab/mslab_stats/prj.conf index 670062ee3874..a5a2801a982f 100644 --- a/tests/kernel/mem_slab/mslab_stats/prj.conf +++ b/tests/kernel/mem_slab/mslab_stats/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MEM_SLAB_TRACE_MAX_UTILIZATION=y CONFIG_MP_MAX_NUM_CPUS=1 diff --git a/tests/kernel/mem_slab/mslab_threadsafe/prj.conf b/tests/kernel/mem_slab/mslab_threadsafe/prj.conf index e546e87d2710..8ef1ecc8faac 100644 --- a/tests/kernel/mem_slab/mslab_threadsafe/prj.conf +++ b/tests/kernel/mem_slab/mslab_threadsafe/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000 # FIXME: restore after #13813 is resolved # 1 millisecond diff --git a/tests/kernel/mp/prj.conf b/tests/kernel/mp/prj.conf index 6c2881737d8e..5b0d7a6bdea1 100644 --- a/tests/kernel/mp/prj.conf +++ b/tests/kernel/mp/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SMP=n diff --git a/tests/kernel/msgq/msgq_api/prj.conf b/tests/kernel/msgq/msgq_api/prj.conf index 57b97c472ee4..29f2d64944ed 100644 --- a/tests/kernel/msgq/msgq_api/prj.conf +++ b/tests/kernel/msgq/msgq_api/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_IRQ_OFFLOAD=y CONFIG_TEST_USERSPACE=y diff --git a/tests/kernel/msgq/msgq_usage/prj.conf b/tests/kernel/msgq/msgq_usage/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/kernel/msgq/msgq_usage/prj.conf +++ b/tests/kernel/msgq/msgq_usage/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/mutex/mutex_api/prj.conf b/tests/kernel/mutex/mutex_api/prj.conf index d8e436e42a27..fb220f5594d2 100644 --- a/tests/kernel/mutex/mutex_api/prj.conf +++ b/tests/kernel/mutex/mutex_api/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_IRQ_OFFLOAD=y CONFIG_TEST_USERSPACE=y CONFIG_MP_MAX_NUM_CPUS=1 diff --git a/tests/kernel/mutex/mutex_error_case/prj.conf b/tests/kernel/mutex/mutex_error_case/prj.conf index e9ab90559cad..d144e826538b 100644 --- a/tests/kernel/mutex/mutex_error_case/prj.conf +++ b/tests/kernel/mutex/mutex_error_case/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_IRQ_OFFLOAD=y CONFIG_TEST_USERSPACE=y CONFIG_MP_MAX_NUM_CPUS=1 diff --git a/tests/kernel/mutex/sys_mutex/prj.conf b/tests/kernel/mutex/sys_mutex/prj.conf index 19669cdffb6e..25081bfa959d 100644 --- a/tests/kernel/mutex/sys_mutex/prj.conf +++ b/tests/kernel/mutex/sys_mutex/prj.conf @@ -1,4 +1,3 @@ CONFIG_MAIN_THREAD_PRIORITY=10 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y diff --git a/tests/kernel/obj_core/obj_core/prj.conf b/tests/kernel/obj_core/obj_core/prj.conf index 59e79100e294..6c006bcb8e97 100644 --- a/tests/kernel/obj_core/obj_core/prj.conf +++ b/tests/kernel/obj_core/obj_core/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_OBJ_CORE=y CONFIG_EVENTS=y CONFIG_PIPES=y diff --git a/tests/kernel/obj_core/obj_core_stats/prj.conf b/tests/kernel/obj_core/obj_core_stats/prj.conf index 47b02f617372..0e9e95a76cd2 100644 --- a/tests/kernel/obj_core/obj_core_stats/prj.conf +++ b/tests/kernel/obj_core/obj_core_stats/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_OBJ_CORE=y CONFIG_OBJ_CORE_STATS=y CONFIG_SCHED_THREAD_USAGE=y diff --git a/tests/kernel/obj_core/obj_core_stats_api/prj.conf b/tests/kernel/obj_core/obj_core_stats_api/prj.conf index c6a53340e13a..d163a31e1051 100644 --- a/tests/kernel/obj_core/obj_core_stats_api/prj.conf +++ b/tests/kernel/obj_core/obj_core_stats_api/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_OBJ_CORE=y CONFIG_OBJ_CORE_STATS=y CONFIG_PIPES=y diff --git a/tests/kernel/obj_tracking/prj.conf b/tests/kernel/obj_tracking/prj.conf index 3e52a83f308e..38956d679530 100644 --- a/tests/kernel/obj_tracking/prj.conf +++ b/tests/kernel/obj_tracking/prj.conf @@ -3,6 +3,5 @@ CONFIG_IRQ_OFFLOAD=y CONFIG_TRACING=y CONFIG_TRACING_OBJECT_TRACKING=y CONFIG_TRACING_NONE=y -CONFIG_ZTEST_NEW_API=y CONFIG_PIPES=y CONFIG_EVENTS=y diff --git a/tests/kernel/pending/prj.conf b/tests/kernel/pending/prj.conf index 2e877ea403a4..f8d48f84037b 100644 --- a/tests/kernel/pending/prj.conf +++ b/tests/kernel/pending/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y CONFIG_MP_MAX_NUM_CPUS=1 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/pipe/pipe/prj.conf b/tests/kernel/pipe/pipe/prj.conf index 36ceb4e45010..05f0c74d408c 100644 --- a/tests/kernel/pipe/pipe/prj.conf +++ b/tests/kernel/pipe/pipe/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y CONFIG_TEST_USERSPACE=y CONFIG_MP_MAX_NUM_CPUS=1 -CONFIG_ZTEST_NEW_API=y CONFIG_PIPES=y diff --git a/tests/kernel/pipe/pipe_api/prj.conf b/tests/kernel/pipe/pipe_api/prj.conf index 8afa8604acad..d080e2fbdbd8 100644 --- a/tests/kernel/pipe/pipe_api/prj.conf +++ b/tests/kernel/pipe/pipe_api/prj.conf @@ -4,5 +4,4 @@ CONFIG_TEST_USERSPACE=y CONFIG_DYNAMIC_OBJECTS=y CONFIG_MP_MAX_NUM_CPUS=1 CONFIG_ZTEST_FATAL_HOOK=y -CONFIG_ZTEST_NEW_API=y CONFIG_PIPES=y diff --git a/tests/kernel/poll/prj.conf b/tests/kernel/poll/prj.conf index 43621e0d7eb5..1369b5d27750 100644 --- a/tests/kernel/poll/prj.conf +++ b/tests/kernel/poll/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_POLL=y CONFIG_DYNAMIC_OBJECTS=y CONFIG_TEST_USERSPACE=y diff --git a/tests/kernel/profiling/profiling_api/prj.conf b/tests/kernel/profiling/profiling_api/prj.conf index 2fe7fe30d2f7..f46372c436c6 100644 --- a/tests/kernel/profiling/profiling_api/prj.conf +++ b/tests/kernel/profiling/profiling_api/prj.conf @@ -12,4 +12,3 @@ CONFIG_PM_POLICY_CUSTOM=y CONFIG_IDLE_STACK_SIZE=2048 # to check isr CONFIG_IRQ_OFFLOAD=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/queue/prj.conf b/tests/kernel/queue/prj.conf index 44334ab367d3..3f4e0e82950a 100644 --- a/tests/kernel/queue/prj.conf +++ b/tests/kernel/queue/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_IRQ_OFFLOAD=y CONFIG_TEST_USERSPACE=y CONFIG_ZTEST_FATAL_HOOK=y diff --git a/tests/kernel/sched/deadline/prj.conf b/tests/kernel/sched/deadline/prj.conf index 1777becdf07f..d2c392f6dbac 100644 --- a/tests/kernel/sched/deadline/prj.conf +++ b/tests/kernel/sched/deadline/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MP_MAX_NUM_CPUS=1 CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_SCHED_DEADLINE=y diff --git a/tests/kernel/sched/metairq/prj.conf b/tests/kernel/sched/metairq/prj.conf index 2f46ed04f50f..bb706e14ab57 100644 --- a/tests/kernel/sched/metairq/prj.conf +++ b/tests/kernel/sched/metairq/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MP_MAX_NUM_CPUS=1 CONFIG_NUM_METAIRQ_PRIORITIES=1 diff --git a/tests/kernel/sched/preempt/prj.conf b/tests/kernel/sched/preempt/prj.conf index e7528fd60317..f68b1a7dcb6e 100644 --- a/tests/kernel/sched/preempt/prj.conf +++ b/tests/kernel/sched/preempt/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MP_MAX_NUM_CPUS=1 CONFIG_NUM_METAIRQ_PRIORITIES=1 CONFIG_IRQ_OFFLOAD=y diff --git a/tests/kernel/sched/schedule_api/prj.conf b/tests/kernel/sched/schedule_api/prj.conf index b24271c4232c..fe5125047e32 100644 --- a/tests/kernel/sched/schedule_api/prj.conf +++ b/tests/kernel/sched/schedule_api/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_IRQ_OFFLOAD=y CONFIG_NUM_PREEMPT_PRIORITIES=30 CONFIG_NUM_COOP_PRIORITIES=30 diff --git a/tests/kernel/sched/schedule_api/prj_dumb.conf b/tests/kernel/sched/schedule_api/prj_dumb.conf index 9d996d2c9fb2..c0ddfbd7c3fe 100644 --- a/tests/kernel/sched/schedule_api/prj_dumb.conf +++ b/tests/kernel/sched/schedule_api/prj_dumb.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_IRQ_OFFLOAD=y CONFIG_TEST_USERSPACE=y CONFIG_SCHED_DUMB=y diff --git a/tests/kernel/sched/schedule_api/prj_multiq.conf b/tests/kernel/sched/schedule_api/prj_multiq.conf index d1074c075857..18d04dd8656f 100644 --- a/tests/kernel/sched/schedule_api/prj_multiq.conf +++ b/tests/kernel/sched/schedule_api/prj_multiq.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_IRQ_OFFLOAD=y CONFIG_TEST_USERSPACE=y CONFIG_SCHED_MULTIQ=y diff --git a/tests/kernel/semaphore/semaphore/prj.conf b/tests/kernel/semaphore/semaphore/prj.conf index c882831edb0e..a8b0a3e4d25a 100644 --- a/tests/kernel/semaphore/semaphore/prj.conf +++ b/tests/kernel/semaphore/semaphore/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_IRQ_OFFLOAD=y CONFIG_TEST_USERSPACE=y CONFIG_ZTEST_FATAL_HOOK=y diff --git a/tests/kernel/semaphore/sys_sem/prj.conf b/tests/kernel/semaphore/sys_sem/prj.conf index 2abfa9b67e93..869fd338e6af 100644 --- a/tests/kernel/semaphore/sys_sem/prj.conf +++ b/tests/kernel/semaphore/sys_sem/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_ZTEST_FATAL_HOOK=y diff --git a/tests/kernel/sleep/prj.conf b/tests/kernel/sleep/prj.conf index d658dc251226..a948cf319249 100644 --- a/tests/kernel/sleep/prj.conf +++ b/tests/kernel/sleep/prj.conf @@ -2,4 +2,3 @@ CONFIG_IRQ_OFFLOAD=y CONFIG_ZTEST=y CONFIG_TEST_USERSPACE=y CONFIG_MP_MAX_NUM_CPUS=1 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/smp/prj.conf b/tests/kernel/smp/prj.conf index 97fab31062d1..82aba8421f9c 100644 --- a/tests/kernel/smp/prj.conf +++ b/tests/kernel/smp/prj.conf @@ -2,4 +2,3 @@ CONFIG_ZTEST=y CONFIG_SMP=y CONFIG_TRACE_SCHED_IPI=y CONFIG_POLL=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/smp_boot_delay/prj.conf b/tests/kernel/smp_boot_delay/prj.conf index d486230020eb..a7c6e63161a8 100644 --- a/tests/kernel/smp_boot_delay/prj.conf +++ b/tests/kernel/smp_boot_delay/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y CONFIG_SMP=y CONFIG_SMP_BOOT_DELAY=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/spinlock/prj.conf b/tests/kernel/spinlock/prj.conf index 801265f63e38..57fec00f8267 100644 --- a/tests/kernel/spinlock/prj.conf +++ b/tests/kernel/spinlock/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y CONFIG_SPIN_VALIDATE=y CONFIG_SPIN_LOCK_TIME_LIMIT=100000 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/stack/stack/prj.conf b/tests/kernel/stack/stack/prj.conf index 9baa4dcc23c6..3fc9377dc690 100644 --- a/tests/kernel/stack/stack/prj.conf +++ b/tests/kernel/stack/stack/prj.conf @@ -3,4 +3,3 @@ CONFIG_IRQ_OFFLOAD=y CONFIG_TEST_USERSPACE=y CONFIG_MP_MAX_NUM_CPUS=1 CONFIG_ZTEST_FATAL_HOOK=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/threads/dynamic_thread/prj.conf b/tests/kernel/threads/dynamic_thread/prj.conf index da83027ca772..f70a552b445a 100644 --- a/tests/kernel/threads/dynamic_thread/prj.conf +++ b/tests/kernel/threads/dynamic_thread/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_HEAP_MEM_POOL_SIZE=32768 diff --git a/tests/kernel/threads/dynamic_thread_stack/prj.conf b/tests/kernel/threads/dynamic_thread_stack/prj.conf index 07c01bd661f4..3a4e7fd41593 100644 --- a/tests/kernel/threads/dynamic_thread_stack/prj.conf +++ b/tests/kernel/threads/dynamic_thread_stack/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_INIT_STACKS=y CONFIG_THREAD_STACK_INFO=y CONFIG_MAX_THREAD_BYTES=5 diff --git a/tests/kernel/threads/no-multithreading/prj.conf b/tests/kernel/threads/no-multithreading/prj.conf index 1fbc3608d0f0..ac4088fe07fc 100644 --- a/tests/kernel/threads/no-multithreading/prj.conf +++ b/tests/kernel/threads/no-multithreading/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MULTITHREADING=n CONFIG_BT=n CONFIG_USB_DEVICE_STACK=n diff --git a/tests/kernel/threads/thread_apis/prj.conf b/tests/kernel/threads/thread_apis/prj.conf index 7df1af4b9ae4..68e030211e74 100644 --- a/tests/kernel/threads/thread_apis/prj.conf +++ b/tests/kernel/threads/thread_apis/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_THREAD_MONITOR=y CONFIG_THREAD_CUSTOM_DATA=y CONFIG_THREAD_NAME=y diff --git a/tests/kernel/threads/thread_error_case/prj.conf b/tests/kernel/threads/thread_error_case/prj.conf index 9b1f9bcd5a78..292c830bc058 100644 --- a/tests/kernel/threads/thread_error_case/prj.conf +++ b/tests/kernel/threads/thread_error_case/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_THREAD_MONITOR=y CONFIG_THREAD_CUSTOM_DATA=y CONFIG_THREAD_NAME=y diff --git a/tests/kernel/threads/thread_init/prj.conf b/tests/kernel/threads/thread_init/prj.conf index e2cf6732b3f6..390173dc4a59 100644 --- a/tests/kernel/threads/thread_init/prj.conf +++ b/tests/kernel/threads/thread_init/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_SMP=n diff --git a/tests/kernel/threads/thread_stack/prj.conf b/tests/kernel/threads/thread_stack/prj.conf index ddc7b71cef9f..b6b5951635d8 100644 --- a/tests/kernel/threads/thread_stack/prj.conf +++ b/tests/kernel/threads/thread_stack/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_INIT_STACKS=y CONFIG_THREAD_STACK_INFO=y CONFIG_APPLICATION_DEFINED_SYSCALL=y diff --git a/tests/kernel/threads/thread_stack/prj_armv8m_mpu_stack_guard.conf b/tests/kernel/threads/thread_stack/prj_armv8m_mpu_stack_guard.conf index a16b81cc689a..143e26675228 100644 --- a/tests/kernel/threads/thread_stack/prj_armv8m_mpu_stack_guard.conf +++ b/tests/kernel/threads/thread_stack/prj_armv8m_mpu_stack_guard.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_INIT_STACKS=y CONFIG_THREAD_STACK_INFO=y CONFIG_APPLICATION_DEFINED_SYSCALL=y diff --git a/tests/kernel/threads/tls/prj.conf b/tests/kernel/threads/tls/prj.conf index 390b9c589d75..36a39b3c777e 100644 --- a/tests/kernel/threads/tls/prj.conf +++ b/tests/kernel/threads/tls/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_THREAD_LOCAL_STORAGE=y diff --git a/tests/kernel/tickless/tickless_concept/prj.conf b/tests/kernel/tickless/tickless_concept/prj.conf index ce473bdd87d5..9290ae5a65d3 100644 --- a/tests/kernel/tickless/tickless_concept/prj.conf +++ b/tests/kernel/tickless/tickless_concept/prj.conf @@ -2,4 +2,3 @@ CONFIG_ZTEST=y CONFIG_PM=y CONFIG_SYS_CLOCK_TICKS_PER_SEC=100 CONFIG_MP_MAX_NUM_CPUS=1 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/timer/cycle64/prj.conf b/tests/kernel/timer/cycle64/prj.conf index 90c1449d1022..bb965b32e320 100644 --- a/tests/kernel/timer/cycle64/prj.conf +++ b/tests/kernel/timer/cycle64/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_PRINTK=y diff --git a/tests/kernel/timer/starve/prj.conf b/tests/kernel/timer/starve/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/kernel/timer/starve/prj.conf +++ b/tests/kernel/timer/starve/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/timer/timepoints/prj.conf b/tests/kernel/timer/timepoints/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/kernel/timer/timepoints/prj.conf +++ b/tests/kernel/timer/timepoints/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/timer/timer_api/prj.conf b/tests/kernel/timer/timer_api/prj.conf index 7b39ab9d874b..dfcd95a730fa 100644 --- a/tests/kernel/timer/timer_api/prj.conf +++ b/tests/kernel/timer/timer_api/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_MP_MAX_NUM_CPUS=1 diff --git a/tests/kernel/timer/timer_api/prj_tickless.conf b/tests/kernel/timer/timer_api/prj_tickless.conf index 5fcd26b74bfa..2b00d1fe866a 100644 --- a/tests/kernel/timer/timer_api/prj_tickless.conf +++ b/tests/kernel/timer/timer_api/prj_tickless.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_PM=y CONFIG_TICKLESS_KERNEL=y CONFIG_MP_MAX_NUM_CPUS=1 diff --git a/tests/kernel/timer/timer_behavior/prj.conf b/tests/kernel/timer/timer_behavior/prj.conf index 3333fd8dd413..92eef4c0ddbd 100644 --- a/tests/kernel/timer/timer_behavior/prj.conf +++ b/tests/kernel/timer/timer_behavior/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_CBPRINTF_FP_SUPPORT=y # Make sure this is off. Otherwise a single 60-character line at diff --git a/tests/kernel/timer/timer_error_case/prj.conf b/tests/kernel/timer/timer_error_case/prj.conf index bf7f45f9b92a..29c94cedb7df 100644 --- a/tests/kernel/timer/timer_error_case/prj.conf +++ b/tests/kernel/timer/timer_error_case/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_IRQ_OFFLOAD=y CONFIG_MP_MAX_NUM_CPUS=1 diff --git a/tests/kernel/timer/timer_monotonic/prj.conf b/tests/kernel/timer/timer_monotonic/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/kernel/timer/timer_monotonic/prj.conf +++ b/tests/kernel/timer/timer_monotonic/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/usage/thread_runtime_stats/prj.conf b/tests/kernel/usage/thread_runtime_stats/prj.conf index 2f491e3188ce..7be342bcae72 100644 --- a/tests/kernel/usage/thread_runtime_stats/prj.conf +++ b/tests/kernel/usage/thread_runtime_stats/prj.conf @@ -4,4 +4,3 @@ CONFIG_MP_MAX_NUM_CPUS=1 CONFIG_THREAD_RUNTIME_STATS=y CONFIG_SCHED_THREAD_USAGE_ALL=y CONFIG_SCHED_THREAD_USAGE_ANALYSIS=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/kernel/workq/critical/prj.conf b/tests/kernel/workq/critical/prj.conf index 16f71a11c096..f8d48f84037b 100644 --- a/tests/kernel/workq/critical/prj.conf +++ b/tests/kernel/workq/critical/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MP_MAX_NUM_CPUS=1 diff --git a/tests/kernel/workq/user_work/prj.conf b/tests/kernel/workq/user_work/prj.conf index a93770f3515e..d94ab7302d19 100644 --- a/tests/kernel/workq/user_work/prj.conf +++ b/tests/kernel/workq/user_work/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_IRQ_OFFLOAD=y CONFIG_HEAP_MEM_POOL_SIZE=1024 CONFIG_THREAD_NAME=y diff --git a/tests/kernel/workq/work/prj.conf b/tests/kernel/workq/work/prj.conf index 8dda06ff724d..bb385ff2fc4c 100644 --- a/tests/kernel/workq/work/prj.conf +++ b/tests/kernel/workq/work/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_IRQ_OFFLOAD=y CONFIG_HEAP_MEM_POOL_SIZE=1024 CONFIG_THREAD_NAME=y diff --git a/tests/kernel/workq/work_queue/prj.conf b/tests/kernel/workq/work_queue/prj.conf index 33189097be7e..1df67695310e 100644 --- a/tests/kernel/workq/work_queue/prj.conf +++ b/tests/kernel/workq/work_queue/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_POLL=y CONFIG_ASSERT=y diff --git a/tests/kernel/xip/prj.conf b/tests/kernel/xip/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/kernel/xip/prj.conf +++ b/tests/kernel/xip/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/lib/c_lib/prj.conf b/tests/lib/c_lib/prj.conf index d21e1ad31fbf..331c19559db1 100644 --- a/tests/lib/c_lib/prj.conf +++ b/tests/lib/c_lib/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_ZTEST_FATAL_HOOK=y CONFIG_MINIMAL_LIBC_NON_REENTRANT_FUNCTIONS=y diff --git a/tests/lib/cbprintf_package/prj.conf b/tests/lib/cbprintf_package/prj.conf index c1c71f42bc49..d89dc93d02d9 100644 --- a/tests/lib/cbprintf_package/prj.conf +++ b/tests/lib/cbprintf_package/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_CBPRINTF_LIBC_SUBSTS=y CONFIG_TEST_EXTRA_STACK_SIZE=1024 diff --git a/tests/lib/cmsis_dsp/bayes/prj.conf b/tests/lib/cmsis_dsp/bayes/prj.conf index 75aa99c48879..7a253195e00c 100644 --- a/tests/lib/cmsis_dsp/bayes/prj.conf +++ b/tests/lib/cmsis_dsp/bayes/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NEWLIB_LIBC=y CONFIG_CMSIS_DSP=y diff --git a/tests/lib/cmsis_dsp/complexmath/prj.conf b/tests/lib/cmsis_dsp/complexmath/prj.conf index 75aa99c48879..7a253195e00c 100644 --- a/tests/lib/cmsis_dsp/complexmath/prj.conf +++ b/tests/lib/cmsis_dsp/complexmath/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NEWLIB_LIBC=y CONFIG_CMSIS_DSP=y diff --git a/tests/lib/cmsis_dsp/distance/prj.conf b/tests/lib/cmsis_dsp/distance/prj.conf index 75aa99c48879..7a253195e00c 100644 --- a/tests/lib/cmsis_dsp/distance/prj.conf +++ b/tests/lib/cmsis_dsp/distance/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NEWLIB_LIBC=y CONFIG_CMSIS_DSP=y diff --git a/tests/lib/cmsis_dsp/fastmath/prj.conf b/tests/lib/cmsis_dsp/fastmath/prj.conf index 75aa99c48879..7a253195e00c 100644 --- a/tests/lib/cmsis_dsp/fastmath/prj.conf +++ b/tests/lib/cmsis_dsp/fastmath/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NEWLIB_LIBC=y CONFIG_CMSIS_DSP=y diff --git a/tests/lib/cmsis_dsp/filtering/prj.conf b/tests/lib/cmsis_dsp/filtering/prj.conf index b40c98d36e51..e9e39e0e354f 100644 --- a/tests/lib/cmsis_dsp/filtering/prj.conf +++ b/tests/lib/cmsis_dsp/filtering/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NEWLIB_LIBC=y CONFIG_CMSIS_DSP=y diff --git a/tests/lib/cmsis_dsp/filtering/prj_base.conf b/tests/lib/cmsis_dsp/filtering/prj_base.conf index 75aa99c48879..7a253195e00c 100644 --- a/tests/lib/cmsis_dsp/filtering/prj_base.conf +++ b/tests/lib/cmsis_dsp/filtering/prj_base.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NEWLIB_LIBC=y CONFIG_CMSIS_DSP=y diff --git a/tests/lib/cmsis_dsp/interpolation/prj.conf b/tests/lib/cmsis_dsp/interpolation/prj.conf index 75aa99c48879..7a253195e00c 100644 --- a/tests/lib/cmsis_dsp/interpolation/prj.conf +++ b/tests/lib/cmsis_dsp/interpolation/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NEWLIB_LIBC=y CONFIG_CMSIS_DSP=y diff --git a/tests/lib/cmsis_dsp/matrix/prj.conf b/tests/lib/cmsis_dsp/matrix/prj.conf index 744d8f3d75d7..40ed01f715e0 100644 --- a/tests/lib/cmsis_dsp/matrix/prj.conf +++ b/tests/lib/cmsis_dsp/matrix/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NEWLIB_LIBC=y CONFIG_CMSIS_DSP=y diff --git a/tests/lib/cmsis_dsp/matrix/prj_base.conf b/tests/lib/cmsis_dsp/matrix/prj_base.conf index 75aa99c48879..7a253195e00c 100644 --- a/tests/lib/cmsis_dsp/matrix/prj_base.conf +++ b/tests/lib/cmsis_dsp/matrix/prj_base.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NEWLIB_LIBC=y CONFIG_CMSIS_DSP=y diff --git a/tests/lib/cmsis_dsp/quaternionmath/prj.conf b/tests/lib/cmsis_dsp/quaternionmath/prj.conf index 75aa99c48879..7a253195e00c 100644 --- a/tests/lib/cmsis_dsp/quaternionmath/prj.conf +++ b/tests/lib/cmsis_dsp/quaternionmath/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NEWLIB_LIBC=y CONFIG_CMSIS_DSP=y diff --git a/tests/lib/cmsis_dsp/statistics/prj.conf b/tests/lib/cmsis_dsp/statistics/prj.conf index 75aa99c48879..7a253195e00c 100644 --- a/tests/lib/cmsis_dsp/statistics/prj.conf +++ b/tests/lib/cmsis_dsp/statistics/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NEWLIB_LIBC=y CONFIG_CMSIS_DSP=y diff --git a/tests/lib/cmsis_dsp/support/prj.conf b/tests/lib/cmsis_dsp/support/prj.conf index 75aa99c48879..7a253195e00c 100644 --- a/tests/lib/cmsis_dsp/support/prj.conf +++ b/tests/lib/cmsis_dsp/support/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NEWLIB_LIBC=y CONFIG_CMSIS_DSP=y diff --git a/tests/lib/cmsis_dsp/svm/prj.conf b/tests/lib/cmsis_dsp/svm/prj.conf index 75aa99c48879..7a253195e00c 100644 --- a/tests/lib/cmsis_dsp/svm/prj.conf +++ b/tests/lib/cmsis_dsp/svm/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NEWLIB_LIBC=y CONFIG_CMSIS_DSP=y diff --git a/tests/lib/cmsis_dsp/transform/prj.conf b/tests/lib/cmsis_dsp/transform/prj.conf index 219f62788d8f..6a515162015a 100644 --- a/tests/lib/cmsis_dsp/transform/prj.conf +++ b/tests/lib/cmsis_dsp/transform/prj.conf @@ -1,6 +1,5 @@ CONFIG_ZTEST=y CONFIG_NEWLIB_LIBC=y -CONFIG_ZTEST_NEW_API=y CONFIG_CMSIS_DSP=y # Test Options diff --git a/tests/lib/cmsis_dsp/transform/prj_base.conf b/tests/lib/cmsis_dsp/transform/prj_base.conf index 75aa99c48879..7a253195e00c 100644 --- a/tests/lib/cmsis_dsp/transform/prj_base.conf +++ b/tests/lib/cmsis_dsp/transform/prj_base.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NEWLIB_LIBC=y CONFIG_CMSIS_DSP=y diff --git a/tests/lib/cmsis_nn/prj.conf b/tests/lib/cmsis_nn/prj.conf index 6614e4a9fba7..b8dea6808688 100644 --- a/tests/lib/cmsis_nn/prj.conf +++ b/tests/lib/cmsis_nn/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NEWLIB_LIBC=y CONFIG_CMSIS_DSP=y CONFIG_CMSIS_NN=y diff --git a/tests/lib/cpp/cxx/prj.conf b/tests/lib/cpp/cxx/prj.conf index 70945ee8a6eb..15ae9ce1ebd4 100644 --- a/tests/lib/cpp/cxx/prj.conf +++ b/tests/lib/cpp/cxx/prj.conf @@ -3,7 +3,6 @@ CONFIG_NET_BUF=y CONFIG_ZTEST=y CONFIG_ZTEST_STACK_SIZE=2048 CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=128 -CONFIG_ZTEST_NEW_API=y CONFIG_CRC=y # RTIO diff --git a/tests/lib/cpp/libcxx/prj.conf b/tests/lib/cpp/libcxx/prj.conf index fff9acb3adca..f6c6a2a9db46 100644 --- a/tests/lib/cpp/libcxx/prj.conf +++ b/tests/lib/cpp/libcxx/prj.conf @@ -3,4 +3,3 @@ CONFIG_STD_CPP17=y CONFIG_ZTEST=y CONFIG_ZTEST_STACK_SIZE=5120 CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=32768 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/lib/devicetree/api/prj.conf b/tests/lib/devicetree/api/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/lib/devicetree/api/prj.conf +++ b/tests/lib/devicetree/api/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/lib/devicetree/api_ext/prj.conf b/tests/lib/devicetree/api_ext/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/lib/devicetree/api_ext/prj.conf +++ b/tests/lib/devicetree/api_ext/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/lib/devicetree/devices/prj.conf b/tests/lib/devicetree/devices/prj.conf index fc3755cc0356..fa50f0de8c63 100644 --- a/tests/lib/devicetree/devices/prj.conf +++ b/tests/lib/devicetree/devices/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y CONFIG_I2C=n -CONFIG_ZTEST_NEW_API=y CONFIG_DEVICE_DEPS=y CONFIG_CHECK_INIT_PRIORITIES=n diff --git a/tests/lib/devicetree/memory_region/prj.conf b/tests/lib/devicetree/memory_region/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/lib/devicetree/memory_region/prj.conf +++ b/tests/lib/devicetree/memory_region/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/lib/fdtable/prj.conf b/tests/lib/fdtable/prj.conf index f14a42c8a0eb..90f6fec41c8e 100644 --- a/tests/lib/fdtable/prj.conf +++ b/tests/lib/fdtable/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y CONFIG_POSIX_API=y -CONFIG_ZTEST_NEW_API=y CONFIG_FDTABLE=y diff --git a/tests/lib/gui/lvgl/prj.conf b/tests/lib/gui/lvgl/prj.conf index 3e88939a88ab..926686556929 100644 --- a/tests/lib/gui/lvgl/prj.conf +++ b/tests/lib/gui/lvgl/prj.conf @@ -1,6 +1,5 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_DISPLAY=y CONFIG_SDL_DISPLAY=n CONFIG_DUMMY_DISPLAY=y diff --git a/tests/lib/hash_function/prj.conf b/tests/lib/hash_function/prj.conf index d165fcfc36b8..cdf1925fc153 100644 --- a/tests/lib/hash_function/prj.conf +++ b/tests/lib/hash_function/prj.conf @@ -3,7 +3,6 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SYS_HASH_FUNC32=y diff --git a/tests/lib/hash_map/prj.conf b/tests/lib/hash_map/prj.conf index ff212c933ec3..d7c68435fca3 100644 --- a/tests/lib/hash_map/prj.conf +++ b/tests/lib/hash_map/prj.conf @@ -3,7 +3,6 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SYS_HASH_FUNC32=y CONFIG_SYS_HASH_MAP=y diff --git a/tests/lib/heap/prj.conf b/tests/lib/heap/prj.conf index 7d81866b9a9c..036a06f8b0a7 100644 --- a/tests/lib/heap/prj.conf +++ b/tests/lib/heap/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SYS_HEAP_VALIDATE=y CONFIG_SYS_HEAP_RUNTIME_STATS=y CONFIG_SYS_HEAP_LISTENER=y diff --git a/tests/lib/heap_align/prj.conf b/tests/lib/heap_align/prj.conf index d46d6c74ecf9..dd9186e6a500 100644 --- a/tests/lib/heap_align/prj.conf +++ b/tests/lib/heap_align/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SYS_HEAP_VALIDATE=y CONFIG_SYS_HEAP_RUNTIME_STATS=y diff --git a/tests/lib/json/prj.conf b/tests/lib/json/prj.conf index 1242eef6dafc..700ea224bba2 100644 --- a/tests/lib/json/prj.conf +++ b/tests/lib/json/prj.conf @@ -1,4 +1,3 @@ CONFIG_JSON_LIBRARY=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST=y CONFIG_ZTEST_STACK_SIZE=2048 diff --git a/tests/lib/linear_range/prj.conf b/tests/lib/linear_range/prj.conf index 947f5c96234a..bc9922291f56 100644 --- a/tests/lib/linear_range/prj.conf +++ b/tests/lib/linear_range/prj.conf @@ -2,4 +2,3 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/lib/mem_alloc/prj.conf b/tests/lib/mem_alloc/prj.conf index d8d148b11448..73573f7377e7 100644 --- a/tests/lib/mem_alloc/prj.conf +++ b/tests/lib/mem_alloc/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=2048 CONFIG_TEST_USERSPACE=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/lib/mem_alloc/prj_negative_testing.conf b/tests/lib/mem_alloc/prj_negative_testing.conf index 780ea37adc2c..23ff207b3747 100644 --- a/tests/lib/mem_alloc/prj_negative_testing.conf +++ b/tests/lib/mem_alloc/prj_negative_testing.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0 CONFIG_TEST_USERSPACE=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/lib/mem_alloc/prj_newlib.conf b/tests/lib/mem_alloc/prj_newlib.conf index c9f0c2eb271e..c24854dd3d13 100644 --- a/tests/lib/mem_alloc/prj_newlib.conf +++ b/tests/lib/mem_alloc/prj_newlib.conf @@ -2,4 +2,3 @@ CONFIG_ZTEST=y CONFIG_NEWLIB_LIBC=y CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE=8192 CONFIG_TEST_USERSPACE=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/lib/mem_alloc/prj_newlibnano.conf b/tests/lib/mem_alloc/prj_newlibnano.conf index 6817a695b5a9..74f3bd7d344b 100644 --- a/tests/lib/mem_alloc/prj_newlibnano.conf +++ b/tests/lib/mem_alloc/prj_newlibnano.conf @@ -3,4 +3,3 @@ CONFIG_NEWLIB_LIBC=y CONFIG_NEWLIB_LIBC_NANO=y CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE=2048 CONFIG_TEST_USERSPACE=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/lib/mem_alloc/prj_picolibc.conf b/tests/lib/mem_alloc/prj_picolibc.conf index 090aa34134fb..5c6133017c6a 100644 --- a/tests/lib/mem_alloc/prj_picolibc.conf +++ b/tests/lib/mem_alloc/prj_picolibc.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y CONFIG_PICOLIBC=y CONFIG_TEST_USERSPACE=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/lib/mem_blocks/prj.conf b/tests/lib/mem_blocks/prj.conf index 9ae9394ba4d5..5d303066504f 100644 --- a/tests/lib/mem_blocks/prj.conf +++ b/tests/lib/mem_blocks/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SYS_MEM_BLOCKS=y CONFIG_SYS_MEM_BLOCKS_LISTENER=y diff --git a/tests/lib/mem_blocks_stats/prj.conf b/tests/lib/mem_blocks_stats/prj.conf index 21b9227a8efe..e63280b8eb32 100644 --- a/tests/lib/mem_blocks_stats/prj.conf +++ b/tests/lib/mem_blocks_stats/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SYS_MEM_BLOCKS=y CONFIG_SYS_MEM_BLOCKS_RUNTIME_STATS=y diff --git a/tests/lib/mpsc_pbuf/prj.conf b/tests/lib/mpsc_pbuf/prj.conf index c801dcd30a70..92aebaf000c1 100644 --- a/tests/lib/mpsc_pbuf/prj.conf +++ b/tests/lib/mpsc_pbuf/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTRESS=y CONFIG_ZTRESS_MAX_THREADS=4 CONFIG_MPSC_PBUF=y diff --git a/tests/lib/newlib/heap_listener/prj.conf b/tests/lib/newlib/heap_listener/prj.conf index 31bc1ca7e765..e5a5dc6df4c1 100644 --- a/tests/lib/newlib/heap_listener/prj.conf +++ b/tests/lib/newlib/heap_listener/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y CONFIG_NEWLIB_LIBC=y CONFIG_NEWLIB_LIBC_HEAP_LISTENER=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/lib/newlib/thread_safety/prj.conf b/tests/lib/newlib/thread_safety/prj.conf index dda7c274a81c..3ccbeaa45628 100644 --- a/tests/lib/newlib/thread_safety/prj.conf +++ b/tests/lib/newlib/thread_safety/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NEWLIB_LIBC=y CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=0 CONFIG_TIMESLICE_SIZE=1 diff --git a/tests/lib/newlib/thread_safety/prj_userspace.conf b/tests/lib/newlib/thread_safety/prj_userspace.conf index 89a95db2e729..a2cc6243c39a 100644 --- a/tests/lib/newlib/thread_safety/prj_userspace.conf +++ b/tests/lib/newlib/thread_safety/prj_userspace.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NEWLIB_LIBC=y CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=0 CONFIG_TIMESLICE_SIZE=1 diff --git a/tests/lib/notify/prj.conf b/tests/lib/notify/prj.conf index ef6676e85d16..a1274832e0e3 100644 --- a/tests/lib/notify/prj.conf +++ b/tests/lib/notify/prj.conf @@ -1,4 +1,3 @@ CONFIG_POLL=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NOTIFY=y diff --git a/tests/lib/onoff/prj.conf b/tests/lib/onoff/prj.conf index 4f28b8914ad7..73e55c9d3de0 100644 --- a/tests/lib/onoff/prj.conf +++ b/tests/lib/onoff/prj.conf @@ -1,4 +1,3 @@ CONFIG_POLL=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ONOFF=y diff --git a/tests/lib/p4workq/prj.conf b/tests/lib/p4workq/prj.conf index 7687c980c2f0..3e0283ee4467 100644 --- a/tests/lib/p4workq/prj.conf +++ b/tests/lib/p4workq/prj.conf @@ -5,4 +5,3 @@ CONFIG_LOG_DEFAULT_LEVEL=1 # Test whiteboxes the wait_q and expects it to be a dlist CONFIG_WAITQ_SCALABLE=n CONFIG_WAITQ_DUMB=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/lib/ringbuffer/prj.conf b/tests/lib/ringbuffer/prj.conf index 7f65d54518a7..f66202abb233 100644 --- a/tests/lib/ringbuffer/prj.conf +++ b/tests/lib/ringbuffer/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTRESS=y CONFIG_TEST_EXTRA_STACK_SIZE=1024 CONFIG_IRQ_OFFLOAD=y diff --git a/tests/lib/smf/prj.conf b/tests/lib/smf/prj.conf index ad39299c8b95..59f26ef31fea 100644 --- a/tests/lib/smf/prj.conf +++ b/tests/lib/smf/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_LOG=y CONFIG_SMF=y diff --git a/tests/lib/sprintf/prj.conf b/tests/lib/sprintf/prj.conf index 34bba7f359e9..084dd06744fd 100644 --- a/tests/lib/sprintf/prj.conf +++ b/tests/lib/sprintf/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_FPU=y CONFIG_TEST_USERSPACE=y CONFIG_ZTEST_FATAL_HOOK=y diff --git a/tests/lib/sprintf/prj_new.conf b/tests/lib/sprintf/prj_new.conf index eee90586e226..36945d2c9560 100644 --- a/tests/lib/sprintf/prj_new.conf +++ b/tests/lib/sprintf/prj_new.conf @@ -1,6 +1,5 @@ CONFIG_STDOUT_CONSOLE=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_FPU=y CONFIG_TEST_USERSPACE=y CONFIG_ZTEST_FATAL_HOOK=y diff --git a/tests/lib/sprintf/prj_picolibc.conf b/tests/lib/sprintf/prj_picolibc.conf index 205e6bef3c9d..2d5cdd1fc8fc 100644 --- a/tests/lib/sprintf/prj_picolibc.conf +++ b/tests/lib/sprintf/prj_picolibc.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_PICOLIBC=y CONFIG_PICOLIBC_IO_FLOAT=y CONFIG_ZTEST_STACK_SIZE=2048 diff --git a/tests/lib/sprintf/prj_picolibc_new.conf b/tests/lib/sprintf/prj_picolibc_new.conf index 458e98c26f01..b9490e6301df 100644 --- a/tests/lib/sprintf/prj_picolibc_new.conf +++ b/tests/lib/sprintf/prj_picolibc_new.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_PICOLIBC=y CONFIG_PICOLIBC_IO_FLOAT=y CONFIG_STDOUT_CONSOLE=n diff --git a/tests/lib/spsc_pbuf/prj.conf b/tests/lib/spsc_pbuf/prj.conf index a5478a0e7758..8710f041f320 100644 --- a/tests/lib/spsc_pbuf/prj.conf +++ b/tests/lib/spsc_pbuf/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTRESS=y CONFIG_SPSC_PBUF=y diff --git a/tests/lib/sys_util/prj.conf b/tests/lib/sys_util/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/lib/sys_util/prj.conf +++ b/tests/lib/sys_util/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/lib/thrift/ThriftTest/prj.conf b/tests/lib/thrift/ThriftTest/prj.conf index 4d2b145b13c4..1c461c3ac8a3 100755 --- a/tests/lib/thrift/ThriftTest/prj.conf +++ b/tests/lib/thrift/ThriftTest/prj.conf @@ -18,7 +18,6 @@ CONFIG_THRIFT=y # Test dependencies CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_NET_TEST=y CONFIG_NET_DRIVERS=y diff --git a/tests/lib/time/prj.conf b/tests/lib/time/prj.conf index 2f34cdff296a..786d6bc705ed 100644 --- a/tests/lib/time/prj.conf +++ b/tests/lib/time/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y CONFIG_POSIX_CLOCK=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/misc/iterable_sections/prj.conf b/tests/misc/iterable_sections/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/misc/iterable_sections/prj.conf +++ b/tests/misc/iterable_sections/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/misc/kconfigoptions/prj.conf b/tests/misc/kconfigoptions/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/misc/kconfigoptions/prj.conf +++ b/tests/misc/kconfigoptions/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/modules/nanopb/prj.conf b/tests/modules/nanopb/prj.conf index 6d5e46c1dddc..139d6ef66fc7 100644 --- a/tests/modules/nanopb/prj.conf +++ b/tests/modules/nanopb/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NANOPB=y diff --git a/tests/modules/uoscore/prj.conf b/tests/modules/uoscore/prj.conf index 406324798ea3..0282e87b3bb7 100644 --- a/tests/modules/uoscore/prj.conf +++ b/tests/modules/uoscore/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=16384 CONFIG_ENTROPY_GENERATOR=y diff --git a/tests/net/6lo/prj.conf b/tests/net/6lo/prj.conf index b52665d18642..ed070a9ce85e 100644 --- a/tests/net/6lo/prj.conf +++ b/tests/net/6lo/prj.conf @@ -21,4 +21,3 @@ CONFIG_NET_6LO_CONTEXT=y #Before modifying this value, add respective code in src/main.c CONFIG_NET_MAX_6LO_CONTEXTS=2 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/net/all/prj.conf b/tests/net/all/prj.conf index bb40e71fca18..3538a8340485 100644 --- a/tests/net/all/prj.conf +++ b/tests/net/all/prj.conf @@ -7,7 +7,6 @@ CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_LOG_DEFAULT_LEVEL=4 CONFIG_MAX_THREAD_BYTES=4 diff --git a/tests/net/arp/prj.conf b/tests/net/arp/prj.conf index 01ea831dfc29..4e5827b5dbd1 100644 --- a/tests/net/arp/prj.conf +++ b/tests/net/arp/prj.conf @@ -15,5 +15,4 @@ CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_NET_IF_UNICAST_IPV4_ADDR_COUNT=3 CONFIG_NET_IPV6=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NET_IF_MAX_IPV4_COUNT=2 diff --git a/tests/net/bridge/prj.conf b/tests/net/bridge/prj.conf index 2bc1e019fc2f..60457ce7ec4c 100644 --- a/tests/net/bridge/prj.conf +++ b/tests/net/bridge/prj.conf @@ -10,4 +10,3 @@ CONFIG_NET_PKT_RX_COUNT=20 CONFIG_NET_BUF_RX_COUNT=20 CONFIG_NET_BUF_TX_COUNT=20 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/net/buf/prj.conf b/tests/net/buf/prj.conf index 2a62a683cc4a..47e462402b35 100644 --- a/tests/net/buf/prj.conf +++ b/tests/net/buf/prj.conf @@ -4,4 +4,3 @@ CONFIG_HEAP_MEM_POOL_SIZE=4096 #CONFIG_NET_BUF_LOG=y #CONFIG_NET_BUF_LOG_LEVEL_DBG=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/net/buf_simple/prj.conf b/tests/net/buf_simple/prj.conf index 2d34630767b0..a437510f8d98 100644 --- a/tests/net/buf_simple/prj.conf +++ b/tests/net/buf_simple/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_ASSERT_LEVEL=2 CONFIG_ASSERT_VERBOSE=y diff --git a/tests/net/checksum_offload/prj.conf b/tests/net/checksum_offload/prj.conf index 41bfa3e27cc0..ac345eaa1d7f 100644 --- a/tests/net/checksum_offload/prj.conf +++ b/tests/net/checksum_offload/prj.conf @@ -21,7 +21,6 @@ CONFIG_NET_IF_MAX_IPV4_COUNT=2 CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=6 CONFIG_NET_IPV6_ND=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NET_CONFIG_SETTINGS=n CONFIG_NET_SHELL=n diff --git a/tests/net/conn_mgr_conn/prj.conf b/tests/net/conn_mgr_conn/prj.conf index ec6b62f6be3f..cc845d23a6f1 100644 --- a/tests/net/conn_mgr_conn/prj.conf +++ b/tests/net/conn_mgr_conn/prj.conf @@ -20,7 +20,6 @@ CONFIG_NET_MAX_NEXTHOPS=8 CONFIG_NET_IPV6_MAX_NEIGHBORS=8 CONFIG_NET_IPV6_ND=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NET_IF_MAX_IPV4_COUNT=6 CONFIG_NET_IF_MAX_IPV6_COUNT=6 CONFIG_TEST_USERSPACE=y diff --git a/tests/net/conn_mgr_monitor/prj.conf b/tests/net/conn_mgr_monitor/prj.conf index f68f3f09fdce..376150b993ee 100644 --- a/tests/net/conn_mgr_monitor/prj.conf +++ b/tests/net/conn_mgr_monitor/prj.conf @@ -19,7 +19,6 @@ CONFIG_NET_MAX_NEXTHOPS=8 CONFIG_NET_IPV6_MAX_NEIGHBORS=8 CONFIG_NET_IPV6_ND=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NET_IF_MAX_IPV4_COUNT=6 CONFIG_NET_IF_MAX_IPV6_COUNT=6 CONFIG_TEST_USERSPACE=y diff --git a/tests/net/context/prj.conf b/tests/net/context/prj.conf index 241bb9f0adea..0b8954cda5da 100644 --- a/tests/net/context/prj.conf +++ b/tests/net/context/prj.conf @@ -21,4 +21,3 @@ CONFIG_NET_PKT_RX_COUNT=5 CONFIG_NET_BUF_RX_COUNT=10 CONFIG_NET_BUF_TX_COUNT=10 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/net/dhcpv4/prj.conf b/tests/net/dhcpv4/prj.conf index cb83ac034183..5b126f90a14c 100644 --- a/tests/net/dhcpv4/prj.conf +++ b/tests/net/dhcpv4/prj.conf @@ -26,7 +26,6 @@ CONFIG_NET_UDP_CHECKSUM=n CONFIG_MAIN_STACK_SIZE=3072 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NET_DHCPV4_INITIAL_DELAY_MAX=2 diff --git a/tests/net/dhcpv6/prj.conf b/tests/net/dhcpv6/prj.conf index 0992b9f1d90a..0c7e5c319eab 100644 --- a/tests/net/dhcpv6/prj.conf +++ b/tests/net/dhcpv6/prj.conf @@ -1,6 +1,5 @@ CONFIG_NET_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y diff --git a/tests/net/ethernet_mgmt/prj.conf b/tests/net/ethernet_mgmt/prj.conf index dd0ade07970b..73acc1e32e56 100644 --- a/tests/net/ethernet_mgmt/prj.conf +++ b/tests/net/ethernet_mgmt/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=2048 CONFIG_MAIN_STACK_SIZE=2048 CONFIG_NETWORKING=y diff --git a/tests/net/hostname/prj.conf b/tests/net/hostname/prj.conf index e7419db995fa..1b174c35c0e7 100644 --- a/tests/net/hostname/prj.conf +++ b/tests/net/hostname/prj.conf @@ -20,7 +20,6 @@ CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=6 CONFIG_NET_IF_UNICAST_IPV4_ADDR_COUNT=2 CONFIG_NET_IPV6_ND=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NET_IF_MAX_IPV4_COUNT=4 CONFIG_NET_IF_MAX_IPV6_COUNT=4 CONFIG_NET_HOSTNAME_ENABLE=y diff --git a/tests/net/icmp/prj.conf b/tests/net/icmp/prj.conf index 4116a90fdf17..2d365ff44fb2 100644 --- a/tests/net/icmp/prj.conf +++ b/tests/net/icmp/prj.conf @@ -12,7 +12,6 @@ CONFIG_NET_LOG=y CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MAIN_STACK_SIZE=1280 CONFIG_NET_L2_DUMMY=y CONFIG_NET_IPV6_NBR_CACHE=n diff --git a/tests/net/icmpv4/prj.conf b/tests/net/icmpv4/prj.conf index e12e61ddb84f..202ad498a509 100644 --- a/tests/net/icmpv4/prj.conf +++ b/tests/net/icmpv4/prj.conf @@ -13,6 +13,5 @@ CONFIG_NET_LOG=y CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MAIN_STACK_SIZE=1280 CONFIG_NET_IPV4_HDR_OPTIONS=y diff --git a/tests/net/icmpv6/prj.conf b/tests/net/icmpv6/prj.conf index dbd3d93f6263..90ffdd82a96d 100644 --- a/tests/net/icmpv6/prj.conf +++ b/tests/net/icmpv6/prj.conf @@ -12,7 +12,6 @@ CONFIG_NET_LOG=y CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MAIN_STACK_SIZE=1280 CONFIG_NET_L2_ETHERNET=n CONFIG_NET_L2_DUMMY=y diff --git a/tests/net/ieee802154/6lo_fragment/prj.conf b/tests/net/ieee802154/6lo_fragment/prj.conf index 5e1ae744ffff..7f2727a8588a 100644 --- a/tests/net/ieee802154/6lo_fragment/prj.conf +++ b/tests/net/ieee802154/6lo_fragment/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NETWORKING=y CONFIG_NET_TEST=y CONFIG_NET_L2_DUMMY=y diff --git a/tests/net/ieee802154/custom_l2/prj.conf b/tests/net/ieee802154/custom_l2/prj.conf index e9fa365d3d12..b12cc61c0f8d 100644 --- a/tests/net/ieee802154/custom_l2/prj.conf +++ b/tests/net/ieee802154/custom_l2/prj.conf @@ -9,4 +9,3 @@ CONFIG_NET_TEST=y CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/net/ieee802154/l2/prj.conf b/tests/net/ieee802154/l2/prj.conf index 7d6dbc936b6d..f5b77b6c6e25 100644 --- a/tests/net/ieee802154/l2/prj.conf +++ b/tests/net/ieee802154/l2/prj.conf @@ -33,7 +33,6 @@ CONFIG_MAIN_STACK_SIZE=2048 CONFIG_ZTEST_STACK_SIZE=3072 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SHELL=y CONFIG_SHELL_BACKEND_SERIAL=n diff --git a/tests/net/iface/prj.conf b/tests/net/iface/prj.conf index 6b024cd84d75..71b3f4dfcf8a 100644 --- a/tests/net/iface/prj.conf +++ b/tests/net/iface/prj.conf @@ -25,7 +25,6 @@ CONFIG_NET_MAX_NEXTHOPS=8 CONFIG_NET_IPV6_MAX_NEIGHBORS=8 CONFIG_NET_IPV6_ND=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NET_IF_MAX_IPV4_COUNT=4 CONFIG_NET_IF_MAX_IPV6_COUNT=4 CONFIG_TEST_USERSPACE=y diff --git a/tests/net/igmp/prj.conf b/tests/net/igmp/prj.conf index aaa47ade92cb..b91192572324 100644 --- a/tests/net/igmp/prj.conf +++ b/tests/net/igmp/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MAIN_STACK_SIZE=2048 CONFIG_NET_TEST=y CONFIG_NETWORKING=y diff --git a/tests/net/ip-addr/prj.conf b/tests/net/ip-addr/prj.conf index 131a96a458dc..3f718037e911 100644 --- a/tests/net/ip-addr/prj.conf +++ b/tests/net/ip-addr/prj.conf @@ -19,4 +19,3 @@ CONFIG_NET_IF_MCAST_IPV4_ADDR_COUNT=3 CONFIG_NET_L2_DUMMY=y CONFIG_NET_L2_ETHERNET=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/net/ipv4_fragment/prj.conf b/tests/net/ipv4_fragment/prj.conf index 546f866ccd75..d8c4d1ff5348 100644 --- a/tests/net/ipv4_fragment/prj.conf +++ b/tests/net/ipv4_fragment/prj.conf @@ -22,7 +22,6 @@ CONFIG_NET_UDP_CHECKSUM=y CONFIG_NET_TCP_CHECKSUM=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=2048 CONFIG_INIT_STACKS=y diff --git a/tests/net/ipv6/prj.conf b/tests/net/ipv6/prj.conf index 4051207d88ce..c2f80f6ead4e 100644 --- a/tests/net/ipv6/prj.conf +++ b/tests/net/ipv6/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y #CONFIG_ZTEST_STACK_SIZE=4096 CONFIG_MAIN_STACK_SIZE=2048 CONFIG_NETWORKING=y diff --git a/tests/net/ipv6_fragment/prj.conf b/tests/net/ipv6_fragment/prj.conf index c7c62ce972f1..e8a68b913b68 100644 --- a/tests/net/ipv6_fragment/prj.conf +++ b/tests/net/ipv6_fragment/prj.conf @@ -25,7 +25,6 @@ CONFIG_NET_UDP_CHECKSUM=y CONFIG_NET_IF_MAX_IPV6_COUNT=2 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=2048 CONFIG_INIT_STACKS=y diff --git a/tests/net/lib/coap/prj.conf b/tests/net/lib/coap/prj.conf index 854a3320b36a..63f863843fdd 100644 --- a/tests/net/lib/coap/prj.conf +++ b/tests/net/lib/coap/prj.conf @@ -1,7 +1,6 @@ #Testing CONFIG_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NET_TEST=y # Generic networking options diff --git a/tests/net/lib/coap_client/prj.conf b/tests/net/lib/coap_client/prj.conf index d185b3e493cf..c7265029a21a 100644 --- a/tests/net/lib/coap_client/prj.conf +++ b/tests/net/lib/coap_client/prj.conf @@ -1,4 +1,3 @@ #Testing CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=4096 diff --git a/tests/net/lib/dns_addremove/prj.conf b/tests/net/lib/dns_addremove/prj.conf index 2d7d81b1341a..db691377acd4 100644 --- a/tests/net/lib/dns_addremove/prj.conf +++ b/tests/net/lib/dns_addremove/prj.conf @@ -16,5 +16,4 @@ CONFIG_NET_IPV6=y CONFIG_NET_ARP=n CONFIG_PRINTK=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MAIN_STACK_SIZE=2048 diff --git a/tests/net/lib/dns_packet/prj.conf b/tests/net/lib/dns_packet/prj.conf index c757cbeca697..5a15eeb1ac86 100644 --- a/tests/net/lib/dns_packet/prj.conf +++ b/tests/net/lib/dns_packet/prj.conf @@ -11,7 +11,6 @@ CONFIG_DNS_RESOLVER=y CONFIG_PRINTK=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MAIN_STACK_SIZE=1280 CONFIG_CRC=y diff --git a/tests/net/lib/dns_resolve/prj-no-ipv6.conf b/tests/net/lib/dns_resolve/prj-no-ipv6.conf index d980676230e4..d7b7c5f8c1ec 100644 --- a/tests/net/lib/dns_resolve/prj-no-ipv6.conf +++ b/tests/net/lib/dns_resolve/prj-no-ipv6.conf @@ -25,6 +25,5 @@ CONFIG_NET_ARP=n CONFIG_PRINTK=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MAIN_STACK_SIZE=1344 diff --git a/tests/net/lib/dns_resolve/prj.conf b/tests/net/lib/dns_resolve/prj.conf index 954eb867861e..c43911ac3cd2 100644 --- a/tests/net/lib/dns_resolve/prj.conf +++ b/tests/net/lib/dns_resolve/prj.conf @@ -27,6 +27,5 @@ CONFIG_NET_ARP=n CONFIG_PRINTK=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MAIN_STACK_SIZE=1344 diff --git a/tests/net/lib/dns_sd/prj-no-ipv6.conf b/tests/net/lib/dns_sd/prj-no-ipv6.conf index 2e31b260076b..d973914fa47e 100644 --- a/tests/net/lib/dns_sd/prj-no-ipv6.conf +++ b/tests/net/lib/dns_sd/prj-no-ipv6.conf @@ -22,7 +22,6 @@ CONFIG_DNS_SD=y CONFIG_DNS_SD_LOG_LEVEL_DBG=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=2048 # Maybe avoid stack overflow on mps2_an385? diff --git a/tests/net/lib/dns_sd/prj.conf b/tests/net/lib/dns_sd/prj.conf index 02d340057745..52c1916e210c 100644 --- a/tests/net/lib/dns_sd/prj.conf +++ b/tests/net/lib/dns_sd/prj.conf @@ -15,7 +15,6 @@ CONFIG_DNS_SD=y CONFIG_DNS_SD_LOG_LEVEL_DBG=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=2048 # Maybe avoid stack overflow on mps2_an385? diff --git a/tests/net/lib/http_header_fields/prj.conf b/tests/net/lib/http_header_fields/prj.conf index 7edaa3b1a5b3..a8dba22a09cc 100644 --- a/tests/net/lib/http_header_fields/prj.conf +++ b/tests/net/lib/http_header_fields/prj.conf @@ -5,7 +5,6 @@ CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_ZTEST_STACK_SIZE=1024 CONFIG_HTTP_PARSER=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MAIN_STACK_SIZE=1280 # Enable strict parser by uncommenting the following line # CONFIG_HTTP_PARSER_STRICT=y diff --git a/tests/net/lib/http_server/common/prj.conf b/tests/net/lib/http_server/common/prj.conf index 4422a170d581..7fa5d3d6dd05 100644 --- a/tests/net/lib/http_server/common/prj.conf +++ b/tests/net/lib/http_server/common/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NETWORKING=y CONFIG_NET_TEST=y diff --git a/tests/net/lib/lwm2m/block_transfer/prj.conf b/tests/net/lib/lwm2m/block_transfer/prj.conf index f88f71b4d5de..ea874ac5925f 100644 --- a/tests/net/lib/lwm2m/block_transfer/prj.conf +++ b/tests/net/lib/lwm2m/block_transfer/prj.conf @@ -1,7 +1,6 @@ CONFIG_NETWORKING=y CONFIG_NET_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y diff --git a/tests/net/lib/lwm2m/content_json/prj.conf b/tests/net/lib/lwm2m/content_json/prj.conf index 7ff07df98975..b660af21e1db 100644 --- a/tests/net/lib/lwm2m/content_json/prj.conf +++ b/tests/net/lib/lwm2m/content_json/prj.conf @@ -1,7 +1,6 @@ CONFIG_NETWORKING=y CONFIG_NET_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y diff --git a/tests/net/lib/lwm2m/content_link_format/prj.conf b/tests/net/lib/lwm2m/content_link_format/prj.conf index 952b54a4566a..e7e630f91f1b 100644 --- a/tests/net/lib/lwm2m/content_link_format/prj.conf +++ b/tests/net/lib/lwm2m/content_link_format/prj.conf @@ -1,7 +1,6 @@ CONFIG_NETWORKING=y CONFIG_NET_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y diff --git a/tests/net/lib/lwm2m/content_oma_tlv/prj.conf b/tests/net/lib/lwm2m/content_oma_tlv/prj.conf index 6041addad837..8dc442cb035c 100644 --- a/tests/net/lib/lwm2m/content_oma_tlv/prj.conf +++ b/tests/net/lib/lwm2m/content_oma_tlv/prj.conf @@ -1,7 +1,6 @@ CONFIG_NETWORKING=y CONFIG_NET_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y diff --git a/tests/net/lib/lwm2m/content_plain_text/prj.conf b/tests/net/lib/lwm2m/content_plain_text/prj.conf index 877c969958f6..79338ed1f31e 100644 --- a/tests/net/lib/lwm2m/content_plain_text/prj.conf +++ b/tests/net/lib/lwm2m/content_plain_text/prj.conf @@ -1,7 +1,6 @@ CONFIG_NETWORKING=y CONFIG_NET_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y diff --git a/tests/net/lib/lwm2m/content_raw_cbor/prj.conf b/tests/net/lib/lwm2m/content_raw_cbor/prj.conf index 64ab6f89d22a..6a29c438cabb 100644 --- a/tests/net/lib/lwm2m/content_raw_cbor/prj.conf +++ b/tests/net/lib/lwm2m/content_raw_cbor/prj.conf @@ -1,7 +1,6 @@ CONFIG_NETWORKING=y CONFIG_NET_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y diff --git a/tests/net/lib/lwm2m/content_senml_cbor/prj.conf b/tests/net/lib/lwm2m/content_senml_cbor/prj.conf index 27a8364af588..e2f6bdb952f6 100644 --- a/tests/net/lib/lwm2m/content_senml_cbor/prj.conf +++ b/tests/net/lib/lwm2m/content_senml_cbor/prj.conf @@ -1,7 +1,6 @@ CONFIG_NETWORKING=y CONFIG_NET_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y diff --git a/tests/net/lib/lwm2m/engine/prj.conf b/tests/net/lib/lwm2m/engine/prj.conf index 4477075056a5..ad804ff4f1c6 100644 --- a/tests/net/lib/lwm2m/engine/prj.conf +++ b/tests/net/lib/lwm2m/engine/prj.conf @@ -1,7 +1,6 @@ CONFIG_NETWORKING=y CONFIG_NET_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y diff --git a/tests/net/lib/lwm2m/lwm2m_engine/prj.conf b/tests/net/lib/lwm2m/lwm2m_engine/prj.conf index e051abf41914..775cea846a14 100644 --- a/tests/net/lib/lwm2m/lwm2m_engine/prj.conf +++ b/tests/net/lib/lwm2m/lwm2m_engine/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=4096 CONFIG_MP_MAX_NUM_CPUS=1 diff --git a/tests/net/lib/lwm2m/lwm2m_rd_client/prj.conf b/tests/net/lib/lwm2m/lwm2m_rd_client/prj.conf index e051abf41914..775cea846a14 100644 --- a/tests/net/lib/lwm2m/lwm2m_rd_client/prj.conf +++ b/tests/net/lib/lwm2m/lwm2m_rd_client/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=4096 CONFIG_MP_MAX_NUM_CPUS=1 diff --git a/tests/net/lib/lwm2m/lwm2m_registry/prj.conf b/tests/net/lib/lwm2m/lwm2m_registry/prj.conf index 4d5e497fe8df..84e3a4bb2895 100644 --- a/tests/net/lib/lwm2m/lwm2m_registry/prj.conf +++ b/tests/net/lib/lwm2m/lwm2m_registry/prj.conf @@ -1,7 +1,6 @@ CONFIG_NETWORKING=y CONFIG_NET_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y diff --git a/tests/net/lib/mqtt_packet/prj.conf b/tests/net/lib/mqtt_packet/prj.conf index 883a38d2d9bc..1c4a907a1558 100644 --- a/tests/net/lib/mqtt_packet/prj.conf +++ b/tests/net/lib/mqtt_packet/prj.conf @@ -9,6 +9,5 @@ CONFIG_TEST_RANDOM_GENERATOR=y # enable the MQTT lib CONFIG_MQTT_LIB=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_MAIN_STACK_SIZE=1280 diff --git a/tests/net/lib/mqtt_publisher/prj.conf b/tests/net/lib/mqtt_publisher/prj.conf index 32ad6f7cfd86..c9342459893e 100644 --- a/tests/net/lib/mqtt_publisher/prj.conf +++ b/tests/net/lib/mqtt_publisher/prj.conf @@ -32,4 +32,3 @@ CONFIG_MAIN_STACK_SIZE=2048 CONFIG_NET_BUF_DATA_SIZE=256 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/net/lib/mqtt_publisher/prj_tls.conf b/tests/net/lib/mqtt_publisher/prj_tls.conf index 9e575d1bc07e..2cae00984722 100644 --- a/tests/net/lib/mqtt_publisher/prj_tls.conf +++ b/tests/net/lib/mqtt_publisher/prj_tls.conf @@ -48,4 +48,3 @@ CONFIG_MBEDTLS_HEAP_SIZE=30000 # for tls_entropy_func CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/net/lib/mqtt_pubsub/prj.conf b/tests/net/lib/mqtt_pubsub/prj.conf index 26ff5f835ac1..368a9c283ddb 100644 --- a/tests/net/lib/mqtt_pubsub/prj.conf +++ b/tests/net/lib/mqtt_pubsub/prj.conf @@ -32,4 +32,3 @@ CONFIG_MAIN_STACK_SIZE=2048 CONFIG_NET_BUF_DATA_SIZE=256 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/net/lib/mqtt_sn_client/prj.conf b/tests/net/lib/mqtt_sn_client/prj.conf index 5c0a5c99f488..636d6248748f 100644 --- a/tests/net/lib/mqtt_sn_client/prj.conf +++ b/tests/net/lib/mqtt_sn_client/prj.conf @@ -18,4 +18,3 @@ CONFIG_ZTEST_STACK_SIZE=8192 CONFIG_STACK_USAGE=y CONFIG_STACK_SENTINEL=y CONFIG_DEBUG=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/net/lib/mqtt_sn_packet/prj.conf b/tests/net/lib/mqtt_sn_packet/prj.conf index 870f8a813db7..afb67dc24da8 100644 --- a/tests/net/lib/mqtt_sn_packet/prj.conf +++ b/tests/net/lib/mqtt_sn_packet/prj.conf @@ -14,4 +14,3 @@ CONFIG_NET_BUF_LOG_LEVEL_DBG=y CONFIG_MQTT_SN_LIB=y CONFIG_ZTEST=y CONFIG_MAIN_STACK_SIZE=1280 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/net/lib/mqtt_subscriber/prj.conf b/tests/net/lib/mqtt_subscriber/prj.conf index 26ff5f835ac1..368a9c283ddb 100644 --- a/tests/net/lib/mqtt_subscriber/prj.conf +++ b/tests/net/lib/mqtt_subscriber/prj.conf @@ -32,4 +32,3 @@ CONFIG_MAIN_STACK_SIZE=2048 CONFIG_NET_BUF_DATA_SIZE=256 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/net/lib/tls_credentials/prj.conf b/tests/net/lib/tls_credentials/prj.conf index c173e530849b..91424b1715d4 100644 --- a/tests/net/lib/tls_credentials/prj.conf +++ b/tests/net/lib/tls_credentials/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NET_TEST=y CONFIG_NETWORKING=y CONFIG_TEST_RANDOM_GENERATOR=y diff --git a/tests/net/mgmt/prj.conf b/tests/net/mgmt/prj.conf index 90ecd17868cb..3d41dd4d8515 100644 --- a/tests/net/mgmt/prj.conf +++ b/tests/net/mgmt/prj.conf @@ -18,4 +18,3 @@ CONFIG_NET_IPV6=y CONFIG_NET_L2_DUMMY=y CONFIG_NET_L2_ETHERNET=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/net/mld/prj.conf b/tests/net/mld/prj.conf index 59d326f15cd0..5eeab7f81ecd 100644 --- a/tests/net/mld/prj.conf +++ b/tests/net/mld/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MAIN_STACK_SIZE=2048 CONFIG_NET_TEST=y CONFIG_NETWORKING=y diff --git a/tests/net/neighbor/prj.conf b/tests/net/neighbor/prj.conf index ff1299a29f37..0116a6e10110 100644 --- a/tests/net/neighbor/prj.conf +++ b/tests/net/neighbor/prj.conf @@ -14,5 +14,4 @@ CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_NET_IF_UNICAST_IPV4_ADDR_COUNT=3 CONFIG_NET_IPV6_MAX_NEIGHBORS=4 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NET_L2_ETHERNET=n diff --git a/tests/net/net_pkt/prj.conf b/tests/net/net_pkt/prj.conf index 9f2702d15e48..b1902d33c714 100644 --- a/tests/net/net_pkt/prj.conf +++ b/tests/net/net_pkt/prj.conf @@ -1,6 +1,5 @@ CONFIG_NET_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NETWORKING=y CONFIG_NET_L2_ETHERNET=y CONFIG_NET_IPV4=y diff --git a/tests/net/npf/prj.conf b/tests/net/npf/prj.conf index 57d622130907..a5b746ea3dcf 100644 --- a/tests/net/npf/prj.conf +++ b/tests/net/npf/prj.conf @@ -10,7 +10,6 @@ CONFIG_NET_PKT_RX_COUNT=20 CONFIG_NET_BUF_RX_COUNT=20 CONFIG_NET_BUF_TX_COUNT=20 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_COMPILER_COLOR_DIAGNOSTICS=n CONFIG_NET_IPV4=y CONFIG_NET_PKT_FILTER_IPV4_HOOK=y diff --git a/tests/net/offloaded_netdev/prj.conf b/tests/net/offloaded_netdev/prj.conf index 8bdc82930bb4..ad92b9bec282 100644 --- a/tests/net/offloaded_netdev/prj.conf +++ b/tests/net/offloaded_netdev/prj.conf @@ -4,7 +4,6 @@ CONFIG_NET_SOCKETS=y CONFIG_NET_SOCKETS_OFFLOAD=y CONFIG_NET_LOG=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_NET_OFFLOAD=y CONFIG_TEST_RANDOM_GENERATOR=y diff --git a/tests/net/pm/prj.conf b/tests/net/pm/prj.conf index e7dae2dd227f..5650693d56cd 100644 --- a/tests/net/pm/prj.conf +++ b/tests/net/pm/prj.conf @@ -16,4 +16,3 @@ CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_NET_IF_UNICAST_IPV4_ADDR_COUNT=2 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/net/ppp/driver/prj.conf b/tests/net/ppp/driver/prj.conf index 02f619cf24fd..25ceb3689472 100644 --- a/tests/net/ppp/driver/prj.conf +++ b/tests/net/ppp/driver/prj.conf @@ -23,6 +23,5 @@ CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=6 CONFIG_NET_IPV6_ND=n CONFIG_NET_CONFIG_AUTO_INIT=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y #CONFIG_NET_PPP_LOG_LEVEL_DBG=y CONFIG_CRC=y diff --git a/tests/net/promiscuous/prj.conf b/tests/net/promiscuous/prj.conf index 3c210710af54..5f56de6e98e8 100644 --- a/tests/net/promiscuous/prj.conf +++ b/tests/net/promiscuous/prj.conf @@ -22,4 +22,3 @@ CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=6 CONFIG_NET_IPV6_MAX_NEIGHBORS=1 CONFIG_NET_IPV6_ND=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/net/ptp/clock/prj.conf b/tests/net/ptp/clock/prj.conf index 1cfee2add56b..71efa260d7c5 100644 --- a/tests/net/ptp/clock/prj.conf +++ b/tests/net/ptp/clock/prj.conf @@ -19,7 +19,6 @@ CONFIG_NET_IF_MAX_IPV6_COUNT=6 CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=6 CONFIG_NET_IPV6_ND=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NET_CONFIG_SETTINGS=n CONFIG_NET_SHELL=n CONFIG_PTP_CLOCK=y diff --git a/tests/net/route/prj.conf b/tests/net/route/prj.conf index 05a1ad8c84bd..0ce002a9f659 100644 --- a/tests/net/route/prj.conf +++ b/tests/net/route/prj.conf @@ -21,4 +21,3 @@ CONFIG_NET_MAX_ROUTES=4 CONFIG_NET_MAX_NEXTHOPS=8 CONFIG_NET_IPV6_MAX_NEIGHBORS=8 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/net/route_mcast/prj.conf b/tests/net/route_mcast/prj.conf index 3c0eb6107d67..c655d805cdba 100644 --- a/tests/net/route_mcast/prj.conf +++ b/tests/net/route_mcast/prj.conf @@ -21,6 +21,5 @@ CONFIG_NET_MAX_ROUTES=4 CONFIG_NET_MAX_NEXTHOPS=8 CONFIG_NET_IPV6_MAX_NEIGHBORS=8 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NET_MAX_MCAST_ROUTES=10 CONFIG_NET_ROUTE_MCAST=y diff --git a/tests/net/shell/prj.conf b/tests/net/shell/prj.conf index 082cee7758df..f6aef9e72c22 100644 --- a/tests/net/shell/prj.conf +++ b/tests/net/shell/prj.conf @@ -17,7 +17,6 @@ CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=2 CONFIG_NET_IF_UNICAST_IPV4_ADDR_COUNT=2 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NET_SHELL=y CONFIG_LOG_PRINTK=n CONFIG_SHELL_BACKEND_DUMMY=y diff --git a/tests/net/socket/af_packet/prj.conf b/tests/net/socket/af_packet/prj.conf index 8636ac9c5cfc..c73bd698d181 100644 --- a/tests/net/socket/af_packet/prj.conf +++ b/tests/net/socket/af_packet/prj.conf @@ -17,7 +17,6 @@ CONFIG_ETH_DRIVER=n CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NET_TEST=y CONFIG_NET_LOG=y CONFIG_TEST_USERSPACE=y diff --git a/tests/net/socket/af_packet_ipproto_raw/prj.conf b/tests/net/socket/af_packet_ipproto_raw/prj.conf index bd6399ab1525..57c66491ea15 100644 --- a/tests/net/socket/af_packet_ipproto_raw/prj.conf +++ b/tests/net/socket/af_packet_ipproto_raw/prj.conf @@ -19,7 +19,6 @@ CONFIG_NET_L2_DUMMY=y CONFIG_NET_IF_MAX_IPV4_COUNT=4 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NET_TEST=y CONFIG_NET_LOG=y CONFIG_TEST_USERSPACE=y diff --git a/tests/net/socket/can/prj.conf b/tests/net/socket/can/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/net/socket/can/prj.conf +++ b/tests/net/socket/can/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/net/socket/getaddrinfo/prj.conf b/tests/net/socket/getaddrinfo/prj.conf index f42658a1d92f..0de25de2f003 100644 --- a/tests/net/socket/getaddrinfo/prj.conf +++ b/tests/net/socket/getaddrinfo/prj.conf @@ -26,7 +26,6 @@ CONFIG_DNS_SERVER2="127.0.0.1:15353" CONFIG_MAIN_STACK_SIZE=2048 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y # User mode requirements CONFIG_TEST_USERSPACE=y diff --git a/tests/net/socket/getnameinfo/prj.conf b/tests/net/socket/getnameinfo/prj.conf index eb7851f76fc1..3b7eb423f451 100644 --- a/tests/net/socket/getnameinfo/prj.conf +++ b/tests/net/socket/getnameinfo/prj.conf @@ -24,7 +24,6 @@ CONFIG_DNS_SERVER2="192.0.2.2:15353" CONFIG_MAIN_STACK_SIZE=2048 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y # User mode requirements CONFIG_TEST_USERSPACE=y diff --git a/tests/net/socket/misc/prj.conf b/tests/net/socket/misc/prj.conf index b71231f2705a..5d83f5013bed 100644 --- a/tests/net/socket/misc/prj.conf +++ b/tests/net/socket/misc/prj.conf @@ -29,7 +29,6 @@ CONFIG_NET_IF_MAX_IPV4_COUNT=3 CONFIG_MAIN_STACK_SIZE=2048 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y # TCP handshake requires more packets CONFIG_NET_PKT_TX_COUNT=10 diff --git a/tests/net/socket/net_mgmt/prj.conf b/tests/net/socket/net_mgmt/prj.conf index 58b4fc6ce75e..d5c337242aac 100644 --- a/tests/net/socket/net_mgmt/prj.conf +++ b/tests/net/socket/net_mgmt/prj.conf @@ -20,7 +20,6 @@ CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_MAIN_STACK_SIZE=2048 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y # User mode requirements CONFIG_TEST_USERSPACE=y diff --git a/tests/net/socket/offload_dispatcher/prj.conf b/tests/net/socket/offload_dispatcher/prj.conf index 0d185939cec8..2ba9d78fed78 100644 --- a/tests/net/socket/offload_dispatcher/prj.conf +++ b/tests/net/socket/offload_dispatcher/prj.conf @@ -1,6 +1,5 @@ CONFIG_NET_TEST=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=2048 # Networking config diff --git a/tests/net/socket/poll/prj.conf b/tests/net/socket/poll/prj.conf index 709f46062d9a..fb9b598e32c9 100644 --- a/tests/net/socket/poll/prj.conf +++ b/tests/net/socket/poll/prj.conf @@ -20,7 +20,6 @@ CONFIG_ZTEST_STACK_SIZE=1280 CONFIG_NET_TCP_INIT_RETRANSMISSION_TIMEOUT=100 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NET_TEST=y CONFIG_NET_DRIVERS=y diff --git a/tests/net/socket/register/prj.conf b/tests/net/socket/register/prj.conf index 36da34741ce7..d2b3e01b6c0c 100644 --- a/tests/net/socket/register/prj.conf +++ b/tests/net/socket/register/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NETWORKING=y CONFIG_NET_TEST=y CONFIG_NET_DRIVERS=y diff --git a/tests/net/socket/reuseaddr_reuseport/prj.conf b/tests/net/socket/reuseaddr_reuseport/prj.conf index 63b9e737e513..4d852d52e461 100644 --- a/tests/net/socket/reuseaddr_reuseport/prj.conf +++ b/tests/net/socket/reuseaddr_reuseport/prj.conf @@ -43,7 +43,6 @@ CONFIG_NET_TCP_TIME_WAIT_DELAY=200 CONFIG_MAIN_STACK_SIZE=2048 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=4096 # User mode requirements diff --git a/tests/net/socket/select/prj.conf b/tests/net/socket/select/prj.conf index 2641350a25d3..7e962eee4238 100644 --- a/tests/net/socket/select/prj.conf +++ b/tests/net/socket/select/prj.conf @@ -18,7 +18,6 @@ CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_MAIN_STACK_SIZE=2048 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NET_TCP_INIT_RETRANSMISSION_TIMEOUT=100 diff --git a/tests/net/socket/socketpair/prj.conf b/tests/net/socket/socketpair/prj.conf index 83ecd35957ef..9789809556ce 100644 --- a/tests/net/socket/socketpair/prj.conf +++ b/tests/net/socket/socketpair/prj.conf @@ -14,7 +14,6 @@ CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_MAIN_STACK_SIZE=2048 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y # User mode requirements CONFIG_TEST_USERSPACE=y diff --git a/tests/net/socket/tcp/prj.conf b/tests/net/socket/tcp/prj.conf index 45695703542c..9ef9b3109168 100644 --- a/tests/net/socket/tcp/prj.conf +++ b/tests/net/socket/tcp/prj.conf @@ -40,7 +40,6 @@ CONFIG_NET_TCP_RETRY_COUNT=3 CONFIG_NET_TCP_INIT_RETRANSMISSION_TIMEOUT=120 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=2048 CONFIG_NET_CONTEXT_RCVTIMEO=y diff --git a/tests/net/socket/tls/prj.conf b/tests/net/socket/tls/prj.conf index 6186a5186242..842079fabb94 100644 --- a/tests/net/socket/tls/prj.conf +++ b/tests/net/socket/tls/prj.conf @@ -36,7 +36,6 @@ CONFIG_NET_BUF_TX_COUNT=32 CONFIG_NET_BUF_RX_COUNT=32 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=3072 CONFIG_MBEDTLS_ENABLE_HEAP=y diff --git a/tests/net/socket/tls_ext/prj.conf b/tests/net/socket/tls_ext/prj.conf index 5d8e65e8c700..b2e360bb4dbb 100644 --- a/tests/net/socket/tls_ext/prj.conf +++ b/tests/net/socket/tls_ext/prj.conf @@ -1,7 +1,6 @@ # General config CONFIG_SMP=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y # Networking config CONFIG_TEST_RANDOM_GENERATOR=y diff --git a/tests/net/socket/udp/prj.conf b/tests/net/socket/udp/prj.conf index e80eafaed3f0..352894932888 100644 --- a/tests/net/socket/udp/prj.conf +++ b/tests/net/socket/udp/prj.conf @@ -24,7 +24,6 @@ CONFIG_MAIN_STACK_SIZE=2048 CONFIG_HEAP_MEM_POOL_SIZE=256 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NET_TEST=y CONFIG_TEST_USERSPACE=y diff --git a/tests/net/socket/websocket/prj.conf b/tests/net/socket/websocket/prj.conf index 65058f79843e..edf128a7df05 100644 --- a/tests/net/socket/websocket/prj.conf +++ b/tests/net/socket/websocket/prj.conf @@ -32,5 +32,4 @@ CONFIG_HEAP_MEM_POOL_SIZE=1500 # Test options CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=2048 diff --git a/tests/net/tcp/prj.conf b/tests/net/tcp/prj.conf index 810ce77b545f..86f972f043dd 100644 --- a/tests/net/tcp/prj.conf +++ b/tests/net/tcp/prj.conf @@ -36,7 +36,6 @@ CONFIG_NET_IPV6_NBR_CACHE=n CONFIG_NET_IPV6_MLD=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=3072 CONFIG_HEAP_MEM_POOL_SIZE=8192 diff --git a/tests/net/traffic_class/prj.conf b/tests/net/traffic_class/prj.conf index 6da597ef3665..41ff756bdf9e 100644 --- a/tests/net/traffic_class/prj.conf +++ b/tests/net/traffic_class/prj.conf @@ -27,6 +27,5 @@ CONFIG_NET_CONTEXT_PRIORITY=y CONFIG_NET_TC_TX_COUNT=8 CONFIG_NET_TC_RX_COUNT=8 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NET_CONFIG_SETTINGS=n CONFIG_NET_SHELL=n diff --git a/tests/net/trickle/prj.conf b/tests/net/trickle/prj.conf index 1066b87eb6a1..267aa020c0ce 100644 --- a/tests/net/trickle/prj.conf +++ b/tests/net/trickle/prj.conf @@ -15,7 +15,6 @@ CONFIG_NET_BUF_RX_COUNT=5 CONFIG_NET_BUF_TX_COUNT=5 CONFIG_NET_TRICKLE=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=1024 CONFIG_NET_DRIVERS=y CONFIG_NET_LOOPBACK=y diff --git a/tests/net/tx_timestamp/prj.conf b/tests/net/tx_timestamp/prj.conf index e739c0688ed6..7f028d9390a4 100644 --- a/tests/net/tx_timestamp/prj.conf +++ b/tests/net/tx_timestamp/prj.conf @@ -23,4 +23,3 @@ CONFIG_NET_CONFIG_SETTINGS=n CONFIG_NET_SHELL=n CONFIG_NET_PKT_TIMESTAMP=y CONFIG_NET_PKT_TIMESTAMP_THREAD=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/net/udp/prj.conf b/tests/net/udp/prj.conf index a70f51e23e5e..3782275cca84 100644 --- a/tests/net/udp/prj.conf +++ b/tests/net/udp/prj.conf @@ -23,4 +23,3 @@ CONFIG_NET_IF_UNICAST_IPV4_ADDR_COUNT=2 # Turn off UDP checksum checking as the test fails otherwise. CONFIG_NET_UDP_CHECKSUM=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/net/utils/prj.conf b/tests/net/utils/prj.conf index 404cfcdb48a3..f63c6c8f05d5 100644 --- a/tests/net/utils/prj.conf +++ b/tests/net/utils/prj.conf @@ -17,4 +17,3 @@ CONFIG_NET_UDP=y CONFIG_ZTEST=y CONFIG_MAIN_STACK_SIZE=1280 CONFIG_TEST_USERSPACE=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/net/virtual/prj.conf b/tests/net/virtual/prj.conf index d9279fa4f8a3..76683036a532 100644 --- a/tests/net/virtual/prj.conf +++ b/tests/net/virtual/prj.conf @@ -41,6 +41,5 @@ CONFIG_NET_IF_MAX_IPV6_COUNT=6 CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=6 CONFIG_NET_IPV6_ND=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NET_CONFIG_SETTINGS=n CONFIG_NET_SHELL=n diff --git a/tests/net/vlan/prj.conf b/tests/net/vlan/prj.conf index 92f107cd1317..48fa390cded6 100644 --- a/tests/net/vlan/prj.conf +++ b/tests/net/vlan/prj.conf @@ -23,7 +23,6 @@ CONFIG_NET_VLAN=y CONFIG_NET_VLAN_COUNT=4 CONFIG_NET_CONTEXT_PRIORITY=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NET_CONFIG_SETTINGS=n CONFIG_NET_SHELL=n diff --git a/tests/net/wifi/wifi_nm/prj.conf b/tests/net/wifi/wifi_nm/prj.conf index abeb08fca4fa..aab25c2a734a 100644 --- a/tests/net/wifi/wifi_nm/prj.conf +++ b/tests/net/wifi/wifi_nm/prj.conf @@ -12,7 +12,6 @@ CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y # Disable internal ethernet drivers as the test is self contained # and does not need the on board driver to function. diff --git a/tests/posix/common/prj.conf b/tests/posix/common/prj.conf index 1c7e7bd220e3..6c0b9153b6ac 100644 --- a/tests/posix/common/prj.conf +++ b/tests/posix/common/prj.conf @@ -2,7 +2,6 @@ CONFIG_PTHREAD_IPC=y CONFIG_POSIX_API=y CONFIG_MAX_PTHREAD_COUNT=10 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SEM_VALUE_MAX=32767 CONFIG_POSIX_MQUEUE=y CONFIG_HEAP_MEM_POOL_SIZE=4096 diff --git a/tests/posix/eventfd/prj.conf b/tests/posix/eventfd/prj.conf index ac1dcf7c06a2..4fcab370408b 100644 --- a/tests/posix/eventfd/prj.conf +++ b/tests/posix/eventfd/prj.conf @@ -7,7 +7,6 @@ CONFIG_NET_SOCKETS=y CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_POSIX_API=y CONFIG_EVENTFD=y diff --git a/tests/posix/fs/prj.conf b/tests/posix/fs/prj.conf index 24b214aa6ce4..bb6d36b836eb 100644 --- a/tests/posix/fs/prj.conf +++ b/tests/posix/fs/prj.conf @@ -4,6 +4,5 @@ CONFIG_FAT_FILESYSTEM_ELM=y CONFIG_POSIX_API=y CONFIG_POSIX_FS=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MAIN_STACK_SIZE=4096 CONFIG_EVENTFD=n diff --git a/tests/posix/getopt/prj.conf b/tests/posix/getopt/prj.conf index bcf51234f2ad..034ce191ddf2 100644 --- a/tests/posix/getopt/prj.conf +++ b/tests/posix/getopt/prj.conf @@ -2,5 +2,4 @@ CONFIG_GETOPT=y CONFIG_GETOPT_LONG=y CONFIG_LOG=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_LOGGING_DEFAULTS=n diff --git a/tests/posix/headers/prj.conf b/tests/posix/headers/prj.conf index 43b6bc147c46..e64b889585a0 100644 --- a/tests/posix/headers/prj.conf +++ b/tests/posix/headers/prj.conf @@ -1,6 +1,5 @@ CONFIG_POSIX_API=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y # for POSIX_FS CONFIG_FILE_SYSTEM=y diff --git a/tests/posix/pthread_pressure/prj.conf b/tests/posix/pthread_pressure/prj.conf index 9499b191c2df..ba9a5f8487a2 100644 --- a/tests/posix/pthread_pressure/prj.conf +++ b/tests/posix/pthread_pressure/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_POSIX_API=y ## Note: for benchmarking purposes, uncomment the Kconfig below diff --git a/tests/subsys/bindesc/definition/prj.conf b/tests/subsys/bindesc/definition/prj.conf index d264ff631dec..80bd7e861c6b 100644 --- a/tests/subsys/bindesc/definition/prj.conf +++ b/tests/subsys/bindesc/definition/prj.conf @@ -3,7 +3,6 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_BINDESC=y CONFIG_BINDESC_DEFINE=y diff --git a/tests/subsys/canbus/isotp/conformance/prj.conf b/tests/subsys/canbus/isotp/conformance/prj.conf index f3e508383040..5b25fdc81a60 100644 --- a/tests/subsys/canbus/isotp/conformance/prj.conf +++ b/tests/subsys/canbus/isotp/conformance/prj.conf @@ -1,6 +1,5 @@ CONFIG_CAN=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ISOTP=y CONFIG_ISOTP_USE_TX_BUF=y CONFIG_ISOTP_ENABLE_CONTEXT_BUFFERS=y diff --git a/tests/subsys/canbus/isotp/implementation/prj.conf b/tests/subsys/canbus/isotp/implementation/prj.conf index 4ab0fe51d381..648acdbf209d 100644 --- a/tests/subsys/canbus/isotp/implementation/prj.conf +++ b/tests/subsys/canbus/isotp/implementation/prj.conf @@ -1,6 +1,5 @@ CONFIG_CAN=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ISOTP=y CONFIG_ISOTP_USE_TX_BUF=y CONFIG_ISOTP_ENABLE_CONTEXT_BUFFERS=y diff --git a/tests/subsys/debug/coredump_backends/prj.conf b/tests/subsys/debug/coredump_backends/prj.conf index dc18b00328a3..dae6fd98be5f 100644 --- a/tests/subsys/debug/coredump_backends/prj.conf +++ b/tests/subsys/debug/coredump_backends/prj.conf @@ -6,4 +6,3 @@ CONFIG_DEBUG_COREDUMP_BACKEND_LOGGING=y CONFIG_MP_MAX_NUM_CPUS=1 CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_MIN=y CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_LINKER_RAM=n -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/debug/coredump_backends/prj_backend_other.conf b/tests/subsys/debug/coredump_backends/prj_backend_other.conf index fd1dc6213cc5..7b902485c108 100644 --- a/tests/subsys/debug/coredump_backends/prj_backend_other.conf +++ b/tests/subsys/debug/coredump_backends/prj_backend_other.conf @@ -4,4 +4,3 @@ CONFIG_DEBUG_COREDUMP_BACKEND_OTHER=y CONFIG_MP_MAX_NUM_CPUS=1 CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_MIN=y CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_LINKER_RAM=n -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/debug/coredump_backends/prj_flash_partition.conf b/tests/subsys/debug/coredump_backends/prj_flash_partition.conf index bd45af4cdd7f..71e3eea70fe6 100644 --- a/tests/subsys/debug/coredump_backends/prj_flash_partition.conf +++ b/tests/subsys/debug/coredump_backends/prj_flash_partition.conf @@ -7,4 +7,3 @@ CONFIG_MP_MAX_NUM_CPUS=1 CONFIG_FLASH=y CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_MIN=y CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_LINKER_RAM=n -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/dfu/img_util/prj.conf b/tests/subsys/dfu/img_util/prj.conf index b8183095aaf4..6beb6b102a09 100644 --- a/tests/subsys/dfu/img_util/prj.conf +++ b/tests/subsys/dfu/img_util/prj.conf @@ -7,4 +7,3 @@ CONFIG_IMG_MANAGER=y CONFIG_IMG_ENABLE_IMAGE_CHECK=y CONFIG_MCUBOOT_IMG_MANAGER=y CONFIG_IMG_BLOCK_BUF_SIZE=512 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/dfu/mcuboot/prj.conf b/tests/subsys/dfu/mcuboot/prj.conf index ebef72eb7e85..ddd227b82ca4 100644 --- a/tests/subsys/dfu/mcuboot/prj.conf +++ b/tests/subsys/dfu/mcuboot/prj.conf @@ -6,4 +6,3 @@ CONFIG_STREAM_FLASH=y CONFIG_IMG_MANAGER=y CONFIG_MCUBOOT_IMG_MANAGER=y CONFIG_IMG_BLOCK_BUF_SIZE=512 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/dfu/mcuboot_multi/prj.conf b/tests/subsys/dfu/mcuboot_multi/prj.conf index 2ec756135727..672058b3a266 100644 --- a/tests/subsys/dfu/mcuboot_multi/prj.conf +++ b/tests/subsys/dfu/mcuboot_multi/prj.conf @@ -7,4 +7,3 @@ CONFIG_IMG_MANAGER=y CONFIG_MCUBOOT_IMG_MANAGER=y CONFIG_IMG_BLOCK_BUF_SIZE=512 CONFIG_UPDATEABLE_IMAGE_NUMBER=2 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/dsp/basicmath/prj.conf b/tests/subsys/dsp/basicmath/prj.conf index 4e2cb0cae14d..e2b18830aa0c 100644 --- a/tests/subsys/dsp/basicmath/prj.conf +++ b/tests/subsys/dsp/basicmath/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NEWLIB_LIBC=y CONFIG_DSP=y CONFIG_CMSIS_DSP=y diff --git a/tests/subsys/dsp/basicmath/prj_arc.conf b/tests/subsys/dsp/basicmath/prj_arc.conf index 865604bbd25c..e05581963611 100644 --- a/tests/subsys/dsp/basicmath/prj_arc.conf +++ b/tests/subsys/dsp/basicmath/prj_arc.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ARCMWDT_LIBC=y CONFIG_CPLUSPLUS=y CONFIG_DSP=y diff --git a/tests/subsys/dsp/print_format/prj.conf b/tests/subsys/dsp/print_format/prj.conf index 9f0a63c9804b..d675ac848900 100644 --- a/tests/subsys/dsp/print_format/prj.conf +++ b/tests/subsys/dsp/print_format/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_NEWLIB_LIBC=y CONFIG_DSP=y CONFIG_CMSIS_DSP=y diff --git a/tests/subsys/edac/ibecc/prj.conf b/tests/subsys/edac/ibecc/prj.conf index 6dd0980fead7..e82a8f1c952f 100644 --- a/tests/subsys/edac/ibecc/prj.conf +++ b/tests/subsys/edac/ibecc/prj.conf @@ -2,4 +2,3 @@ CONFIG_ZTEST=y CONFIG_EDAC=y CONFIG_EDAC_IBECC=y CONFIG_LOG=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/edac/ibecc_cov/prj.conf b/tests/subsys/edac/ibecc_cov/prj.conf index f205f0515e04..9707ccfa2dfa 100644 --- a/tests/subsys/edac/ibecc_cov/prj.conf +++ b/tests/subsys/edac/ibecc_cov/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y CONFIG_LOG=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/emul/prj.conf b/tests/subsys/emul/prj.conf index 452d3c4f157a..81a9aca7dbd9 100644 --- a/tests/subsys/emul/prj.conf +++ b/tests/subsys/emul/prj.conf @@ -3,6 +3,5 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SENSOR=y CONFIG_BMI160_TRIGGER_NONE=y diff --git a/tests/subsys/fs/ext2/prj.conf b/tests/subsys/fs/ext2/prj.conf index 86f11ba10865..8b965329f6be 100644 --- a/tests/subsys/fs/ext2/prj.conf +++ b/tests/subsys/fs/ext2/prj.conf @@ -8,5 +8,4 @@ CONFIG_DISK_DRIVER_RAM=y CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=4096 diff --git a/tests/subsys/fs/ext2/prj_big.conf b/tests/subsys/fs/ext2/prj_big.conf index 4590cd4cd577..1463ebfa8cc9 100644 --- a/tests/subsys/fs/ext2/prj_big.conf +++ b/tests/subsys/fs/ext2/prj_big.conf @@ -10,7 +10,6 @@ CONFIG_EXT2_MAX_BLOCK_COUNT=20 CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=4096 CONFIG_APP_TEST_BIG=y diff --git a/tests/subsys/fs/ext2/prj_flash.conf b/tests/subsys/fs/ext2/prj_flash.conf index 741f45771af6..ada4707349b3 100644 --- a/tests/subsys/fs/ext2/prj_flash.conf +++ b/tests/subsys/fs/ext2/prj_flash.conf @@ -8,5 +8,4 @@ CONFIG_DISK_DRIVER_FLASH=y CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=4096 diff --git a/tests/subsys/fs/ext2/prj_sdcard.conf b/tests/subsys/fs/ext2/prj_sdcard.conf index 6089edf67c0e..dcc472b4081d 100644 --- a/tests/subsys/fs/ext2/prj_sdcard.conf +++ b/tests/subsys/fs/ext2/prj_sdcard.conf @@ -12,5 +12,4 @@ CONFIG_EXT2_DISK_STARTING_SECTOR=34 CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=4096 diff --git a/tests/subsys/fs/fat_fs_api/prj.conf b/tests/subsys/fs/fat_fs_api/prj.conf index 3a46ae26ed6d..5e22d035728e 100644 --- a/tests/subsys/fs/fat_fs_api/prj.conf +++ b/tests/subsys/fs/fat_fs_api/prj.conf @@ -4,6 +4,5 @@ CONFIG_LOG=y CONFIG_FAT_FILESYSTEM_ELM=y CONFIG_DISK_DRIVER_FLASH=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_FLASH=y CONFIG_FLASH_MAP=y diff --git a/tests/subsys/fs/fat_fs_api/prj_lfn.conf b/tests/subsys/fs/fat_fs_api/prj_lfn.conf index 6058670cdf6f..eaa76d5d6952 100644 --- a/tests/subsys/fs/fat_fs_api/prj_lfn.conf +++ b/tests/subsys/fs/fat_fs_api/prj_lfn.conf @@ -5,6 +5,5 @@ CONFIG_FAT_FILESYSTEM_ELM=y CONFIG_FS_FATFS_LFN=y CONFIG_DISK_DRIVER_FLASH=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_FLASH=y CONFIG_FLASH_MAP=y diff --git a/tests/subsys/fs/fat_fs_api/prj_mmc.conf b/tests/subsys/fs/fat_fs_api/prj_mmc.conf index 62e1d08de4d1..e3e903f5a890 100644 --- a/tests/subsys/fs/fat_fs_api/prj_mmc.conf +++ b/tests/subsys/fs/fat_fs_api/prj_mmc.conf @@ -4,6 +4,5 @@ CONFIG_FAT_FILESYSTEM_ELM=y CONFIG_SPI=y CONFIG_GPIO=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MMC_VOLUME_NAME="NAND" CONFIG_MAIN_STACK_SIZE=4096 diff --git a/tests/subsys/fs/fat_fs_api/prj_native_posix_ram.conf b/tests/subsys/fs/fat_fs_api/prj_native_posix_ram.conf index bff7a3e070de..a7b02e5bce18 100644 --- a/tests/subsys/fs/fat_fs_api/prj_native_posix_ram.conf +++ b/tests/subsys/fs/fat_fs_api/prj_native_posix_ram.conf @@ -3,6 +3,5 @@ CONFIG_FILE_SYSTEM_MKFS=y CONFIG_LOG=y CONFIG_FAT_FILESYSTEM_ELM=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_FLASH=y CONFIG_FLASH_MAP=y diff --git a/tests/subsys/fs/fat_fs_dual_drive/prj.conf b/tests/subsys/fs/fat_fs_dual_drive/prj.conf index bfdefcdfdc49..1d31e8beb3bc 100644 --- a/tests/subsys/fs/fat_fs_dual_drive/prj.conf +++ b/tests/subsys/fs/fat_fs_dual_drive/prj.conf @@ -4,5 +4,4 @@ CONFIG_FAT_FILESYSTEM_ELM=y CONFIG_FS_FATFS_NUM_FILES=8 CONFIG_FS_FATFS_NUM_DIRS=8 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MAIN_STACK_SIZE=2048 diff --git a/tests/subsys/fs/fcb/prj.conf b/tests/subsys/fs/fcb/prj.conf index e41051fb35a7..c30a352a0e41 100644 --- a/tests/subsys/fs/fcb/prj.conf +++ b/tests/subsys/fs/fcb/prj.conf @@ -5,4 +5,3 @@ CONFIG_FLASH_PAGE_LAYOUT=y CONFIG_FLASH_MAP=y CONFIG_FCB=y CONFIG_FCB_ALLOW_FIXED_ENDMARKER=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/fs/fs_api/prj.conf b/tests/subsys/fs/fs_api/prj.conf index d5feeed8bffa..47eb9e2362c5 100644 --- a/tests/subsys/fs/fs_api/prj.conf +++ b/tests/subsys/fs/fs_api/prj.conf @@ -1,3 +1,2 @@ CONFIG_FILE_SYSTEM=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/fs/littlefs/prj.conf b/tests/subsys/fs/littlefs/prj.conf index 9ccaa0d45895..de33b272ae6f 100644 --- a/tests/subsys/fs/littlefs/prj.conf +++ b/tests/subsys/fs/littlefs/prj.conf @@ -1,7 +1,6 @@ CONFIG_FILE_SYSTEM=y CONFIG_FILE_SYSTEM_MKFS=y CONFIG_FILE_SYSTEM_LITTLEFS=y -CONFIG_ZTEST_NEW_API=y CONFIG_MAIN_STACK_SIZE=4096 # Performance tests need custom buffer allocation diff --git a/tests/subsys/fs/multi-fs/prj.conf b/tests/subsys/fs/multi-fs/prj.conf index 7a2b28cffed0..287f0363dca4 100644 --- a/tests/subsys/fs/multi-fs/prj.conf +++ b/tests/subsys/fs/multi-fs/prj.conf @@ -10,5 +10,4 @@ CONFIG_HEAP_MEM_POOL_SIZE=4096 CONFIG_MAIN_STACK_SIZE=4096 CONFIG_ZTEST_STACK_SIZE=4096 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MAIN_STACK_SIZE=2048 diff --git a/tests/subsys/fs/multi-fs/prj_fs_shell.conf b/tests/subsys/fs/multi-fs/prj_fs_shell.conf index aa2c4cfd79ca..327e2b4f2fb5 100644 --- a/tests/subsys/fs/multi-fs/prj_fs_shell.conf +++ b/tests/subsys/fs/multi-fs/prj_fs_shell.conf @@ -14,5 +14,4 @@ CONFIG_HEAP_MEM_POOL_SIZE=1024 CONFIG_MAIN_STACK_SIZE=1024 CONFIG_ZTEST_STACK_SIZE=4096 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MAIN_STACK_SIZE=2048 diff --git a/tests/subsys/fs/nvs/prj.conf b/tests/subsys/fs/nvs/prj.conf index b4b850229e75..7d7f4aec2e93 100644 --- a/tests/subsys/fs/nvs/prj.conf +++ b/tests/subsys/fs/nvs/prj.conf @@ -1,6 +1,5 @@ CONFIG_ZTEST=y CONFIG_ZTEST_STACK_SIZE=4096 -CONFIG_ZTEST_NEW_API=y CONFIG_STDOUT_CONSOLE=y CONFIG_FLASH=y diff --git a/tests/subsys/input/api/prj.conf b/tests/subsys/input/api/prj.conf index bd3dc1ced37f..dff5c3dc7f68 100644 --- a/tests/subsys/input/api/prj.conf +++ b/tests/subsys/input/api/prj.conf @@ -1,5 +1,4 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_INPUT=y diff --git a/tests/subsys/input/input_longpress/prj.conf b/tests/subsys/input/input_longpress/prj.conf index b101f410c698..bc713698bbfe 100644 --- a/tests/subsys/input/input_longpress/prj.conf +++ b/tests/subsys/input/input_longpress/prj.conf @@ -1,6 +1,5 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_INPUT=y CONFIG_INPUT_MODE_SYNCHRONOUS=y diff --git a/tests/subsys/ipc/ipc_service/prj.conf b/tests/subsys/ipc/ipc_service/prj.conf index 67befb6214a3..01e20c4e9b91 100644 --- a/tests/subsys/ipc/ipc_service/prj.conf +++ b/tests/subsys/ipc/ipc_service/prj.conf @@ -4,4 +4,3 @@ CONFIG_ZTEST=y CONFIG_MMU=y CONFIG_IPC_SERVICE=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/jwt/prj.conf b/tests/subsys/jwt/prj.conf index fe632553ea38..046cc9ac429f 100644 --- a/tests/subsys/jwt/prj.conf +++ b/tests/subsys/jwt/prj.conf @@ -20,5 +20,3 @@ CONFIG_MBEDTLS_USER_CONFIG_FILE="user-tls-conf.h" CONFIG_NET_SOCKETS=y CONFIG_NEWLIB_LIBC=y - -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/llext/prj.conf b/tests/subsys/llext/prj.conf index e6f45708208c..ed104f56b084 100644 --- a/tests/subsys/llext/prj.conf +++ b/tests/subsys/llext/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=8192 CONFIG_LOG=y CONFIG_LOG_MODE_IMMEDIATE=y diff --git a/tests/subsys/logging/log_api/prj.conf b/tests/subsys/logging/log_api/prj.conf index b28665151be6..c46ee4c1886b 100644 --- a/tests/subsys/logging/log_api/prj.conf +++ b/tests/subsys/logging/log_api/prj.conf @@ -1,6 +1,5 @@ CONFIG_MAIN_THREAD_PRIORITY=5 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_TEST_LOGGING_DEFAULTS=n CONFIG_LOG=y diff --git a/tests/subsys/logging/log_backend_fs/prj.conf b/tests/subsys/logging/log_backend_fs/prj.conf index 4f0984364c4d..6ea2195cd8ff 100644 --- a/tests/subsys/logging/log_backend_fs/prj.conf +++ b/tests/subsys/logging/log_backend_fs/prj.conf @@ -1,7 +1,6 @@ CONFIG_ZTEST=y CONFIG_ASSERT=y CONFIG_TEST_LOGGING_DEFAULTS=n -CONFIG_ZTEST_NEW_API=y CONFIG_LOG=y CONFIG_LOG_BACKEND_FS=y diff --git a/tests/subsys/logging/log_backend_init/prj.conf b/tests/subsys/logging/log_backend_init/prj.conf index cbb5cf0b4b28..f28ddfb8fc35 100644 --- a/tests/subsys/logging/log_backend_init/prj.conf +++ b/tests/subsys/logging/log_backend_init/prj.conf @@ -1,6 +1,5 @@ CONFIG_MAIN_THREAD_PRIORITY=5 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_LOGGING_DEFAULTS=n CONFIG_LOG=y CONFIG_LOG_PRINTK=n diff --git a/tests/subsys/logging/log_benchmark/prj.conf b/tests/subsys/logging/log_benchmark/prj.conf index 9e5cb801ccf7..858c9ec0f952 100644 --- a/tests/subsys/logging/log_benchmark/prj.conf +++ b/tests/subsys/logging/log_benchmark/prj.conf @@ -1,6 +1,5 @@ CONFIG_MAIN_THREAD_PRIORITY=5 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_LOGGING_DEFAULTS=n CONFIG_LOG=y CONFIG_LOG_PRINTK=n diff --git a/tests/subsys/logging/log_cache/prj.conf b/tests/subsys/logging/log_cache/prj.conf index 49146d8df2e1..2bba192e2038 100644 --- a/tests/subsys/logging/log_cache/prj.conf +++ b/tests/subsys/logging/log_cache/prj.conf @@ -1,6 +1,5 @@ CONFIG_MAIN_THREAD_PRIORITY=5 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_LOGGING_DEFAULTS=n CONFIG_LOG=y CONFIG_LOG_PRINTK=n diff --git a/tests/subsys/logging/log_core_additional/log_sync.conf b/tests/subsys/logging/log_core_additional/log_sync.conf index c9894d82dd75..9e8b101f546b 100644 --- a/tests/subsys/logging/log_core_additional/log_sync.conf +++ b/tests/subsys/logging/log_core_additional/log_sync.conf @@ -1,6 +1,5 @@ CONFIG_MAIN_THREAD_PRIORITY=5 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_LOGGING_DEFAULTS=n CONFIG_LOG=y CONFIG_LOG_OUTPUT=y diff --git a/tests/subsys/logging/log_core_additional/log_user.conf b/tests/subsys/logging/log_core_additional/log_user.conf index 4922dfbb411b..ae3240c0e215 100644 --- a/tests/subsys/logging/log_core_additional/log_user.conf +++ b/tests/subsys/logging/log_core_additional/log_user.conf @@ -1,6 +1,5 @@ CONFIG_MAIN_THREAD_PRIORITY=5 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_TEST_LOGGING_DEFAULTS=n CONFIG_LOG=y diff --git a/tests/subsys/logging/log_core_additional/prj.conf b/tests/subsys/logging/log_core_additional/prj.conf index a2bacab3cf50..cd3008f3bcc3 100644 --- a/tests/subsys/logging/log_core_additional/prj.conf +++ b/tests/subsys/logging/log_core_additional/prj.conf @@ -1,6 +1,5 @@ CONFIG_MAIN_THREAD_PRIORITY=5 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_LOGGING_DEFAULTS=n CONFIG_LOG=y CONFIG_LOG_OUTPUT=y diff --git a/tests/subsys/logging/log_custom_header/prj.conf b/tests/subsys/logging/log_custom_header/prj.conf index f905dd515d28..49d484e56cbb 100644 --- a/tests/subsys/logging/log_custom_header/prj.conf +++ b/tests/subsys/logging/log_custom_header/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_LOG=y CONFIG_LOG_OUTPUT=y CONFIG_LOG_PRINTK=n diff --git a/tests/subsys/logging/log_immediate/prj.conf b/tests/subsys/logging/log_immediate/prj.conf index a6a56e16dce8..63b835d6c16b 100644 --- a/tests/subsys/logging/log_immediate/prj.conf +++ b/tests/subsys/logging/log_immediate/prj.conf @@ -1,5 +1,4 @@ CONFIG_MAIN_THREAD_PRIORITY=5 -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST=y CONFIG_TEST_LOGGING_DEFAULTS=n CONFIG_LOG=y diff --git a/tests/subsys/logging/log_link_order/prj.conf b/tests/subsys/logging/log_link_order/prj.conf index c44f1e61558e..205868ec699c 100644 --- a/tests/subsys/logging/log_link_order/prj.conf +++ b/tests/subsys/logging/log_link_order/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_EXTRA_STACK_SIZE=2048 CONFIG_TEST_LOGGING_DEFAULTS=n diff --git a/tests/subsys/logging/log_links/prj.conf b/tests/subsys/logging/log_links/prj.conf index 380528193545..1a83e45c08e8 100644 --- a/tests/subsys/logging/log_links/prj.conf +++ b/tests/subsys/logging/log_links/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_LOGGING_DEFAULTS=n CONFIG_LOG=y diff --git a/tests/subsys/logging/log_msg/prj.conf b/tests/subsys/logging/log_msg/prj.conf index be567582f348..e1248e780d17 100644 --- a/tests/subsys/logging/log_msg/prj.conf +++ b/tests/subsys/logging/log_msg/prj.conf @@ -1,5 +1,4 @@ CONFIG_MAIN_THREAD_PRIORITY=5 -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST=y CONFIG_TEST_LOGGING_DEFAULTS=n CONFIG_LOG=y diff --git a/tests/subsys/logging/log_output/prj.conf b/tests/subsys/logging/log_output/prj.conf index 77447af2010b..b02eb9494456 100644 --- a/tests/subsys/logging/log_output/prj.conf +++ b/tests/subsys/logging/log_output/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_LOGGING_DEFAULTS=n CONFIG_LOG=y CONFIG_LOG_OUTPUT=y diff --git a/tests/subsys/logging/log_stack/prj.conf b/tests/subsys/logging/log_stack/prj.conf index 21779201fdfb..c323d2513c3d 100644 --- a/tests/subsys/logging/log_stack/prj.conf +++ b/tests/subsys/logging/log_stack/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_TEST_LOGGING_DEFAULTS=n diff --git a/tests/subsys/logging/log_stress/prj.conf b/tests/subsys/logging/log_stress/prj.conf index 7724dc950516..57f0e43212b3 100644 --- a/tests/subsys/logging/log_stress/prj.conf +++ b/tests/subsys/logging/log_stress/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTRESS=y CONFIG_TEST_LOGGING_DEFAULTS=n diff --git a/tests/subsys/logging/log_switch_format/prj.conf b/tests/subsys/logging/log_switch_format/prj.conf index 1660a6192260..a071c6e27e9e 100644 --- a/tests/subsys/logging/log_switch_format/prj.conf +++ b/tests/subsys/logging/log_switch_format/prj.conf @@ -1,5 +1,4 @@ CONFIG_LOG=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=n CONFIG_ZTEST=y CONFIG_LOG_MIPI_SYST_ENABLE=y diff --git a/tests/subsys/logging/log_syst/prj.conf b/tests/subsys/logging/log_syst/prj.conf index 53dc2bce553a..13c5e464e2c6 100644 --- a/tests/subsys/logging/log_syst/prj.conf +++ b/tests/subsys/logging/log_syst/prj.conf @@ -1,5 +1,4 @@ CONFIG_LOG=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=n CONFIG_ZTEST=y CONFIG_LOG_BACKEND_MOCK=y diff --git a/tests/subsys/logging/log_timestamp/prj.conf b/tests/subsys/logging/log_timestamp/prj.conf index 77447af2010b..b02eb9494456 100644 --- a/tests/subsys/logging/log_timestamp/prj.conf +++ b/tests/subsys/logging/log_timestamp/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_LOGGING_DEFAULTS=n CONFIG_LOG=y CONFIG_LOG_OUTPUT=y diff --git a/tests/subsys/mem_mgmt/mem_attr/prj.conf b/tests/subsys/mem_mgmt/mem_attr/prj.conf index 2fcddad0bc87..6c71044ec514 100644 --- a/tests/subsys/mem_mgmt/mem_attr/prj.conf +++ b/tests/subsys/mem_mgmt/mem_attr/prj.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_MEM_ATTR=y diff --git a/tests/subsys/mgmt/ec_host_cmd/simulator/prj.conf b/tests/subsys/mgmt/ec_host_cmd/simulator/prj.conf index 317978c08146..2bad8038ea39 100644 --- a/tests/subsys/mgmt/ec_host_cmd/simulator/prj.conf +++ b/tests/subsys/mgmt/ec_host_cmd/simulator/prj.conf @@ -2,4 +2,3 @@ CONFIG_EC_HOST_CMD=y CONFIG_EC_HOST_CMD_BACKEND_SIMULATOR=y CONFIG_EC_HOST_CMD_DEDICATED_THREAD=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/mgmt/ec_host_cmd/uart/prj.conf b/tests/subsys/mgmt/ec_host_cmd/uart/prj.conf index f543a8d267f3..550872463aca 100644 --- a/tests/subsys/mgmt/ec_host_cmd/uart/prj.conf +++ b/tests/subsys/mgmt/ec_host_cmd/uart/prj.conf @@ -2,7 +2,6 @@ CONFIG_EC_HOST_CMD=y CONFIG_EC_HOST_CMD_BACKEND_UART=y CONFIG_EC_HOST_CMD_DEDICATED_THREAD=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_MOCKING=y CONFIG_SERIAL=y CONFIG_UART_ASYNC_API=y diff --git a/tests/subsys/mgmt/mcumgr/all_options/prj.conf b/tests/subsys/mgmt/mcumgr/all_options/prj.conf index d3eb5c39acaa..42ce2e03c86e 100644 --- a/tests/subsys/mgmt/mcumgr/all_options/prj.conf +++ b/tests/subsys/mgmt/mcumgr/all_options/prj.conf @@ -4,7 +4,6 @@ # SPDX-License-Identifier: Apache-2.0 # CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TINYCRYPT=y CONFIG_TINYCRYPT_SHA256=y CONFIG_FILE_SYSTEM=y diff --git a/tests/subsys/mgmt/mcumgr/cb_notifications/prj.conf b/tests/subsys/mgmt/mcumgr/cb_notifications/prj.conf index b9cdf93a5c15..f668a2f0f730 100644 --- a/tests/subsys/mgmt/mcumgr/cb_notifications/prj.conf +++ b/tests/subsys/mgmt/mcumgr/cb_notifications/prj.conf @@ -14,5 +14,4 @@ CONFIG_MCUMGR_TRANSPORT_DUMMY_RX_BUF_SIZE=256 CONFIG_MCUMGR_GRP_OS=y CONFIG_MCUMGR_MGMT_NOTIFICATION_HOOKS=y CONFIG_MCUMGR_SMP_COMMAND_STATUS_HOOKS=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=2048 diff --git a/tests/subsys/mgmt/mcumgr/fs_mgmt_hash_supported/prj.conf b/tests/subsys/mgmt/mcumgr/fs_mgmt_hash_supported/prj.conf index b4e5aac0d27c..ef6c180ce9fa 100644 --- a/tests/subsys/mgmt/mcumgr/fs_mgmt_hash_supported/prj.conf +++ b/tests/subsys/mgmt/mcumgr/fs_mgmt_hash_supported/prj.conf @@ -17,4 +17,3 @@ CONFIG_MCUMGR_GRP_FS=y CONFIG_MCUMGR_GRP_FS_FILE_STATUS=n CONFIG_MCUMGR_GRP_FS_CHECKSUM_HASH=y CONFIG_MCUMGR_GRP_FS_CHECKSUM_HASH_SUPPORTED_CMD=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/mgmt/mcumgr/mcumgr_client/prj.conf b/tests/subsys/mgmt/mcumgr/mcumgr_client/prj.conf index 461a0ec9477a..c9a88a391eec 100644 --- a/tests/subsys/mgmt/mcumgr/mcumgr_client/prj.conf +++ b/tests/subsys/mgmt/mcumgr/mcumgr_client/prj.conf @@ -5,7 +5,6 @@ # # ZTEST config CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=2048 CONFIG_NET_BUF=y diff --git a/tests/subsys/mgmt/mcumgr/os_mgmt_echo/prj.conf b/tests/subsys/mgmt/mcumgr/os_mgmt_echo/prj.conf index 69cbe9882f6f..ff4475a4f2ee 100644 --- a/tests/subsys/mgmt/mcumgr/os_mgmt_echo/prj.conf +++ b/tests/subsys/mgmt/mcumgr/os_mgmt_echo/prj.conf @@ -13,4 +13,3 @@ CONFIG_MCUMGR_TRANSPORT_DUMMY=y CONFIG_MCUMGR_TRANSPORT_DUMMY_RX_BUF_SIZE=256 CONFIG_MCUMGR_GRP_OS=y CONFIG_MCUMGR_GRP_OS_ECHO=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/mgmt/mcumgr/os_mgmt_info/prj.conf b/tests/subsys/mgmt/mcumgr/os_mgmt_info/prj.conf index 0aa68bbfc49c..ec21be76e91d 100644 --- a/tests/subsys/mgmt/mcumgr/os_mgmt_info/prj.conf +++ b/tests/subsys/mgmt/mcumgr/os_mgmt_info/prj.conf @@ -15,5 +15,4 @@ CONFIG_MCUMGR_GRP_OS=y CONFIG_MCUMGR_GRP_OS_INFO=y CONFIG_MCUMGR_GRP_OS_INFO_CUSTOM_HOOKS=y CONFIG_MCUMGR_MGMT_NOTIFICATION_HOOKS=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=2048 diff --git a/tests/subsys/mgmt/mcumgr/settings_mgmt/prj.conf b/tests/subsys/mgmt/mcumgr/settings_mgmt/prj.conf index e570c43b7dd5..403a318ac1a5 100644 --- a/tests/subsys/mgmt/mcumgr/settings_mgmt/prj.conf +++ b/tests/subsys/mgmt/mcumgr/settings_mgmt/prj.conf @@ -14,7 +14,6 @@ CONFIG_MCUMGR_TRANSPORT_DUMMY_RX_BUF_SIZE=256 CONFIG_MCUMGR_GRP_SETTINGS=y CONFIG_MCUMGR_MGMT_NOTIFICATION_HOOKS=y CONFIG_MCUMGR_GRP_SETTINGS_ACCESS_HOOK=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=2048 CONFIG_SETTINGS=y CONFIG_SETTINGS_RUNTIME=y diff --git a/tests/subsys/mgmt/mcumgr/smp_client/prj.conf b/tests/subsys/mgmt/mcumgr/smp_client/prj.conf index 22740657b784..fa9a90cfd541 100644 --- a/tests/subsys/mgmt/mcumgr/smp_client/prj.conf +++ b/tests/subsys/mgmt/mcumgr/smp_client/prj.conf @@ -5,7 +5,6 @@ # # ZTEST config CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=2048 CONFIG_NET_BUF=y diff --git a/tests/subsys/mgmt/mcumgr/smp_reassembly/prj.conf b/tests/subsys/mgmt/mcumgr/smp_reassembly/prj.conf index f30eed7221ba..8e9962d9a044 100644 --- a/tests/subsys/mgmt/mcumgr/smp_reassembly/prj.conf +++ b/tests/subsys/mgmt/mcumgr/smp_reassembly/prj.conf @@ -10,4 +10,3 @@ CONFIG_ZCBOR=y CONFIG_CRC=y CONFIG_MCUMGR=y CONFIG_MCUMGR_TRANSPORT_NETBUF_COUNT=1 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/mgmt/mcumgr/smp_version/prj.conf b/tests/subsys/mgmt/mcumgr/smp_version/prj.conf index fb9a0c91c5c5..2573d131822c 100644 --- a/tests/subsys/mgmt/mcumgr/smp_version/prj.conf +++ b/tests/subsys/mgmt/mcumgr/smp_version/prj.conf @@ -13,6 +13,5 @@ CONFIG_MCUMGR_TRANSPORT_DUMMY=y CONFIG_MCUMGR_TRANSPORT_DUMMY_RX_BUF_SIZE=256 CONFIG_MCUMGR_GRP_OS=y CONFIG_MCUMGR_GRP_OS_INFO=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=2048 CONFIG_REBOOT=n diff --git a/tests/subsys/mgmt/mcumgr/zcbor_bulk/prj.conf b/tests/subsys/mgmt/mcumgr/zcbor_bulk/prj.conf index 892964fae7c9..eca7db02abd4 100644 --- a/tests/subsys/mgmt/mcumgr/zcbor_bulk/prj.conf +++ b/tests/subsys/mgmt/mcumgr/zcbor_bulk/prj.conf @@ -5,5 +5,4 @@ # CONFIG_ZTEST=y CONFIG_ZCBOR=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=4096 diff --git a/tests/subsys/modbus/prj.conf b/tests/subsys/modbus/prj.conf index 1118316b3049..06166d17f9ba 100644 --- a/tests/subsys/modbus/prj.conf +++ b/tests/subsys/modbus/prj.conf @@ -3,7 +3,6 @@ CONFIG_LOG=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_SERIAL=y CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_UART_LINE_CTRL=n diff --git a/tests/subsys/modem/backends/tty/prj.conf b/tests/subsys/modem/backends/tty/prj.conf index 16c2f0b73ccd..236f7804cf84 100644 --- a/tests/subsys/modem/backends/tty/prj.conf +++ b/tests/subsys/modem/backends/tty/prj.conf @@ -7,6 +7,5 @@ CONFIG_MODEM_MODULES=y CONFIG_MODEM_BACKEND_TTY=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_LOG=y diff --git a/tests/subsys/modem/modem_chat/prj.conf b/tests/subsys/modem/modem_chat/prj.conf index 7937ad4f546d..d93100a74c9f 100644 --- a/tests/subsys/modem/modem_chat/prj.conf +++ b/tests/subsys/modem/modem_chat/prj.conf @@ -7,4 +7,3 @@ CONFIG_MODEM_MODULES=y CONFIG_MODEM_CHAT=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/modem/modem_cmux/prj.conf b/tests/subsys/modem/modem_cmux/prj.conf index daa8bc7f0ff7..905fe8235d62 100644 --- a/tests/subsys/modem/modem_cmux/prj.conf +++ b/tests/subsys/modem/modem_cmux/prj.conf @@ -7,4 +7,3 @@ CONFIG_MODEM_MODULES=y CONFIG_MODEM_CMUX=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/modem/modem_ppp/prj.conf b/tests/subsys/modem/modem_ppp/prj.conf index 4221f36a610d..ac0366608ddb 100644 --- a/tests/subsys/modem/modem_ppp/prj.conf +++ b/tests/subsys/modem/modem_ppp/prj.conf @@ -10,7 +10,6 @@ CONFIG_NET_L2_PPP=y CONFIG_ETH_NATIVE_POSIX=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_LOG=y CONFIG_LOG_DEFAULT_LEVEL=4 diff --git a/tests/subsys/openthread/prj.conf b/tests/subsys/openthread/prj.conf index c3fdba67ef0c..cee7218f8473 100644 --- a/tests/subsys/openthread/prj.conf +++ b/tests/subsys/openthread/prj.conf @@ -1,6 +1,5 @@ CONFIG_SHELL=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_IEEE802154=y CONFIG_NETWORKING=y diff --git a/tests/subsys/pm/device_driver_init/prj.conf b/tests/subsys/pm/device_driver_init/prj.conf index e6d05f591acf..a911722adb11 100644 --- a/tests/subsys/pm/device_driver_init/prj.conf +++ b/tests/subsys/pm/device_driver_init/prj.conf @@ -6,4 +6,3 @@ CONFIG_MP_MAX_NUM_CPUS=1 CONFIG_GPIO=y CONFIG_GPIO_GET_CONFIG=y CONFIG_POWER_DOMAIN=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/pm/device_power_domains/prj.conf b/tests/subsys/pm/device_power_domains/prj.conf index 967291a394d5..e003169ea99f 100644 --- a/tests/subsys/pm/device_power_domains/prj.conf +++ b/tests/subsys/pm/device_power_domains/prj.conf @@ -9,4 +9,3 @@ CONFIG_MP_MAX_NUM_CPUS=1 CONFIG_GPIO=y CONFIG_POWER_DOMAIN=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/pm/device_runtime_api/prj.conf b/tests/subsys/pm/device_runtime_api/prj.conf index 99fb0f9e62e6..5708c297e9da 100644 --- a/tests/subsys/pm/device_runtime_api/prj.conf +++ b/tests/subsys/pm/device_runtime_api/prj.conf @@ -3,4 +3,3 @@ CONFIG_PM=y CONFIG_PM_DEVICE=y CONFIG_PM_DEVICE_RUNTIME=y CONFIG_MP_MAX_NUM_CPUS=1 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/pm/device_wakeup_api/prj.conf b/tests/subsys/pm/device_wakeup_api/prj.conf index 15d773b235b6..edd5b915dd86 100644 --- a/tests/subsys/pm/device_wakeup_api/prj.conf +++ b/tests/subsys/pm/device_wakeup_api/prj.conf @@ -4,4 +4,3 @@ CONFIG_PM=y CONFIG_PM_POLICY_CUSTOM=y CONFIG_GPIO=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/pm/policy_api/prj.conf b/tests/subsys/pm/policy_api/prj.conf index 7cf9b06a2c27..cf84b4d2dd48 100644 --- a/tests/subsys/pm/policy_api/prj.conf +++ b/tests/subsys/pm/policy_api/prj.conf @@ -3,4 +3,3 @@ CONFIG_ZTEST=y CONFIG_PM=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/pm/power_domain/prj.conf b/tests/subsys/pm/power_domain/prj.conf index a6880b99dfc3..06b480e7ecb1 100644 --- a/tests/subsys/pm/power_domain/prj.conf +++ b/tests/subsys/pm/power_domain/prj.conf @@ -7,4 +7,3 @@ CONFIG_POWER_DOMAIN=y CONFIG_PM_DEVICE_POWER_DOMAIN_DYNAMIC=y CONFIG_PM_DEVICE_RUNTIME=y CONFIG_MP_MAX_NUM_CPUS=1 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/pm/power_mgmt/prj.conf b/tests/subsys/pm/power_mgmt/prj.conf index 3dbc21b5b56a..81edc8f7e26d 100644 --- a/tests/subsys/pm/power_mgmt/prj.conf +++ b/tests/subsys/pm/power_mgmt/prj.conf @@ -5,4 +5,3 @@ CONFIG_PM_DEVICE_RUNTIME=y CONFIG_PM_POLICY_CUSTOM=y CONFIG_MP_MAX_NUM_CPUS=1 CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE=n -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/pm/power_mgmt_multicore/prj.conf b/tests/subsys/pm/power_mgmt_multicore/prj.conf index 6a259c68bbed..f0b806ca389f 100644 --- a/tests/subsys/pm/power_mgmt_multicore/prj.conf +++ b/tests/subsys/pm/power_mgmt_multicore/prj.conf @@ -2,4 +2,3 @@ CONFIG_ZTEST=y CONFIG_PM=y CONFIG_PM_POLICY_CUSTOM=y CONFIG_MP_MAX_NUM_CPUS=2 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/pm/power_mgmt_soc/prj.conf b/tests/subsys/pm/power_mgmt_soc/prj.conf index 278c555ad074..bb30385a3df8 100644 --- a/tests/subsys/pm/power_mgmt_soc/prj.conf +++ b/tests/subsys/pm/power_mgmt_soc/prj.conf @@ -5,4 +5,3 @@ CONFIG_THREAD_NAME=y CONFIG_STATS=y CONFIG_PM_STATS=y CONFIG_IDLE_STACK_SIZE=640 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/pm/power_states_api/prj.conf b/tests/subsys/pm/power_states_api/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/subsys/pm/power_states_api/prj.conf +++ b/tests/subsys/pm/power_states_api/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/portability/cmsis_rtos_v1/prj.conf b/tests/subsys/portability/cmsis_rtos_v1/prj.conf index 4a0cb1c2a206..f08e6d07ca49 100644 --- a/tests/subsys/portability/cmsis_rtos_v1/prj.conf +++ b/tests/subsys/portability/cmsis_rtos_v1/prj.conf @@ -7,4 +7,3 @@ CONFIG_IRQ_OFFLOAD=y CONFIG_CMSIS_THREAD_MAX_STACK_SIZE=2048 CONFIG_SMP=n CONFIG_THREAD_STACK_INFO=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/portability/cmsis_rtos_v2/prj.conf b/tests/subsys/portability/cmsis_rtos_v2/prj.conf index 8df8cf48aba4..282d8c4ebcda 100644 --- a/tests/subsys/portability/cmsis_rtos_v2/prj.conf +++ b/tests/subsys/portability/cmsis_rtos_v2/prj.conf @@ -17,4 +17,3 @@ CONFIG_TIMEOUT_64BIT=n CONFIG_CMSIS_V2_THREAD_MAX_STACK_SIZE=1024 CONFIG_CMSIS_V2_THREAD_DYNAMIC_STACK_SIZE=1024 CONFIG_MP_MAX_NUM_CPUS=1 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/rtio/rtio_api/prj.conf b/tests/subsys/rtio/rtio_api/prj.conf index babe8800f3ab..b19c123d1007 100644 --- a/tests/subsys/rtio/rtio_api/prj.conf +++ b/tests/subsys/rtio/rtio_api/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_LOG=y CONFIG_RTIO=y CONFIG_RTIO_SYS_MEM_BLOCKS=y diff --git a/tests/subsys/sd/mmc/prj.conf b/tests/subsys/sd/mmc/prj.conf index 9f06d497b52f..fbd9f184dbf1 100644 --- a/tests/subsys/sd/mmc/prj.conf +++ b/tests/subsys/sd/mmc/prj.conf @@ -2,4 +2,3 @@ CONFIG_TEST=y CONFIG_ZTEST=y CONFIG_MMC_STACK=y CONFIG_LOG=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/sd/sdmmc/prj.conf b/tests/subsys/sd/sdmmc/prj.conf index 186a5632a621..b5c81cd5aaf0 100644 --- a/tests/subsys/sd/sdmmc/prj.conf +++ b/tests/subsys/sd/sdmmc/prj.conf @@ -2,4 +2,3 @@ CONFIG_TEST=y CONFIG_ZTEST=y CONFIG_SDMMC_STACK=y CONFIG_LOG=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/settings/fcb/prj.conf b/tests/subsys/settings/fcb/prj.conf index 67d8855910e9..c0091de22ede 100644 --- a/tests/subsys/settings/fcb/prj.conf +++ b/tests/subsys/settings/fcb/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=2048 CONFIG_FLASH=y diff --git a/tests/subsys/settings/fcb_init/prj.conf b/tests/subsys/settings/fcb_init/prj.conf index 68c33bdc68ce..46c1ab88ff3c 100644 --- a/tests/subsys/settings/fcb_init/prj.conf +++ b/tests/subsys/settings/fcb_init/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_FLASH=y CONFIG_FLASH_PAGE_LAYOUT=y CONFIG_FLASH_MAP=y diff --git a/tests/subsys/settings/file/prj.conf b/tests/subsys/settings/file/prj.conf index 425f48aaf6b1..07e79b3233ec 100644 --- a/tests/subsys/settings/file/prj.conf +++ b/tests/subsys/settings/file/prj.conf @@ -2,7 +2,6 @@ # Copyright (c) 2019 Nordic Semiconductor ASA CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_FLASH=y CONFIG_FLASH_PAGE_LAYOUT=y CONFIG_FLASH_MAP=y diff --git a/tests/subsys/settings/functional/fcb/prj.conf b/tests/subsys/settings/functional/fcb/prj.conf index f6a8bd83ff5e..795a225d7fd6 100644 --- a/tests/subsys/settings/functional/fcb/prj.conf +++ b/tests/subsys/settings/functional/fcb/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_FLASH=y CONFIG_FLASH_PAGE_LAYOUT=y CONFIG_FLASH_MAP=y diff --git a/tests/subsys/settings/functional/file/prj.conf b/tests/subsys/settings/functional/file/prj.conf index ed4862e065d9..fe506f01d99e 100644 --- a/tests/subsys/settings/functional/file/prj.conf +++ b/tests/subsys/settings/functional/file/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_STACK_SIZE=2048 CONFIG_FLASH=y diff --git a/tests/subsys/settings/functional/nvs/prj.conf b/tests/subsys/settings/functional/nvs/prj.conf index 75036ef69534..2466686f5559 100644 --- a/tests/subsys/settings/functional/nvs/prj.conf +++ b/tests/subsys/settings/functional/nvs/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_FLASH=y CONFIG_FLASH_PAGE_LAYOUT=y CONFIG_FLASH_MAP=y diff --git a/tests/subsys/settings/nvs/prj.conf b/tests/subsys/settings/nvs/prj.conf index 75036ef69534..2466686f5559 100644 --- a/tests/subsys/settings/nvs/prj.conf +++ b/tests/subsys/settings/nvs/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_FLASH=y CONFIG_FLASH_PAGE_LAYOUT=y CONFIG_FLASH_MAP=y diff --git a/tests/subsys/shell/shell/prj.conf b/tests/subsys/shell/shell/prj.conf index e6e92e281858..e254a3bc4cae 100644 --- a/tests/subsys/shell/shell/prj.conf +++ b/tests/subsys/shell/shell/prj.conf @@ -8,4 +8,3 @@ CONFIG_SHELL_METAKEYS=n CONFIG_LOG=n CONFIG_ZTEST=y CONFIG_TEST_LOGGING_DEFAULTS=n -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/shell/shell/shell_min.conf b/tests/subsys/shell/shell/shell_min.conf index 2fa40eb9ee00..8b5c618e02c9 100644 --- a/tests/subsys/shell/shell/shell_min.conf +++ b/tests/subsys/shell/shell/shell_min.conf @@ -12,4 +12,3 @@ CONFIG_LOG=n CONFIG_THREAD_MONITOR=n CONFIG_INIT_STACKS=y CONFIG_BOOT_BANNER=n -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/shell/shell/shell_min_cmds.conf b/tests/subsys/shell/shell/shell_min_cmds.conf index da3364238ad1..351b6fb4e606 100644 --- a/tests/subsys/shell/shell/shell_min_cmds.conf +++ b/tests/subsys/shell/shell/shell_min_cmds.conf @@ -6,7 +6,6 @@ CONFIG_SHELL_BACKEND_DUMMY=y CONFIG_SHELL_BACKEND_SERIAL=n CONFIG_THREAD_NAME=y CONFIG_SHELL_STACK_SIZE=2048 -CONFIG_ZTEST_NEW_API=y #using CBPRINTF_NANO decreases significantly Flash usage. CONFIG_CBPRINTF_NANO=y diff --git a/tests/subsys/shell/shell/shell_min_cmds_all.conf b/tests/subsys/shell/shell/shell_min_cmds_all.conf index 957320695ad2..f81b9abd6f0c 100644 --- a/tests/subsys/shell/shell/shell_min_cmds_all.conf +++ b/tests/subsys/shell/shell/shell_min_cmds_all.conf @@ -1,6 +1,5 @@ CONFIG_ZTEST=y CONFIG_TEST_LOGGING_DEFAULTS=n -CONFIG_ZTEST_NEW_API=y CONFIG_SHELL=y CONFIG_SHELL_MINIMAL=y diff --git a/tests/subsys/shell/shell/shell_min_cmds_resize.conf b/tests/subsys/shell/shell/shell_min_cmds_resize.conf index 35e1fc3086f4..2ab8fdbe521c 100644 --- a/tests/subsys/shell/shell/shell_min_cmds_resize.conf +++ b/tests/subsys/shell/shell/shell_min_cmds_resize.conf @@ -1,6 +1,5 @@ CONFIG_ZTEST=y CONFIG_TEST_LOGGING_DEFAULTS=n -CONFIG_ZTEST_NEW_API=y CONFIG_SHELL=y CONFIG_SHELL_MINIMAL=y diff --git a/tests/subsys/shell/shell/shell_min_cmds_select.conf b/tests/subsys/shell/shell/shell_min_cmds_select.conf index 71a7e8e36d6a..ae4f9b5ea7ac 100644 --- a/tests/subsys/shell/shell/shell_min_cmds_select.conf +++ b/tests/subsys/shell/shell/shell_min_cmds_select.conf @@ -1,6 +1,5 @@ CONFIG_ZTEST=y CONFIG_TEST_LOGGING_DEFAULTS=n -CONFIG_ZTEST_NEW_API=y CONFIG_SHELL=y CONFIG_SHELL_MINIMAL=y diff --git a/tests/subsys/shell/shell/shell_min_colors.conf b/tests/subsys/shell/shell/shell_min_colors.conf index 8b0777f7c098..3281032781fc 100644 --- a/tests/subsys/shell/shell/shell_min_colors.conf +++ b/tests/subsys/shell/shell/shell_min_colors.conf @@ -1,6 +1,5 @@ CONFIG_ZTEST=y CONFIG_TEST_LOGGING_DEFAULTS=n -CONFIG_ZTEST_NEW_API=y CONFIG_SHELL=y CONFIG_SHELL_MINIMAL=y diff --git a/tests/subsys/shell/shell/shell_min_help.conf b/tests/subsys/shell/shell/shell_min_help.conf index 345755a08fc2..1e10b709b34d 100644 --- a/tests/subsys/shell/shell/shell_min_help.conf +++ b/tests/subsys/shell/shell/shell_min_help.conf @@ -1,6 +1,5 @@ CONFIG_ZTEST=y CONFIG_TEST_LOGGING_DEFAULTS=n -CONFIG_ZTEST_NEW_API=y CONFIG_SHELL=y CONFIG_SHELL_MINIMAL=y diff --git a/tests/subsys/shell/shell/shell_min_help_all.conf b/tests/subsys/shell/shell/shell_min_help_all.conf index d67faeecf40e..d2c1802e263c 100644 --- a/tests/subsys/shell/shell/shell_min_help_all.conf +++ b/tests/subsys/shell/shell/shell_min_help_all.conf @@ -1,6 +1,5 @@ CONFIG_ZTEST=y CONFIG_TEST_LOGGING_DEFAULTS=n -CONFIG_ZTEST_NEW_API=y CONFIG_SHELL=y CONFIG_SHELL_MINIMAL=y diff --git a/tests/subsys/shell/shell/shell_min_history.conf b/tests/subsys/shell/shell/shell_min_history.conf index 46e6b188b7e8..03ad31884149 100644 --- a/tests/subsys/shell/shell/shell_min_history.conf +++ b/tests/subsys/shell/shell/shell_min_history.conf @@ -1,6 +1,5 @@ CONFIG_ZTEST=y CONFIG_TEST_LOGGING_DEFAULTS=n -CONFIG_ZTEST_NEW_API=y CONFIG_SHELL=y CONFIG_SHELL_MINIMAL=y diff --git a/tests/subsys/shell/shell/shell_min_log_backend.conf b/tests/subsys/shell/shell/shell_min_log_backend.conf index 918085c37b73..2dfaac9a9dc5 100644 --- a/tests/subsys/shell/shell/shell_min_log_backend.conf +++ b/tests/subsys/shell/shell/shell_min_log_backend.conf @@ -1,6 +1,5 @@ CONFIG_ZTEST=y CONFIG_TEST_LOGGING_DEFAULTS=n -CONFIG_ZTEST_NEW_API=y CONFIG_SHELL=y CONFIG_SHELL_MINIMAL=y diff --git a/tests/subsys/shell/shell/shell_min_metakeys.conf b/tests/subsys/shell/shell/shell_min_metakeys.conf index 3eb36ab96bed..5141e01d9714 100644 --- a/tests/subsys/shell/shell/shell_min_metakeys.conf +++ b/tests/subsys/shell/shell/shell_min_metakeys.conf @@ -1,6 +1,5 @@ CONFIG_ZTEST=y CONFIG_TEST_LOGGING_DEFAULTS=n -CONFIG_ZTEST_NEW_API=y CONFIG_SHELL=y CONFIG_SHELL_MINIMAL=y diff --git a/tests/subsys/shell/shell/shell_min_tab.conf b/tests/subsys/shell/shell/shell_min_tab.conf index 8a459f0e2d7c..b265e1918692 100644 --- a/tests/subsys/shell/shell/shell_min_tab.conf +++ b/tests/subsys/shell/shell/shell_min_tab.conf @@ -1,6 +1,5 @@ CONFIG_ZTEST=y CONFIG_TEST_LOGGING_DEFAULTS=n -CONFIG_ZTEST_NEW_API=y CONFIG_SHELL=y CONFIG_SHELL_MINIMAL=y diff --git a/tests/subsys/shell/shell/shell_min_tab_auto.conf b/tests/subsys/shell/shell/shell_min_tab_auto.conf index 90d731fcb56a..4bac7c7b6fa4 100644 --- a/tests/subsys/shell/shell/shell_min_tab_auto.conf +++ b/tests/subsys/shell/shell/shell_min_tab_auto.conf @@ -1,6 +1,5 @@ CONFIG_ZTEST=y CONFIG_TEST_LOGGING_DEFAULTS=n -CONFIG_ZTEST_NEW_API=y CONFIG_SHELL=y CONFIG_SHELL_MINIMAL=y diff --git a/tests/subsys/shell/shell/shell_min_wildcards.conf b/tests/subsys/shell/shell/shell_min_wildcards.conf index 29352b416716..e3fb21bd7265 100644 --- a/tests/subsys/shell/shell/shell_min_wildcards.conf +++ b/tests/subsys/shell/shell/shell_min_wildcards.conf @@ -1,6 +1,5 @@ CONFIG_ZTEST=y CONFIG_TEST_LOGGING_DEFAULTS=n -CONFIG_ZTEST_NEW_API=y CONFIG_SHELL=y CONFIG_SHELL_MINIMAL=y diff --git a/tests/subsys/shell/shell_flash/prj.conf b/tests/subsys/shell/shell_flash/prj.conf index 5d68b90f48a2..c78ce7b61438 100644 --- a/tests/subsys/shell/shell_flash/prj.conf +++ b/tests/subsys/shell/shell_flash/prj.conf @@ -9,4 +9,3 @@ CONFIG_SHELL_PRINTF_BUFF_SIZE=15 CONFIG_SHELL_METAKEYS=n CONFIG_LOG=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/shell/shell_history/prj.conf b/tests/subsys/shell/shell_history/prj.conf index 79a361c4dc9d..dd6a985d9bcb 100644 --- a/tests/subsys/shell/shell_history/prj.conf +++ b/tests/subsys/shell/shell_history/prj.conf @@ -7,4 +7,3 @@ CONFIG_SHELL_METAKEYS=n CONFIG_SHELL_HISTORY=y CONFIG_LOG=n CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/sip_svc/prj.conf b/tests/subsys/sip_svc/prj.conf index 61be5b519661..323ada791c30 100644 --- a/tests/subsys/sip_svc/prj.conf +++ b/tests/subsys/sip_svc/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTRESS=y CONFIG_ZTRESS_MAX_THREADS=16 CONFIG_NUM_PREEMPT_PRIORITIES=18 diff --git a/tests/subsys/storage/flash_map/prj.conf b/tests/subsys/storage/flash_map/prj.conf index f69cc81cd7a9..fb9e5a0fd265 100644 --- a/tests/subsys/storage/flash_map/prj.conf +++ b/tests/subsys/storage/flash_map/prj.conf @@ -3,4 +3,3 @@ CONFIG_FLASH=y CONFIG_FLASH_PAGE_LAYOUT=y CONFIG_FLASH_MAP=y CONFIG_FLASH_AREA_CHECK_INTEGRITY=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/storage/stream/stream_flash/prj.conf b/tests/subsys/storage/stream/stream_flash/prj.conf index 46737eefa75d..6e5811b8fdcf 100644 --- a/tests/subsys/storage/stream/stream_flash/prj.conf +++ b/tests/subsys/storage/stream/stream_flash/prj.conf @@ -14,4 +14,3 @@ CONFIG_SETTINGS=y CONFIG_STREAM_FLASH=y CONFIG_STREAM_FLASH_ERASE=y CONFIG_STREAM_FLASH_PROGRESS=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/testsuite/fff_fake_contexts/prj.conf b/tests/subsys/testsuite/fff_fake_contexts/prj.conf index b79d06d0c644..2dea28a5282c 100644 --- a/tests/subsys/testsuite/fff_fake_contexts/prj.conf +++ b/tests/subsys/testsuite/fff_fake_contexts/prj.conf @@ -2,4 +2,3 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/tracing/tracing_api/prj.conf b/tests/subsys/tracing/tracing_api/prj.conf index cbdf717f9b93..af5be66675f1 100644 --- a/tests/subsys/tracing/tracing_api/prj.conf +++ b/tests/subsys/tracing/tracing_api/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TRACING=y CONFIG_TRACING_TEST=y CONFIG_TRACING_BACKEND_UART=y diff --git a/tests/subsys/usb/bos/prj.conf b/tests/subsys/usb/bos/prj.conf index 41f0df927f05..147852c73ea3 100644 --- a/tests/subsys/usb/bos/prj.conf +++ b/tests/subsys/usb/bos/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y CONFIG_USB_DEVICE_STACK=y CONFIG_USB_DEVICE_BOS=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/usb/desc_sections/prj.conf b/tests/subsys/usb/desc_sections/prj.conf index a7265e4f03c2..07dbb1512d02 100644 --- a/tests/subsys/usb/desc_sections/prj.conf +++ b/tests/subsys/usb/desc_sections/prj.conf @@ -4,4 +4,3 @@ CONFIG_USB_DEVICE_LOG_LEVEL_DBG=y CONFIG_LOG=y CONFIG_LOG_BUFFER_SIZE=4096 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/usb/device/prj.conf b/tests/subsys/usb/device/prj.conf index f40596f6d9fe..26a6935756d9 100644 --- a/tests/subsys/usb/device/prj.conf +++ b/tests/subsys/usb/device/prj.conf @@ -5,4 +5,3 @@ CONFIG_USB_DEVICE_LOG_LEVEL_DBG=y CONFIG_USB_DRIVER_LOG_LEVEL_DBG=y CONFIG_USB_DEVICE_STACK=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/usb/device_next/prj.conf b/tests/subsys/usb/device_next/prj.conf index 6025cf69cd52..54321edc9523 100644 --- a/tests/subsys/usb/device_next/prj.conf +++ b/tests/subsys/usb/device_next/prj.conf @@ -3,7 +3,6 @@ CONFIG_LOG=y CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_USB_DEVICE_STACK_NEXT=y CONFIG_USBD_LOOPBACK_CLASS=y diff --git a/tests/subsys/usb/os_desc/prj.conf b/tests/subsys/usb/os_desc/prj.conf index edc74ced85f4..508f4a0dd7f8 100644 --- a/tests/subsys/usb/os_desc/prj.conf +++ b/tests/subsys/usb/os_desc/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y CONFIG_USB_DEVICE_STACK=y CONFIG_USB_DEVICE_OS_DESC=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/subsys/zbus/dyn_channel/prj.conf b/tests/subsys/zbus/dyn_channel/prj.conf index fcb4160678fc..86b0b96dd387 100644 --- a/tests/subsys/zbus/dyn_channel/prj.conf +++ b/tests/subsys/zbus/dyn_channel/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_LOG=y CONFIG_HEAP_MEM_POOL_SIZE=256 diff --git a/tests/subsys/zbus/integration/prj.conf b/tests/subsys/zbus/integration/prj.conf index 72f1d956e1ea..c911616e2dbc 100644 --- a/tests/subsys/zbus/integration/prj.conf +++ b/tests/subsys/zbus/integration/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=n CONFIG_LOG=y CONFIG_ZBUS=y diff --git a/tests/subsys/zbus/runtime_observers_registration/prj.conf b/tests/subsys/zbus/runtime_observers_registration/prj.conf index 6f074e22a27b..741938a265c3 100644 --- a/tests/subsys/zbus/runtime_observers_registration/prj.conf +++ b/tests/subsys/zbus/runtime_observers_registration/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_LOG=y CONFIG_ZBUS=y CONFIG_ZBUS_ASSERT_MOCK=y diff --git a/tests/subsys/zbus/unittests/prj.conf b/tests/subsys/zbus/unittests/prj.conf index db4fd92b3b97..c6d0cbd60687 100644 --- a/tests/subsys/zbus/unittests/prj.conf +++ b/tests/subsys/zbus/unittests/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_LOG=y CONFIG_ZBUS=y diff --git a/tests/subsys/zbus/user_data/prj.conf b/tests/subsys/zbus/user_data/prj.conf index 5e78e1b452e9..63a89fccd8d5 100644 --- a/tests/subsys/zbus/user_data/prj.conf +++ b/tests/subsys/zbus/user_data/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ASSERT=y CONFIG_LOG=y CONFIG_ZBUS=y diff --git a/tests/unit/base64/prj.conf b/tests/unit/base64/prj.conf index 963087265ce4..9467c2926896 100644 --- a/tests/unit/base64/prj.conf +++ b/tests/unit/base64/prj.conf @@ -1 +1 @@ -CONFIG_ZTEST_NEW_API=y +CONFIG_ZTEST=y diff --git a/tests/unit/cbprintf/prj.conf b/tests/unit/cbprintf/prj.conf index 963087265ce4..9467c2926896 100644 --- a/tests/unit/cbprintf/prj.conf +++ b/tests/unit/cbprintf/prj.conf @@ -1 +1 @@ -CONFIG_ZTEST_NEW_API=y +CONFIG_ZTEST=y diff --git a/tests/unit/crc/prj.conf b/tests/unit/crc/prj.conf index fd4e42e2deb6..3f282dbf061c 100644 --- a/tests/unit/crc/prj.conf +++ b/tests/unit/crc/prj.conf @@ -1,2 +1 @@ -CONFIG_ZTEST_NEW_API=y CONFIG_CRC=y diff --git a/tests/unit/intmath/prj.conf b/tests/unit/intmath/prj.conf index 963087265ce4..9467c2926896 100644 --- a/tests/unit/intmath/prj.conf +++ b/tests/unit/intmath/prj.conf @@ -1 +1 @@ -CONFIG_ZTEST_NEW_API=y +CONFIG_ZTEST=y diff --git a/tests/unit/list/prj.conf b/tests/unit/list/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/unit/list/prj.conf +++ b/tests/unit/list/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/unit/math_extras/prj.conf b/tests/unit/math_extras/prj.conf index 963087265ce4..9467c2926896 100644 --- a/tests/unit/math_extras/prj.conf +++ b/tests/unit/math_extras/prj.conf @@ -1 +1 @@ -CONFIG_ZTEST_NEW_API=y +CONFIG_ZTEST=y diff --git a/tests/unit/net_timeout/prj.conf b/tests/unit/net_timeout/prj.conf index 963087265ce4..9467c2926896 100644 --- a/tests/unit/net_timeout/prj.conf +++ b/tests/unit/net_timeout/prj.conf @@ -1 +1 @@ -CONFIG_ZTEST_NEW_API=y +CONFIG_ZTEST=y diff --git a/tests/unit/pot/prj.conf b/tests/unit/pot/prj.conf index 0d91a89b0ef8..3aff91ca9878 100644 --- a/tests/unit/pot/prj.conf +++ b/tests/unit/pot/prj.conf @@ -2,4 +2,3 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/unit/rbtree/prj.conf b/tests/unit/rbtree/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/unit/rbtree/prj.conf +++ b/tests/unit/rbtree/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/unit/time_units/prj.conf b/tests/unit/time_units/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/unit/time_units/prj.conf +++ b/tests/unit/time_units/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/unit/timeutil/prj.conf b/tests/unit/timeutil/prj.conf index 963087265ce4..9467c2926896 100644 --- a/tests/unit/timeutil/prj.conf +++ b/tests/unit/timeutil/prj.conf @@ -1 +1 @@ -CONFIG_ZTEST_NEW_API=y +CONFIG_ZTEST=y diff --git a/tests/unit/util/prj.conf b/tests/unit/util/prj.conf index 963087265ce4..9467c2926896 100644 --- a/tests/unit/util/prj.conf +++ b/tests/unit/util/prj.conf @@ -1 +1 @@ -CONFIG_ZTEST_NEW_API=y +CONFIG_ZTEST=y diff --git a/tests/unit/winstream/prj.conf b/tests/unit/winstream/prj.conf index 963087265ce4..9467c2926896 100644 --- a/tests/unit/winstream/prj.conf +++ b/tests/unit/winstream/prj.conf @@ -1 +1 @@ -CONFIG_ZTEST_NEW_API=y +CONFIG_ZTEST=y diff --git a/tests/ztest/base/prj.conf b/tests/ztest/base/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/ztest/base/prj.conf +++ b/tests/ztest/base/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/ztest/base/prj_cpp.conf b/tests/ztest/base/prj_cpp.conf index 34f5b636a527..de04b5070db1 100644 --- a/tests/ztest/base/prj_cpp.conf +++ b/tests/ztest/base/prj_cpp.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_CPP=y diff --git a/tests/ztest/base/prj_verbose_0.conf b/tests/ztest/base/prj_verbose_0.conf index 4f00bd038adc..4a5ace8ad174 100644 --- a/tests/ztest/base/prj_verbose_0.conf +++ b/tests/ztest/base/prj_verbose_0.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_ASSERT_VERBOSE=0 CONFIG_ENTROPY_GENERATOR=y diff --git a/tests/ztest/base/prj_verbose_1.conf b/tests/ztest/base/prj_verbose_1.conf index b92787f41c7d..885394fe9181 100644 --- a/tests/ztest/base/prj_verbose_1.conf +++ b/tests/ztest/base/prj_verbose_1.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_ASSERT_VERBOSE=1 CONFIG_ZTEST_SHUFFLE=y diff --git a/tests/ztest/base/prj_verbose_2.conf b/tests/ztest/base/prj_verbose_2.conf index c995cf19ee03..0bda78a5b4fe 100644 --- a/tests/ztest/base/prj_verbose_2.conf +++ b/tests/ztest/base/prj_verbose_2.conf @@ -1,3 +1,2 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTEST_ASSERT_VERBOSE=2 diff --git a/tests/ztest/busy_sim/prj.conf b/tests/ztest/busy_sim/prj.conf index dc4e8293d29f..c06383cada15 100644 --- a/tests/ztest/busy_sim/prj.conf +++ b/tests/ztest/busy_sim/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y CONFIG_TEST_BUSY_SIM=y CONFIG_ZTEST_THREAD_PRIORITY=1 -CONFIG_ZTEST_NEW_API=y diff --git a/tests/ztest/error_hook/prj.conf b/tests/ztest/error_hook/prj.conf index 421acadbe894..f0981ce35479 100644 --- a/tests/ztest/error_hook/prj.conf +++ b/tests/ztest/error_hook/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_TEST_USERSPACE=y CONFIG_IRQ_OFFLOAD=y CONFIG_ZTEST_FATAL_HOOK=y diff --git a/tests/ztest/error_hook/prj_no_userspace.conf b/tests/ztest/error_hook/prj_no_userspace.conf index 7bdd8519046f..b76cc814b070 100644 --- a/tests/ztest/error_hook/prj_no_userspace.conf +++ b/tests/ztest/error_hook/prj_no_userspace.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_IRQ_OFFLOAD=y CONFIG_ZTEST_FATAL_HOOK=y CONFIG_ZTEST_ASSERT_HOOK=y diff --git a/tests/ztest/fail/core/prj.conf b/tests/ztest/fail/core/prj.conf index 3538526b3a78..84d6dc0cff5b 100644 --- a/tests/ztest/fail/core/prj.conf +++ b/tests/ztest/fail/core/prj.conf @@ -2,6 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_CPP=y diff --git a/tests/ztest/fail/prj.conf b/tests/ztest/fail/prj.conf index b10ffd701c3f..cba949460e69 100644 --- a/tests/ztest/fail/prj.conf +++ b/tests/ztest/fail/prj.conf @@ -2,7 +2,6 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_CPP=y CONFIG_EXTERNAL_LIBCPP=y diff --git a/tests/ztest/summary/prj.conf b/tests/ztest/summary/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/ztest/summary/prj.conf +++ b/tests/ztest/summary/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/ztest/zexpect/prj.conf b/tests/ztest/zexpect/prj.conf index 9228251051ec..9467c2926896 100644 --- a/tests/ztest/zexpect/prj.conf +++ b/tests/ztest/zexpect/prj.conf @@ -1,2 +1 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y diff --git a/tests/ztest/ztress/prj.conf b/tests/ztest/ztress/prj.conf index 7a560bc71870..219719d0fd6a 100644 --- a/tests/ztest/ztress/prj.conf +++ b/tests/ztest/ztress/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_ZTRESS=y CONFIG_ZTRESS_MAX_THREADS=3 CONFIG_TEST_EXTRA_STACK_SIZE=2048