We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e2a8f commit 0b40548Copy full SHA for 0b40548
src/test_suite/globals.py
@@ -35,3 +35,6 @@
35
36
# Whether to run in consensus mode
37
consensus_mode: bool = False
38
+
39
+# Whether to run in core bpf mode
40
+core_bpf_mode: bool = False
0 commit comments