-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add basic tests for VLAN #482
Conversation
45d89e3
to
3665cc7
Compare
@andreaskaris runtime CI tests are triggered only if a PR has the |
Done, thanks. |
934b1f9
to
1178ff3
Compare
todo: still need to fix the rhel8/centos8 case |
4e3a540
to
b877685
Compare
79217ef
to
10c11d1
Compare
There have been various changes over the years in the kernel: The kernel uses skb_vlan_tag_present which either relies on vlan_present or on vlan_all or the DEI/CFI bit depending on the kernel version. See: * commit 354259fa73e2aac92ae5e19522adb69a92c15b49 * commit 0c4b2d370514cb4f3454dd3b18f031d2651fab73 Signed-off-by: Andreas Karis <[email protected]>
After installing centos-release-nfv-openvswitch, outdated entries must be updated from mirror.centos.org to vault.centos.org Signed-off-by: Andreas Karis <[email protected]>
The rawhide issue is new but must come from a change in rawhide. When I ran this last, all was o.k - also, I checked out before my VLAN modifications and get the same issue:
created: #490 |
10c11d1
to
9a5dfc8
Compare
So this appeared to be a known kernel issue in recent kernels. Let's just ignore the Rawhide CI result here. |
4641090
to
75d0a45
Compare
Signed-off-by: Andreas Karis <[email protected]>
Signed-off-by: Andreas Karis <[email protected]>
75d0a45
to
9967959
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.
LGTM, thanks for working on the CI it's always very much appreciated!
Note: the Rawhide test is failing because of #490.
Fixes #479
How to test:
Also fixed the issue that can be seen in:
https://cirrus-ci.com/task/6381925075517440?logs=up#L717
that issue didn't block the CI lane but nevertheless caused an error when bringing up the centos8 vagrant box