From 08dd025e9bf556aab3459a2e8c62eeb40c0f946c Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Mon, 2 Apr 2018 12:56:09 -0700 Subject: [PATCH] autotest: add completion tracking for vhost_init Change-Id: I45d0c99623cbdf28fdf67ff46d2429c122a97533 Signed-off-by: Seth Howell Reviewed-on: https://review.gerrithub.io/406104 Tested-by: SPDK Automated Test System Reviewed-by: Ben Walker Reviewed-by: Jim Harris --- autotest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autotest.sh b/autotest.sh index 68868e635..f71ddd759 100755 --- a/autotest.sh +++ b/autotest.sh @@ -201,6 +201,7 @@ fi if [ $SPDK_TEST_VHOST_INIT -eq 1 ]; then run_test ./test/vhost/initiator/blockdev.sh + report_test_completion "vhost_initiator" fi if [ $SPDK_TEST_NVML -eq 1 ]; then