test/common: Provide {ext,null}glob by default in autotest suiteThis requires adjustments in several test suites due to some badpractices exposed by explicit use of nullglob.Change-Id: Idbe7eeec
test/common: Provide {ext,null}glob by default in autotest suiteThis requires adjustments in several test suites due to some badpractices exposed by explicit use of nullglob.Change-Id: Idbe7eeec598ffc06e98986898344e4e0d88f4a5dSigned-off-by: Michal Berger <michal.berger@intel.com>Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/19551Reviewed-by: Jim Harris <jim.harris@gmail.com>Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
add (c) and SPDX header to bash files as neededper Intel policy to include file commit date using git cmdbelow. The policy does not apply to non-Intel (C) notices.git log --follow -C90% --forma
add (c) and SPDX header to bash files as neededper Intel policy to include file commit date using git cmdbelow. The policy does not apply to non-Intel (C) notices.git log --follow -C90% --format=%ad --date default <file> | tail -1and then pull just the year from the result.Intel copyrights were not added to files where Intel either hadno contribution ot the contribution lacked substance (ie licenseheader updates, formatting changes, etc)For intel copyrights added, --follow and -C95% were used.Signed-off-by: paul luse <paul.e.luse@intel.com>Change-Id: I2ef86976095b88a9bf5b1003e59f3943cd6bbe4cReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15209Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>Community-CI: Mellanox Build BotReviewed-by: Ben Walker <benjamin.walker@intel.com>Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com>Reviewed-by: Jim Harris <james.r.harris@intel.com>
test/fio: supress fio output filesverify.state files are not very useful becausewe fail the tests at any first failure.If there was something wrong with IO verificationthen autotest.sh would fai
test/fio: supress fio output filesverify.state files are not very useful becausewe fail the tests at any first failure.If there was something wrong with IO verificationthen autotest.sh would fail.Fio files with metrics output (IOPS, BW, latency, etc)are also not very useful as per-patch tests are notfocused on benchmarking.Fixes #2546Signed-off-by: Kamil Godzwon <kamilx.godzwon@intel.com>Change-Id: I33fbe2fb0749d840f08ffe0d606d206268140991Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13019Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>Reviewed-by: Karol Latecki <karol.latecki@intel.com>Reviewed-by: Jim Harris <james.r.harris@intel.com>Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
test/vhost: use getopts in vhost_run functionUse getopts instead of using positional args. Thiswill be needed in future commits when more optionalparameters will be added.Signed-off-by: Karol L
test/vhost: use getopts in vhost_run functionUse getopts instead of using positional args. Thiswill be needed in future commits when more optionalparameters will be added.Signed-off-by: Karol Latecki <karol.latecki@intel.com>Change-Id: If575fd871f906de5f9d89b2f3972fa54e3208147Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6682Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>Reviewed-by: Maciej Wawryk <maciejx.wawryk@intel.com>Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>Reviewed-by: Jim Harris <james.r.harris@intel.com>
test: fix uses of deprecated RPCsWe tried to change all of these when updating the RPCnames, but there were some that were missed apparently.Signed-off-by: Jim Harris <james.r.harris@intel.com>
test: fix uses of deprecated RPCsWe tried to change all of these when updating the RPCnames, but there were some that were missed apparently.Signed-off-by: Jim Harris <james.r.harris@intel.com>Change-Id: I1b27d658bb039f201ca003b1d9005e7cfa8c45c2Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/473340Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>Reviewed-by: Ben Walker <benjamin.walker@intel.com>Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
rpc: Rename construct_vhost_blk_controller to vhost_create_blk_controllerChange-Id: I49e5a24f89566ecf95e2df15e43d589f7ef3badbSigned-off-by: Pawel Kaminski <pawelx.kaminski@intel.com>Reviewed-on:
rpc: Rename construct_vhost_blk_controller to vhost_create_blk_controllerChange-Id: I49e5a24f89566ecf95e2df15e43d589f7ef3badbSigned-off-by: Pawel Kaminski <pawelx.kaminski@intel.com>Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/469861Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>Reviewed-by: Paul Luse <paul.e.luse@intel.com>Reviewed-by: Jim Harris <james.r.harris@intel.com>Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
rpc: Rename add_vhost_scsi_lun to vhost_scsi_controller_add_targetChange-Id: I77334712524f454bb1f7270d5684053c7fd2e24cSigned-off-by: Pawel Kaminski <pawelx.kaminski@intel.com>Reviewed-on: https:/
rpc: Rename add_vhost_scsi_lun to vhost_scsi_controller_add_targetChange-Id: I77334712524f454bb1f7270d5684053c7fd2e24cSigned-off-by: Pawel Kaminski <pawelx.kaminski@intel.com>Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/469759Reviewed-by: Jim Harris <james.r.harris@intel.com>Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
rpc: Rename construct_vhost_scsi_controller to vhost_create_scsi_controllerChange-Id: I17919e0808241954f5584b7fa74913b24d5635faSigned-off-by: Pawel Kaminski <pawelx.kaminski@intel.com>Review
rpc: Rename construct_vhost_scsi_controller to vhost_create_scsi_controllerChange-Id: I17919e0808241954f5584b7fa74913b24d5635faSigned-off-by: Pawel Kaminski <pawelx.kaminski@intel.com>Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/469260Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>Reviewed-by: Jim Harris <james.r.harris@intel.com>Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
test/vhost: Add virtio-blk to fio testChange-Id: Ia97c5ee705ce0824275ee5f792d22280bfe7e6b0Signed-off-by: Ben Walker <benjamin.walker@intel.com>Reviewed-on: https://review.gerrithub.io/c/spdk/spdk
test/vhost: Add virtio-blk to fio testChange-Id: Ia97c5ee705ce0824275ee5f792d22280bfe7e6b0Signed-off-by: Ben Walker <benjamin.walker@intel.com>Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/465977Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>Reviewed-by: Jim Harris <james.r.harris@intel.com>Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
test/vhost: Add a simple fio testYou can run this at your desk as follows (from SPDK repo):sudo -E ./test/vhost/fio/fio.sh --isoChange-Id: Ib83e21e8b8450d1bfce6a0223642c4087f9f47dcSigned-off-b
test/vhost: Add a simple fio testYou can run this at your desk as follows (from SPDK repo):sudo -E ./test/vhost/fio/fio.sh --isoChange-Id: Ib83e21e8b8450d1bfce6a0223642c4087f9f47dcSigned-off-by: Ben Walker <benjamin.walker@intel.com>Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/463094Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>Reviewed-by: Jim Harris <james.r.harris@intel.com>Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>