From df96b85b58822b0f1a327b9d543eba4170312dc5 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Tue, 3 Aug 2021 09:44:18 +0200 Subject: [PATCH] qa/workunits/rbd: use xenial version of qemu-iotests for centos stream 8 It is already used for centos 8(.3) and rhel 8(.4). Signed-off-by: Ilya Dryomov --- qa/workunits/rbd/qemu-iotests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/rbd/qemu-iotests.sh b/qa/workunits/rbd/qemu-iotests.sh index 1f13da9fc091..ca1617908adf 100755 --- a/qa/workunits/rbd/qemu-iotests.sh +++ b/qa/workunits/rbd/qemu-iotests.sh @@ -12,7 +12,7 @@ cd qemu if lsb_release -da 2>&1 | grep -iqE '(bionic|focal)'; then # Bionic requires a matching test harness git checkout v2.11.0 -elif lsb_release -da 2>&1 | grep -iqE '(xenial|linux release 8)'; then +elif lsb_release -da 2>&1 | grep -iqE '(xenial|linux release 8|stream release 8)'; then # Xenial requires a recent test harness git checkout v2.3.0 else -- 2.47.3