Skip to content

Commit

Permalink
Merge pull request #6056 from chloerh/domiftune-boundary
Browse files Browse the repository at this point in the history
virsh_domiftune:Update max boundary test
  • Loading branch information
dzhengfy authored Dec 15, 2024
2 parents 98a2acd + 599cb41 commit 2ce671d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libvirt/tests/cfg/virsh_cmd/domain/virsh_domiftune.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
- inside_boundary:
inbound = 1024,1024,1024
- maximum_boundary:
inbound = 4294967,4294967,4294967
inbound = 4194303,4194303,4194303
- with_floor:
only none
pre_vmstate = "shutoff"
Expand All @@ -66,7 +66,7 @@
- inside_boundary:
outbound = '65535,65535,65535'
- maximum_boundary:
outbound = '4294967,4294967,4294967'
outbound = '4194303,4194303,4194303'
variants:
- options:
variants:
Expand Down

0 comments on commit 2ce671d

Please sign in to comment.