From 1e91f5bd56cb4dd738dfa91a12a846c8623494ad Mon Sep 17 00:00:00 2001 From: Karol Latecki Date: Thu, 12 Sep 2019 09:09:16 +0200 Subject: [PATCH] test/vhost: move migration tests to RUN_NIGHTLY Test scripts are no longer failing and can be re-enabled in nightly testing. Change-Id: I07e682466f98a63c65b1d17cca47a4136809e8c9 Signed-off-by: Karol Latecki Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/468203 Tested-by: SPDK CI Jenkins Reviewed-by: Darek Stojaczyk Reviewed-by: Ben Walker --- test/vhost/vhost.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/vhost/vhost.sh b/test/vhost/vhost.sh index 4066fc1d0..2e751fd38 100755 --- a/test/vhost/vhost.sh +++ b/test/vhost/vhost.sh @@ -116,9 +116,7 @@ if [ $RUN_NIGHTLY -eq 1 ]; then run_test case $WORKDIR/readonly/readonly.sh --vm_image=$VM_IMAGE --disk=Nvme0n1 -x report_test_completion "vhost_readonly" timing_exit readonly -fi -if [ $RUN_NIGHTLY_FAILING -eq 1 ]; then timing_enter vhost_migration echo 'Running migration suite...' run_test case $WORKDIR/migration/migration.sh -x \