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

Software to test #30

Closed
thiagoftsm opened this issue Feb 10, 2020 · 3 comments · Fixed by #31
Closed

Software to test #30

thiagoftsm opened this issue Feb 10, 2020 · 3 comments · Fixed by #31
Assignees

Comments

@thiagoftsm
Copy link
Contributor

We need a software that will load the eBPF software in the environment and verify that everything will work there.

@thiagoftsm thiagoftsm self-assigned this Feb 10, 2020
@prologic
Copy link
Contributor

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

@thiagoftsm
Copy link
Contributor Author

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.

@prologic
Copy link
Contributor

I think you wanna add a call for the software inside your docker files.

Yes! Precisely :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants