History log of /freebsd/tests/atf_python/sys/netlink/attrs.py (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0
# f0ffe1ce 15-May-2023 Alexander V. Chernikov <melifaro@FreeBSD.org>

testing: add support for handling Netlink carp messages

MFC after: 2 weeks


# 04a03660 18-Apr-2023 Alexander V. Chernikov <melifaro@FreeBSD.org>

tests: fix netlink type parsing.

Netlink attribute type field is 2 bytes, not one.

MFC after: 2 weeks


# 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
# 388420e6 02-Apr-2023 Alexander V. Chernikov <melifaro@FreeBSD.org>

tests: fix utils import in netlink tests

MFC after: 2 weeks


# fee65b7e 31-Mar-2023 Alexander V. Chernikov <melifaro@FreeBSD.org>

tests: split netlink.py into multiple files to impove maintainability.

This diff does not contain any functional changes.
Its sole purpose is splitting netlink.py into smaller chunks.
The new code s

tests: split netlink.py into multiple files to impove maintainability.

This diff does not contain any functional changes.
Its sole purpose is splitting netlink.py into smaller chunks.
The new code simplifies the upcoming generic netlink support
introduction.

MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D39365

show more ...