e3a7138571
- Add vagrant create_vbox.sh script . This script replace env.sh - Refactor Vagrantfile . Add support for fedora28, Ubuntu18, and FreeBSD 11 . Changes to provisioning rules . Removed build.sh . Changes to support vm_setup.sh on vagrant with Fedora 26 - Add vagrant README.md . Instructions for provisioning different VMs . Post VM Initialization done with update.sh - Add vagrant run-autorun.sh script . Changes to run autotest.sh on vagrant with Fedora 26 Change-Id: I8a34273361dd4233241326b0cd31189cf511f503 Signed-off-by: John Meneghini <johnm@netapp.com> Signed-off-by: Ed Rodriguez <ed.rodriguez@netapp.com> Reviewed-on: https://review.gerrithub.io/414861 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Seth Howell <seth.howell5141@gmail.com>
29 lines
644 B
Plaintext
29 lines
644 B
Plaintext
# assign a value of 1 to all of the pertinent tests
|
|
SPDK_BUILD_DOC=1
|
|
SPDK_RUN_CHECK_FORMAT=1
|
|
SPDK_RUN_SCANBUILD=1
|
|
SPDK_RUN_VALGRIND=1
|
|
SPDK_TEST_UNITTEST=1
|
|
SPDK_TEST_ISCSI=0
|
|
SPDK_TEST_ISCSI_INITIATOR=0
|
|
SPDK_TEST_NVME=0
|
|
SPDK_TEST_NVME_CLI=0
|
|
SPDK_TEST_NVMF=1
|
|
SPDK_TEST_RBD=0
|
|
# requires some extra configuration. see TEST_ENV_SETUP_README
|
|
SPDK_TEST_VHOST=0
|
|
SPDK_TEST_VHOST_INIT=0
|
|
SPDK_TEST_BLOCKDEV=1
|
|
# doesn't work on vm
|
|
SPDK_TEST_IOAT=0
|
|
SPDK_TEST_EVENT=1
|
|
SPDK_TEST_BLOBFS=0
|
|
SPDK_TEST_PMDK=0
|
|
SPDK_TEST_LVOL=0
|
|
SPDK_RUN_ASAN=1
|
|
SPDK_RUN_UBSAN=1
|
|
# Reduce the size of the hugepages
|
|
HUGEMEM=1024
|
|
# Set up the DEPENDENCY_DIR
|
|
DEPENDENCY_DIR=/home/vagrant
|