diff --git a/libvirt/tests/cfg/memory/memory_devices/invalid_dimm_memory_device_config.cfg b/libvirt/tests/cfg/memory/memory_devices/invalid_dimm_memory_device_config.cfg index 452a0ffb89..9e71974045 100644 --- a/libvirt/tests/cfg/memory/memory_devices/invalid_dimm_memory_device_config.cfg +++ b/libvirt/tests/cfg/memory/memory_devices/invalid_dimm_memory_device_config.cfg @@ -38,8 +38,6 @@ addr_type = 'fakedimm' define_error = "Invalid value for attribute 'type' in element 'address': '${addr_type}'" define_error_8 = "unknown address type '${addr_type}'" - aarch64: - define_error = "unknown address type '${addr_type}'" addr_dict = "'address':{'attrs': {'type': '${addr_type}', 'base': '${addr_base}', 'slot': '${slot}'}}" source_dict = "'source': {'nodemask': '${node_mask}','pagesize': %d, 'pagesize_unit':'${pagesize_unit}'}" dimm_dict = {'mem_model':'dimm', ${source_dict}, ${addr_dict}, 'target': {'size':${target_size}, 'size_unit':'KiB','node':${guest_node}}}