2022-02-24 08:55:39 +00:00
|
|
|
#!/usr/bin/env bash
|
2022-11-02 15:49:40 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright (C) 2022 Intel Corporation
|
|
|
|
# All rights reserved.
|
|
|
|
#
|
2022-02-24 08:55:39 +00:00
|
|
|
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
|
2022-08-04 02:28:15 +00:00
|
|
|
run_test "sma_crypto" $testdir/crypto.sh
|
2022-08-30 04:14:59 +00:00
|
|
|
run_test "sma_qos" $testdir/qos.sh
|