2015-09-21 15:52:41 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
testdir=$(readlink -f $(dirname $0))
|
|
|
|
rootdir="$testdir/../../.."
|
|
|
|
source $rootdir/scripts/autotest_common.sh
|
|
|
|
|
2015-10-05 17:54:32 +00:00
|
|
|
$valgrind $testdir/unit/nvme_ns_cmd_c/nvme_ns_cmd_ut
|
2015-10-06 17:21:23 +00:00
|
|
|
$testdir/unit/nvme_c/nvme_ut
|
2015-10-05 17:54:32 +00:00
|
|
|
$valgrind $testdir/unit/nvme_qpair_c/nvme_qpair_ut
|
|
|
|
$valgrind $testdir/unit/nvme_ctrlr_c/nvme_ctrlr_ut
|
|
|
|
$valgrind $testdir/unit/nvme_ctrlr_cmd_c/nvme_ctrlr_cmd_ut
|
2015-09-21 15:52:41 +00:00
|
|
|
|
|
|
|
$testdir/aer/aer
|
|
|
|
process_core
|
|
|
|
|
|
|
|
$rootdir/examples/nvme/identify/identify
|
|
|
|
process_core
|
|
|
|
|
|
|
|
$rootdir/examples/nvme/perf/perf -q 128 -w read -s 4096 -t 5
|
|
|
|
process_core
|