Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 1e214b7

Browse files
committed
clitest: test that --check-cpu doesn't error
1 parent 42fef47 commit 1e214b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/clitest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,8 @@
403403
"--vcpus 4 --cpuset=auto",
404404
# Ram overcommit
405405
"--ram 100000000000",
406-
# maxvcpus
407-
"--vcpus 5,maxvcpus=10",
406+
# maxvcpus, --check-cpu shouldn't error
407+
"--vcpus 5,maxvcpus=10 --check-cpu",
408408
# Topology
409409
"--vcpus 4,cores=2,threads=2,sockets=2",
410410
# Topology auto-fill

0 commit comments

Comments
 (0)