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:
Daniel Verkamp 2016-03-23 13:34:31 -07:00
parent 6887721802
commit 42e10f3e01
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,8 @@
set -xe
ulimit -c unlimited
export RUN_NIGHTLY=0
MAKECONFIG='CONFIG_DEBUG=y CONFIG_WERROR=y'
case `uname` in

View File

@ -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