1#!/usr/bin/env bash 2 3testdir=$(readlink -f $(dirname $0)) 4rootdir=$(readlink -f $testdir/../..) 5 6source $rootdir/test/common/autotest_common.sh 7 8run_test "ocf_fio_modes" "$testdir/integrity/fio-modes.sh" 9run_test "ocf_bdevperf_iotypes" "$testdir/integrity/bdevperf-iotypes.sh" 10run_test "ocf_stats" "$testdir/integrity/stats.sh" 11run_test "ocf_create_destruct" "$testdir/management/create-destruct.sh" 12run_test "ocf_multicore" "$testdir/management/multicore.sh" 13run_test "ocf_persistent_metadata" "$testdir/management/persistent-metadata.sh" 14run_test "ocf_remove" "$testdir/management/remove.sh" 15run_test "ocf_configuration_change" "$testdir/management/configuration-change.sh" 16