2015-12-03 21:30:38 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
testdir=$(readlink -f $(dirname $0))
|
2018-03-22 22:26:12 +00:00
|
|
|
rootdir=$(readlink -f $testdir/../..)
|
2018-02-27 22:14:08 +00:00
|
|
|
source $rootdir/test/common/autotest_common.sh
|
2015-12-03 21:30:38 +00:00
|
|
|
|
2019-12-04 21:14:47 +00:00
|
|
|
run_test "case" "ioat_perf" $rootdir/examples/ioat/perf/ioat_perf -t 1
|
2015-12-03 21:30:38 +00:00
|
|
|
|
2019-12-04 21:14:47 +00:00
|
|
|
run_test "case" "ioat_verify" $rootdir/examples/ioat/verify/verify -t 1
|
2015-12-03 21:30:38 +00:00
|
|
|
|
2017-12-18 21:20:41 +00:00
|
|
|
report_test_completion "ioat"
|