From 37051fa670e637d73c862b46e6ea4a6dc1ddd629 Mon Sep 17 00:00:00 2001 From: Tomasz Zawadzki Date: Thu, 4 Jun 2020 03:35:18 -0400 Subject: [PATCH] test/vpp: Allow skipping 'iscsi_tgt_vpp' run_test In SPDK 20.07 will be deprecated, this means that CI will no longer build or test the VPP component. With SPDK 20.10 VPP the implementation and test scripts will be removed. autorun_post.py processes all run_test instances to verify that they were executed. Since CI will skip VPP tests, it needs to be added to list of exceptions. Signed-off-by: Tomasz Zawadzki Change-Id: I06c76643e6189d32471d9f53a0987e52f167844b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2771 Tested-by: SPDK CI Jenkins Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris Reviewed-by: Ben Walker --- test/common/skipped_tests.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/common/skipped_tests.txt b/test/common/skipped_tests.txt index 56b8133a4..e0713205b 100644 --- a/test/common/skipped_tests.txt +++ b/test/common/skipped_tests.txt @@ -9,6 +9,9 @@ ftl_restore_nv_cache # Waiting for test refactor iscsi_tgt_fio_remote_nvme +# VPP deprecated with 20.07 +iscsi_tgt_vpp + # Waiting on significant test rewrite nvme_opal nvme_opal_bdevio