| 22f36c0e | 19-Jul-2021 |
Karol Latecki <karol.latecki@intel.com> |
test/vhost: don't save verify state files in shared test
Signed-off-by: Karol Latecki <karol.latecki@intel.com> Change-Id: I7988ccbb3b2426d73a513d559f9ce4040a70d2fc Reviewed-on: https://review.spdk.
test/vhost: don't save verify state files in shared test
Signed-off-by: Karol Latecki <karol.latecki@intel.com> Change-Id: I7988ccbb3b2426d73a513d559f9ce4040a70d2fc Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8830 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Michal Berger <michalx.berger@intel.com>
show more ...
|
| 3b9db6c4 | 30-May-2019 |
Tomasz Zawadzki <tomasz.zawadzki@intel.com> |
test/fio: export single variable for running fio_plugins
This patch adds functions in autotest_common.sh, fio_bdev() and fio_nvme() for their respective plugins. It simplifies its usage throughout t
test/fio: export single variable for running fio_plugins
This patch adds functions in autotest_common.sh, fio_bdev() and fio_nvme() for their respective plugins. It simplifies its usage throughout the scripts.
Additionally will help with expanding the fio cmd line with nessecary changes only in single place.
This will be used in next patch in series to LD_PRELOAD ASAN before fio_plugin.
Note: Did not implement changes for perf scripts, since they are usualy run separately and didn't want to affect those. Similarly didn't change vhost initiator tests, because the exported directories do not work for inside the VM. Will need to think of a way to change it there as well.
Change-Id: Idf750ee7aa9d5e30efc0ce430d15fa45ceccb203 Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/456314 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|