[libvirt] [libvirt-tck PATCH] Support version compare

2020-01-15 Thread dzheng
From: Dan Zheng Some APIs are only supported from new version. This is to compare the current running version to the supporting version in order to decide if one test should be skipped. Signed-off-by: Dan Zheng --- lib/Sys/Virt/TCK.pm | 15 +++ 1 file changed, 15 insertions(+)

[libvirt] [libvirt-tck PATCH v2] Add cases for nvram

2019-12-18 Thread dzheng
From: Dan Zheng This is to add the tests for below flags: - Sys::Virt::Domain::UNDEFINE_KEEP_NVRAM - Sys::Virt::Domain::UNDEFINE_NVRAM v1: https://www.redhat.com/archives/libvir-list/2019-December/msg00932.html Signed-off-by: Dan Zheng --- scripts/domain/401-ovmf-nvram.t | 144