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 <tomasz.zawadzki@intel.com> Change-Id: I06c76643e6189d32471d9f53a0987e52f167844b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2771 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
ff24db746f
commit
37051fa670
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user