]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cputest: Print correct feature in virCPUUpdateLive test
authorJiri Denemark <jdenemar@redhat.com>
Wed, 27 Sep 2017 09:21:36 +0000 (11:21 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 16 Oct 2017 07:23:20 +0000 (09:23 +0200)
commitc517a6a3691a0097e8fa0aae4bd4657a43307156
tree1d493cab0ffc9b55e139cea86531280667750752
parent9d62af7283d3a840423ec625610b645c9f0739d8
cputest: Print correct feature in virCPUUpdateLive test

If the actual result does not match our expectation, the tests would
not correctly show the difference if a CPU feature is disabled in the
expected result and the actual result does not mention it at all. The
test could complain about an unrelated CPU feature or it could even
crash in case the actual result contains no more features to go through.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
tests/cputest.c