Skip to content

Commit

Permalink
Enable CCC tests
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Szczepanski <[email protected]>
  • Loading branch information
robertszczepanski committed Dec 19, 2024
1 parent e2ddbb0 commit a3e0796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions verification/cocotb/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit a3e0796

Please sign in to comment.