2021-04-30 09:26:21 +00:00
|
|
|
#!/usr/bin/env bash
|
2022-11-02 15:49:40 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# All rights reserved.
|
|
|
|
#
|
2021-04-30 09:26:21 +00:00
|
|
|
|
|
|
|
testdir=$(readlink -f $(dirname $0))
|
|
|
|
rootdir=$(readlink -f $testdir/../..)
|
|
|
|
source $rootdir/scripts/common.sh
|
|
|
|
source $rootdir/test/common/autotest_common.sh
|
|
|
|
|
|
|
|
if [ $(uname) = Linux ]; then
|
|
|
|
$rootdir/scripts/setup.sh
|
|
|
|
fi
|
|
|
|
|
|
|
|
run_test "nvme_simple_copy" $testdir/simple_copy/simple_copy
|