Skip to content

Commit 56306be

Browse files
committed
tests: ignore vsock tx_flush_fails
In commit 9364472 we started to ignore tx_read_fails/tx_write_fails, but should also have included tx_flush_fails. Add it here. Fixes: 9364472 Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent 89ca781 commit 56306be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/host_tools/fcmetrics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ def flatten_dict(node, prefix: str):
472472
# See also https://github.com/stefano-garzarella/iperf-vsock/issues/4
473473
"fc_metrics.vsock.rx_read_fails",
474474
"fc_metrics.vsock.tx_write_fails",
475+
"fc_metrics.vsock.tx_flush_fails",
475476
]
476477

477478
failure_metrics = {

0 commit comments

Comments
 (0)