]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: new qemuxmlactive tests for s390x
authorBoris Fiuczynski <fiuczy@linux.ibm.com>
Mon, 30 Jun 2025 03:19:29 +0000 (23:19 -0400)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 25 Jul 2025 13:36:21 +0000 (15:36 +0200)
commit74c305f197088b9cee6f3331c7679a82fdf0261a
treeb9e4fffb3d000f6863a80573ae14fd8ec8585351
parentf279ea36b0715889b666113f645e928c88590c4f
tests: new qemuxmlactive tests for s390x

Add tests for active/inactive XML with deprecated_features attribute.

Note that for the qemuxmlactivetest, it is not possible to test an
inactive guest XML with the absence of "deprecated_features" attribute
and expect the active XML to have the attribute present.  This is due to
the fact that the tests never touch the code path in qemu_process that
trigger this change in the domain definition.

Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
Reviewed-by: Collin Walling <walling@linux.ibm.com>
Acked-by: Thomas Huth <thuth@redhat.com>
tests/qemuxmlactive2xmldata/cpu-model-deprecated-features-off-active.s390x-latest.xml [new file with mode: 0644]
tests/qemuxmlactive2xmldata/cpu-model-deprecated-features-off-inactive.s390x-latest.xml [new file with mode: 0644]
tests/qemuxmlactive2xmldata/cpu-model-deprecated-features-on-active.s390x-latest.xml [new file with mode: 0644]
tests/qemuxmlactive2xmldata/cpu-model-deprecated-features-on-inactive.s390x-latest.xml [new file with mode: 0644]
tests/qemuxmlactivetest.c
tests/qemuxmlconfdata/cpu-model-deprecated-features-none.s390x-latest.args [new file with mode: 0644]
tests/qemuxmlconfdata/cpu-model-deprecated-features-none.s390x-latest.xml [new file with mode: 0644]
tests/qemuxmlconfdata/cpu-model-deprecated-features-none.xml [new file with mode: 0644]
tests/qemuxmlconftest.c