Skip to content

Commit c71a77b

Browse files
author
Bolatbek Issakh
committed
nvdimm: update expected hot_plug_error to match new QEMU message
QEMU now reports "nvdimm is not enabled: add 'nvdimm=on' to '-M'" instead of the old "missing 'nvdimm' in '-M'". Updated the expected hot_plug_error in cfg (with_slot → hot_plug_nvdimm.with_node) so the test properly recognizes the failure again. Committer: Bolatbek Issakh <[email protected]>
1 parent 23e29d6 commit c71a77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvirt/tests/cfg/memory/memory_devices/nvdimm_memory_with_memory_allocation_and_numa.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
hot_plug_nvdimm..no_node:
4242
hot_plug_error = "target NUMA node needs to be specified for memory device"
4343
hot_plug_nvdimm..with_node:
44-
hot_plug_error = "nvdimm is not enabled: missing 'nvdimm' in '-M'"
44+
hot_plug_error = "nvdimm is not enabled:"
4545
variants numa_setting:
4646
- no_numa:
4747
numa_dict = ""

0 commit comments

Comments
 (0)