From 4838d398707fa405c0088f33c89118583908717e Mon Sep 17 00:00:00 2001 From: Haijiao Zhao Date: Tue, 10 Dec 2024 02:09:43 -0500 Subject: [PATCH] check_actual_network_throughput_direct:Reduce average value Reduce average value to avoid test failure Signed-off-by: Haijiao Zhao --- .../qos/check_actual_network_throughput_direct.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvirt/tests/cfg/virtual_network/qos/check_actual_network_throughput_direct.cfg b/libvirt/tests/cfg/virtual_network/qos/check_actual_network_throughput_direct.cfg index ef704d5599..6c75ae8769 100644 --- a/libvirt/tests/cfg/virtual_network/qos/check_actual_network_throughput_direct.cfg +++ b/libvirt/tests/cfg/virtual_network/qos/check_actual_network_throughput_direct.cfg @@ -5,8 +5,8 @@ vms = avocado-vt-vm1 vm2 timeout = 240 host_iface = - inbound = {'average': '128', 'peak': '1024', 'burst': '32'} - outbound = {'average': '128', 'peak': '1024', 'burst': '32'} + inbound = {'average': '64', 'peak': '1024', 'burst': '32'} + outbound = {'average': '64', 'peak': '1024', 'burst': '32'} iface_bw_attrs = {'bandwidth': {'inbound': ${inbound}, 'outbound': ${outbound}}} variants: - with_network: