-
Notifications
You must be signed in to change notification settings - Fork 3.4k
test/K8sVerifier: Cover several datapath configurations #17470
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
test/K8sVerifier: Cover several datapath configurations #17470
Conversation
9d02a76
to
a0cca43
Compare
71b1309
to
fcca811
Compare
fcca811
to
19333de
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
This comment has been minimized.
This comment has been minimized.
Tests are passing except for ConformanceAKS which is consistently failing on master and unaffected by changes in this pull request anyway. Reviews are in. Marking ready to merge. |
This pull request extends K8sVerifier to cover several datapath configurations. The first commit reworks K8sVerifier to compile and load each BPF program independently, each based on their own configuration file stored in
bpf/complexity-tests/[kernel]/[bpf_program].txt
. The second commit adds new datapath configurations to test.Updates: #5058.