12fde729fSVitaliy Mysak#!/usr/bin/env bash 2*eb53c232Spaul luse# SPDX-License-Identifier: BSD-3-Clause 3*eb53c232Spaul luse# Copyright (C) 2018 Intel Corporation 4*eb53c232Spaul luse# All rights reserved. 5*eb53c232Spaul luse# 62fde729fSVitaliy Mysaktestdir=$(readlink -f $(dirname $0)) 72fde729fSVitaliy Mysakrootdir=$(readlink -f $testdir/../..) 82fde729fSVitaliy Mysak 92fde729fSVitaliy Mysaksource $rootdir/test/common/autotest_common.sh 102fde729fSVitaliy Mysak 119db5eca6SSeth Howellrun_test "ocf_fio_modes" "$testdir/integrity/fio-modes.sh" 129db5eca6SSeth Howellrun_test "ocf_bdevperf_iotypes" "$testdir/integrity/bdevperf-iotypes.sh" 139db5eca6SSeth Howellrun_test "ocf_stats" "$testdir/integrity/stats.sh" 148000cedbSRafal Stefanowskirun_test "ocf_flush" "$testdir/integrity/flush.sh" 159db5eca6SSeth Howellrun_test "ocf_create_destruct" "$testdir/management/create-destruct.sh" 169db5eca6SSeth Howellrun_test "ocf_multicore" "$testdir/management/multicore.sh" 179db5eca6SSeth Howellrun_test "ocf_remove" "$testdir/management/remove.sh" 185bdaec63SRafal Stefanowskirun_test "ocf_configuration_change" "$testdir/management/configuration-change.sh" 19