Skip to content

Commit

Permalink
Merge pull request #6051 from chloerh/fix-throuput-direct
Browse files Browse the repository at this point in the history
check_actual_network_throughput_direct:Reduce average value
  • Loading branch information
dzhengfy authored Dec 15, 2024
2 parents 68659bc + 4838d39 commit 4efc329
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 4efc329

Please sign in to comment.