mirror of https://gitee.com/openkylin/libvirt.git
qemuxml2argvtest: Limit 'disk-network-sheepdog' testcase to qemu-6.0.0
QEMU is dropping sheepdog support in 6.1 so we need to limit the test case to the latest version supporting sheepdog as it won't be described by the QMP schema any more. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
aca69e4420
commit
985fd74bd3
tests
|
@ -10,7 +10,7 @@ XDG_CONFIG_HOME=/tmp/lib/domain--1-QEMUGuest1/.config \
|
|||
-name guest=QEMUGuest1,debug-threads=on \
|
||||
-S \
|
||||
-object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/tmp/lib/domain--1-QEMUGuest1/master-key.aes"}' \
|
||||
-machine pc,accel=tcg,usb=off,dump-guest-core=off,memory-backend=pc.ram \
|
||||
-machine pc-i440fx-6.0,accel=tcg,usb=off,dump-guest-core=off,memory-backend=pc.ram \
|
||||
-cpu qemu64 \
|
||||
-m 214 \
|
||||
-object '{"qom-type":"memory-backend-ram","id":"pc.ram","size":224395264}' \
|
|
@ -1395,7 +1395,7 @@ mymain(void)
|
|||
DO_TEST_FAILURE("disk-network-rbd-no-colon", NONE);
|
||||
DO_TEST("disk-network-sheepdog", NONE);
|
||||
DO_TEST_CAPS_VER("disk-network-sheepdog", "2.12.0");
|
||||
DO_TEST_CAPS_LATEST("disk-network-sheepdog");
|
||||
DO_TEST_CAPS_VER("disk-network-sheepdog", "6.0.0");
|
||||
DO_TEST("disk-network-source-auth", NONE);
|
||||
DO_TEST_CAPS_VER("disk-network-source-auth", "2.12.0");
|
||||
DO_TEST_CAPS_LATEST("disk-network-source-auth");
|
||||
|
|
Loading…
Reference in New Issue