Skip to content

Commit

Permalink
tests: ignore vsock tx_flush_fails
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
pb8o committed Dec 17, 2024
1 parent 89ca781 commit 56306be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/host_tools/fcmetrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ def flatten_dict(node, prefix: str):
# See also https://github.com/stefano-garzarella/iperf-vsock/issues/4
"fc_metrics.vsock.rx_read_fails",
"fc_metrics.vsock.tx_write_fails",
"fc_metrics.vsock.tx_flush_fails",
]

failure_metrics = {
Expand Down

0 comments on commit 56306be

Please sign in to comment.