From f5b134cfea156b495cc71de7dade2861b91b175f Mon Sep 17 00:00:00 2001 From: Hu Shuai Date: Mon, 10 Jul 2023 14:58:26 +0800 Subject: [PATCH] numa_invalid_nodes: Update error message On 8, when testing for invalid nodeset with host numa nodes, it outputs "error : unsupported...". There is a space between error and :, remove "error:" to fit tests on all releases. Signed-off-by: Hu Shuai --- .../invalid_nodeset_of_numa_memory_binding.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt/tests/cfg/numa/guest_numa_node_tuning/invalid_nodeset_of_numa_memory_binding.cfg b/libvirt/tests/cfg/numa/guest_numa_node_tuning/invalid_nodeset_of_numa_memory_binding.cfg index 0ce7b99310..4ecda1626c 100644 --- a/libvirt/tests/cfg/numa/guest_numa_node_tuning/invalid_nodeset_of_numa_memory_binding.cfg +++ b/libvirt/tests/cfg/numa/guest_numa_node_tuning/invalid_nodeset_of_numa_memory_binding.cfg @@ -1,7 +1,7 @@ - guest_numa_node_tuning.invalid_nodeset: type = invalid_nodeset_of_numa_memory_binding start_vm = "no" - error_msg = "error: unsupported configuration: NUMA node 2 is unavailable" + error_msg = "unsupported configuration: NUMA node 2 is unavailable" variants tuning: - strict: tuning_mode = "strict"