From eeab0d6cb1c8f9fb44312c4f78df6fc59be859e9 Mon Sep 17 00:00:00 2001 From: Pawel Wodkowski Date: Tue, 30 Jan 2018 17:30:39 +0100 Subject: [PATCH] autotest.sh: enable vhost migration test Change-Id: I64d670fc48c96165470adf2537f1f8701e879928 Signed-off-by: Pawel Wodkowski Reviewed-on: https://review.gerrithub.io/397113 Reviewed-by: Daniel Verkamp Tested-by: SPDK Automated Test System Reviewed-by: Karol Latecki Reviewed-by: Jim Harris --- autotest.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/autotest.sh b/autotest.sh index fcf2d65908..7e6d2cdcd7 100755 --- a/autotest.sh +++ b/autotest.sh @@ -176,6 +176,10 @@ if [ $SPDK_TEST_VHOST -eq 1 ]; then run_test ./test/vhost/spdk_vhost.sh --integrity-lvol-blk timing_exit integrity_lvol_blk + timing_enter vhost_migration + run_test ./test/vhost/spdk_vhost.sh --migration + timing_exit vhost_migration + timing_exit vhost fi