Skip to content

Commit c855fac

Browse files
PenwyRytoEX
authored andcommitted
network: Ignore autoconfig when checking for dropped frames
1 parent 3e3bd93 commit c855fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checks/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
def checkDrop(lines):
8-
drops = search('insufficient bandwidth', lines)
8+
drops = searchExclude('insufficient bandwidth', lines, ['test_stream'])
99
val = 0
1010
severity = 9000
1111
for drop in drops:

0 commit comments

Comments
 (0)