2022-02-24 08:55:39 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
testdir=$(readlink -f "$(dirname "$0")")
|
|
|
|
rootdir=$(readlink -f "$testdir/../..")
|
|
|
|
|
|
|
|
source "$rootdir/test/common/autotest_common.sh"
|
|
|
|
|
|
|
|
run_test "sma_nvmf_tcp" $testdir/nvmf_tcp.sh
|
2022-03-21 14:21:15 +00:00
|
|
|
run_test "sma_vfiouser_qemu" $testdir/vfiouser_qemu.sh
|
2022-02-24 12:17:31 +00:00
|
|
|
run_test "sma_plugins" $testdir/plugins.sh
|
2022-04-28 11:40:56 +00:00
|
|
|
run_test "sma_discovery" $testdir/discovery.sh
|
2022-04-27 16:16:42 +00:00
|
|
|
run_test "sma_vhost" $testdir/vhost_blk.sh
|