test/nvme: move NVMe reset test to nightly build

Change-Id: I5b1cd4fd76d317bab31c719751e3eb14c1cfaa90
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2017-02-15 13:09:10 -07:00
parent 18d26e42a3
commit b57a1c130e

View File

@ -16,6 +16,10 @@ if [ $RUN_NIGHTLY -eq 1 ]; then
timing_enter aer timing_enter aer
$testdir/aer/aer $testdir/aer/aer
timing_exit aer timing_exit aer
timing_enter reset
$testdir/reset/reset -q 64 -w write -s 4096 -t 2
timing_exit reset
fi fi
timing_enter identify timing_enter identify
@ -79,11 +83,6 @@ if [ $(uname -s) = Linux ]; then
timing_exit multi_process timing_exit multi_process
fi fi
#Now test nvme reset function
timing_enter reset
$testdir/reset/reset -q 64 -w write -s 4096 -t 2
timing_exit reset
timing_enter sgl timing_enter sgl
$testdir/sgl/sgl $testdir/sgl/sgl
timing_exit sgl timing_exit sgl