Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve bonding check and lower threshold
After coreos/bugs#2065 a test for "excessive bonding link status messages" was introduced which also is good to keep for coreos/bugs#2374. However, having this message printed 10 times does not directly relate to an error. The test should check if something like 'bond0: Gained carrier' or 'link status definitely up for interface enp0s20f0' is coming at the end and then continue. Add a second match for these messages that skips the test. Also lower the threshold to see if the logic works well.
- Loading branch information