Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integration tests: add test that loads all maps and programs #205

Merged
merged 3 commits into from
Oct 28, 2024

Commits on Oct 25, 2024

  1. integration tests: add test that loads all maps and programs

    initializeMapsAndPrograms() provides core functionality in sizing and
    loading eBPF maps and programs. So far per-kernel tests only load specific
    named eBPF programs and therefore could not catch Linux kernel version
    specific issues with eBPF programs that were not loaded.
    
    Signed-off-by: Florian Lehner <[email protected]>
    florianl committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    52f6d7f View commit details
    Browse the repository at this point in the history
  2. fixup: handle kallsyms

    Signed-off-by: Florian Lehner <[email protected]>
    florianl committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d44b609 View commit details
    Browse the repository at this point in the history
  3. fixup: move loading of spec back to function

    Signed-off-by: Florian Lehner <[email protected]>
    florianl committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4d7bf7f View commit details
    Browse the repository at this point in the history