Commit 343b0ab
committed
test(network_latency): drop check on number of pings returned
test_network_latency uses ping to send 15 rounds of 30 pings from the
guest to the host and collects the latencies printed. For this, instead
of just parsing the ping output for however many lines of latency data
there we, implicitly assert that we get exactly 30. However, sometimes
this fails. Nikita and Egor investigated and found that no packages are
lost, sometimes ping just seems to not print all 30 lines for some
reason (presumably a bug in ping). So just drop this assertion to stop
spurious test failures from happening. This is a performance test, not a
functional test anyway.
Signed-off-by: Patrick Roy <[email protected]>1 parent 7dfe276 commit 343b0ab
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | | - | |
| 33 | + | |
35 | 34 | | |
36 | | - | |
37 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments