non-working tests with debug kernel #698
Labels
CI
enhancement
New feature or request
good to start
Start form this tasks if you're new in the framework
stability
Milestone
fix the tests marked "the tests did not work on the first run" in the
tests_disabled_dbgkernel.json
file. They didn't work on CI initially.You can install debug kernel using tempesta-ci repo:
./scripts/kernel_installer.py --tempesta_path <your-tempesta-path> --kernel-dbg
and you can run debug tests using
--kernel-dbg
options:./run_tests.py -v 1 --kernel-dbg
The text was updated successfully, but these errors were encountered: