2021-07-02 11:42:06 +00:00
|
|
|
#!/usr/bin/env bash
|
2022-11-02 15:49:40 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# All rights reserved.
|
|
|
|
#
|
2021-07-02 11:42:06 +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_boot_partition" $testdir/boot_partition/boot_partition
|