Hi Fabian Arrotin,
I submitted a PR with a set of tests for libbpf-tools: https://github.com/CentOS/sig-core-t_functional/pull/88
The PR is failing because the python package duffy does not work with pydantic >= 2.0. I provided a commit in my PR that fixes that issue by pinpointing the version to the latest pydantic 1.x version (1.10.10 from 2023-06-30). That commit may need to be cherry picked first to then see if my PR passes the checks.
Thank you, Carlos.