You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a software that will load the eBPF software in the environment and verify that everything will work there.
Just the CI environment I think. Its not enough that we can build; but we should also verify we can load/run what we've built. Full e2e testing should be covered by #12
The software present in the PR loads the shared libraries and the eBPF program , case everything goes fine it returns 0, and case there are problems, it will return a positive integer.
I think you wanna add a call for the software inside your docker files.
We need a software that will load the eBPF software in the environment and verify that everything will work there.
The text was updated successfully, but these errors were encountered: