test/nvme: disable startup test for FreeBSD
The startup tool needs more than 1s to finish in FreeBSD OS. So disable this test for FreeBSD. Change-Id: Ibd59cb7d8ed4e27b5df5171888676be9bc37fa8a Signed-off-by: Liang Yan <liang.z.yan@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/472660 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: yidong0635 <dongx.yi@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
34385d80a3
commit
6eab1c1608
@ -117,9 +117,11 @@ timing_enter err_injection
|
||||
$testdir/err_injection/err_injection
|
||||
timing_exit err_injection
|
||||
|
||||
timing_enter startup
|
||||
$testdir/startup/startup -t 1000000
|
||||
timing_exit startup
|
||||
if [ $(uname) != "FreeBSD" ]; then
|
||||
timing_enter startup
|
||||
$testdir/startup/startup -t 1000000
|
||||
timing_exit startup
|
||||
fi
|
||||
|
||||
timing_enter overhead
|
||||
$testdir/overhead/overhead -s 4096 -t 1 -H
|
||||
|
Loading…
Reference in New Issue
Block a user