Skip to content

Commit

Permalink
virsh_domiftune:Update max boundary test
Browse files Browse the repository at this point in the history
RHEL-65372 has set clear boundary and error message

Signed-off-by: Haijiao Zhao <[email protected]>
  • Loading branch information
chloerh committed Dec 11, 2024
1 parent 2fa1175 commit 599cb41
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 599cb41

Please sign in to comment.