#
e9ac4169 |
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
Revision tags: release/14.1.0, release/13.3.0, release/14.0.0 |
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
#
3e5d0784 |
| 14-Apr-2023 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Testing: add framework for the kernel unit tests.
This changes intends to reduce the bar to the kernel unit-testing by introducing a new kernel-testing framework ("ktest") based on Netlink, loadab
Testing: add framework for the kernel unit tests.
This changes intends to reduce the bar to the kernel unit-testing by introducing a new kernel-testing framework ("ktest") based on Netlink, loadable test modules and python test suite integration.
This framework provides the following features: * Integration to the FreeBSD test suite * Automatic test discovery * Automatic test module loading * Minimal boiler-plate code in both kernel and userland * Passing any metadata to the test * Convenient environment pre-setup using python testing framework * Streaming messages from the kernel to the userland * Running tests in the dedicated taskqueues * Skipping or parametrizing tests
Differential Revision: https://reviews.freebsd.org/D39385 MFC after: 2 weeks
show more ...
|
Revision tags: release/13.2.0 |
|
#
8161b823 |
| 01-Jan-2023 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
testing: add python test examples
Simplify the adoption of python tests by proving some examples, utilising commonly-used patterns.
Differential Revision: https://reviews.freebsd.org/D37902 Review
testing: add python test examples
Simplify the adoption of python tests by proving some examples, utilising commonly-used patterns.
Differential Revision: https://reviews.freebsd.org/D37902 Reviewed by: asomers MFC after: 2 weeks
show more ...
|