1#!/usr/bin/env bash 2# SPDX-License-Identifier: BSD-3-Clause 3# Copyright (C) 2018 Intel Corporation 4# All rights reserved. 5# 6testdir=$(readlink -f $(dirname $0)) 7rootdir=$(readlink -f $testdir/../..) 8 9source $rootdir/test/common/autotest_common.sh 10 11run_test "ocf_fio_modes" "$testdir/integrity/fio-modes.sh" 12run_test "ocf_bdevperf_iotypes" "$testdir/integrity/bdevperf-iotypes.sh" 13run_test "ocf_stats" "$testdir/integrity/stats.sh" 14run_test "ocf_flush" "$testdir/integrity/flush.sh" 15run_test "ocf_create_destruct" "$testdir/management/create-destruct.sh" 16run_test "ocf_multicore" "$testdir/management/multicore.sh" 17run_test "ocf_remove" "$testdir/management/remove.sh" 18run_test "ocf_configuration_change" "$testdir/management/configuration-change.sh" 19