Commit 42e10f3e authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

autotest: only run NVMe AER test in nightly tests



Change-Id: I39c54db5474ec5fe56f83f1297aa2d0c0445baaf
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 68877218
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
set -xe
ulimit -c unlimited

export RUN_NIGHTLY=0

MAKECONFIG='CONFIG_DEBUG=y CONFIG_WERROR=y'

case `uname` in
+5 −3
Original line number Diff line number Diff line
@@ -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

if [ $RUN_NIGHTLY -eq 1 ]; then
	timing_enter aer
	$testdir/aer/aer
	timing_exit aer
fi

timing_enter identify
$rootdir/examples/nvme/identify/identify