diff options
author | Cole Robinson <crobinso@redhat.com> | 2021-07-27 13:01:14 -0400 |
---|---|---|
committer | Cole Robinson <crobinso@redhat.com> | 2021-07-27 13:01:14 -0400 |
commit | 6e9b6bff306c0f5cab94ed7e57220cf69a59b3ec (patch) | |
tree | 6dabaa2e766cc605c2ce7ba05bb56bda9a9bef13 /tests/test_cli.py | |
parent | ddcca8f585057737baf23f4057ee03cec550c1fb (diff) | |
download | virt-manager-6e9b6bff306c0f5cab94ed7e57220cf69a59b3ec.tar.gz |
cli: --memdev: add uuid= option
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'tests/test_cli.py')
-rw-r--r-- | tests/test_cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cli.py b/tests/test_cli.py index 2cd33335..2a884b8b 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -566,7 +566,7 @@ c.add_compare(""" --panic default,,address.type=isa,address.iobase=0x500,address.irq=5 --cpu topology.sockets=1,topology.cores=3,topology.threads=2,cell0.cpus=0,cell0.memory=1048576 --memdev dimm,access=private,target.size=512,target.node=0,source.pagesize=4,source.nodemask=1-2,discard=on ---memdev nvdimm,source.path=/path/to/nvdimm,target.size=512,target.node=0,target.label_size=128,alias.name=mymemdev3,address.type=dimm,address.base=0x100000000,address.slot=1,source.pmem=on,source.alignsize=2048,target.readonly=on +--memdev nvdimm,source.path=/path/to/nvdimm,target.size=512,target.node=0,target.label_size=128,alias.name=mymemdev3,address.type=dimm,address.base=0x100000000,address.slot=1,source.pmem=on,source.alignsize=2048,target.readonly=on,uuid=11111111-2222-aaaa-bbbb-ccccddddeeee --vsock auto_cid=on --memballoon default |