From d0e621364385a68ddf9b4c306d40b4489785ce01 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Mon, 20 Jun 2022 17:54:50 -0400 Subject: cli: Add --memorybacking allocation.threads Signed-off-by: Cole Robinson --- tests/data/cli/compare/virt-install-many-devices.xml | 2 +- tests/test_cli.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/data/cli/compare/virt-install-many-devices.xml b/tests/data/cli/compare/virt-install-many-devices.xml index f6606a18..7a3ac7c3 100644 --- a/tests/data/cli/compare/virt-install-many-devices.xml +++ b/tests/data/cli/compare/virt-install-many-devices.xml @@ -43,7 +43,7 @@ - + 9 diff --git a/tests/test_cli.py b/tests/test_cli.py index 19399452..0ad72e6b 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -543,7 +543,7 @@ memorytune0.vcpus=0-3,memorytune0.node0.id=0,memorytune0.node0.bandwidth=60 --blkiotune weight=100,device_path=/home/test/1.img,device_weight=200,read_bytes_sec=10000,write_bytes_sec=10000,read_iops_sec=20000,write_iops_sec=20000 ---memorybacking size=1,unit='G',nodeset=0,1,nosharepages=yes,locked=yes,discard=yes,allocation.mode=immediate,access_mode=shared,source_type=file,hugepages.page.size=12,hugepages.page1.size=1234,hugepages.page1.unit=MB,hugepages.page1.nodeset=2 +--memorybacking size=1,unit='G',nodeset=0,1,nosharepages=yes,locked=yes,discard=yes,allocation.mode=immediate,access_mode=shared,source_type=file,hugepages.page.size=12,hugepages.page1.size=1234,hugepages.page1.unit=MB,hugepages.page1.nodeset=2,allocation.threads=8 --iothreads iothreads=5,iothreadids.iothread1.id=1,iothreadids.iothread2.id=2 -- cgit v1.2.1