From a3e0796c9bed9b50640161ff4a5753766fb0082b Mon Sep 17 00:00:00 2001 From: Robert Szczepanski Date: Thu, 19 Dec 2024 11:52:54 +0100 Subject: [PATCH] Enable CCC tests Signed-off-by: Robert Szczepanski --- verification/cocotb/noxfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/verification/cocotb/noxfile.py b/verification/cocotb/noxfile.py index 9620bfa..9815388 100644 --- a/verification/cocotb/noxfile.py +++ b/verification/cocotb/noxfile.py @@ -242,7 +242,7 @@ def hci_queues_axi_verify(session, test_group, test_name, coverage, simulator): # "test_recovery", # "test_enter_exit_hdr_mode", # "test_target_reset", - # "test_ccc", + "test_ccc", ], ) @nox.parametrize("coverage", coverage_types) @@ -260,7 +260,7 @@ def i3c_ahb_verify(session, test_group, test_name, coverage, simulator): # "test_recovery", # "test_enter_exit_hdr_mode", # "test_target_reset", - # "test_ccc", + "test_ccc", ], ) @nox.parametrize("coverage", coverage_types)