autotest: only run NVMe AER test in nightly tests
Change-Id: I39c54db5474ec5fe56f83f1297aa2d0c0445baaf Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
6887721802
commit
42e10f3e01
@ -1,6 +1,8 @@
|
||||
set -xe
|
||||
ulimit -c unlimited
|
||||
|
||||
export RUN_NIGHTLY=0
|
||||
|
||||
MAKECONFIG='CONFIG_DEBUG=y CONFIG_WERROR=y'
|
||||
|
||||
case `uname` in
|
||||
|
@ -16,9 +16,11 @@ $valgrind $testdir/unit/nvme_ctrlr_c/nvme_ctrlr_ut
|
||||
$valgrind $testdir/unit/nvme_ctrlr_cmd_c/nvme_ctrlr_cmd_ut
|
||||
timing_exit unit
|
||||
|
||||
timing_enter aer
|
||||
$testdir/aer/aer
|
||||
timing_exit aer
|
||||
if [ $RUN_NIGHTLY -eq 1 ]; then
|
||||
timing_enter aer
|
||||
$testdir/aer/aer
|
||||
timing_exit aer
|
||||
fi
|
||||
|
||||
timing_enter identify
|
||||
$rootdir/examples/nvme/identify/identify
|
||||
|
Loading…
Reference in New Issue
Block a user