Skip to content

Commit

Permalink
check_actual_network_throughput_direct:Reduce average value
Browse files Browse the repository at this point in the history
Reduce average value to avoid test failure

Signed-off-by: Haijiao Zhao <[email protected]>
  • Loading branch information
chloerh committed Dec 10, 2024
1 parent 314d805 commit 4838d39
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4838d39

Please sign in to comment.