From 8add2e5acbff8fcd086abd6b27575999cc4257f4 Mon Sep 17 00:00:00 2001 From: Michal Berger Date: Wed, 10 Aug 2022 17:57:17 +0200 Subject: [PATCH] test/sma: Source common.sh from vfio_user suite This is needed to make sure tests use proper QEMU binary. Signed-off-by: Michal Berger Change-Id: I868bf60b5480e6a258fbe067ec77d9af26f3a9c9 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13964 Reviewed-by: Reviewed-by: Tomasz Zawadzki Reviewed-by: Jim Harris Tested-by: SPDK CI Jenkins --- test/sma/vfiouser_qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sma/vfiouser_qemu.sh b/test/sma/vfiouser_qemu.sh index 5f74c6ef8..de94d9705 100755 --- a/test/sma/vfiouser_qemu.sh +++ b/test/sma/vfiouser_qemu.sh @@ -4,7 +4,7 @@ testdir=$(readlink -f "$(dirname "$0")") rootdir=$(readlink -f "$testdir/../..") source "$rootdir/test/common/autotest_common.sh" -source "$rootdir/test/vhost/common.sh" +source "$rootdir/test/vfio_user/common.sh" source "$testdir/common.sh" function create_device() {