| bea9ace0 | 24-Aug-2023 |
Michal Berger <michal.berger@intel.com> |
test/vhost: Perform verify only for the write job
Since fio-3.33, due to the following commit (bisect + revert):
https://github.com/axboe/fio/commit/191d6634e8a692bef15143715c88920987ecaa89
usin
test/vhost: Perform verify only for the write job
Since fio-3.33, due to the following commit (bisect + revert):
https://github.com/axboe/fio/commit/191d6634e8a692bef15143715c88920987ecaa89
using verification for *read jobs is foobar. For currently existing configuration, fio >= 3.33 exits almost immediately causing the migration test to fail - before VM is migrated, we check if fio is actually running, however, due to this issue, it's not.
To mitigate, verify only the write job, allowing the randread job to block for expected amount of time (20s).
Change-Id: I7c36e8f56635292426a15aeeb2395cecd454058a Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/19543 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@gmail.com>
show more ...
|
| b1263050 | 24-Aug-2023 |
Michal Berger <michal.berger@intel.com> |
test/vhost: Remove {RDMA,MGMT}* opts from migration.sh
These are not used in any capacity.
Change-Id: Idd729025d0c14084c3505b1fed58c6c90f3acfa9 Signed-off-by: Michal Berger <michal.berger@intel.com
test/vhost: Remove {RDMA,MGMT}* opts from migration.sh
These are not used in any capacity.
Change-Id: Idd729025d0c14084c3505b1fed58c6c90f3acfa9 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/19542 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Kamil Godzwon <kamilx.godzwon@intel.com> Reviewed-by: Jim Harris <jim.harris@gmail.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| e3410dd5 | 22-Jul-2021 |
Michal Berger <michalx.berger@intel.com> |
test/vhost: Make sure only Mellanox NICs are used for vhost tests
Signed-off-by: Michal Berger <michalx.berger@intel.com> Change-Id: Ia616fa7411496628cd79e13474b6e0b96979480a Reviewed-on: https://re
test/vhost: Make sure only Mellanox NICs are used for vhost tests
Signed-off-by: Michal Berger <michalx.berger@intel.com> Change-Id: Ia616fa7411496628cd79e13474b6e0b96979480a Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8895 Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| c5cba2c1 | 01-Apr-2021 |
Michal Berger <michalx.berger@intel.com> |
test/vhost: Cleanup the way how nvmf_tgt is handled in migration test
Signed-off-by: Michal Berger <michalx.berger@intel.com> Change-Id: I7e739a4e085d150b0be73cd890f0cf85f05ab7fd Reviewed-on: https:
test/vhost: Cleanup the way how nvmf_tgt is handled in migration test
Signed-off-by: Michal Berger <michalx.berger@intel.com> Change-Id: I7e739a4e085d150b0be73cd890f0cf85f05ab7fd Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7200 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com>
show more ...
|
| 5854d3c0 | 05-Dec-2019 |
Seth Howell <seth.howell@intel.com> |
test/vhost: convert migration tests to run_test
This test suite was doing some things as far as formatting that are covered by the run_test framework. Also, the way the tet cases were organized was
test/vhost: convert migration tests to run_test
This test suite was doing some things as far as formatting that are covered by the run_test framework. Also, the way the tet cases were organized was obfuscating which migration tests are actually being run in the autotest jobs. This configuration makes it a lot easier to manage.
As a side note, migration-tc3a.sh and migration-tc3b are not referenced anywhere in the test scripts. They may be extraneous.
Change-Id: Ibe6782b38cb87c90b2bc61f112f10cd35f5b4a44 Signed-off-by: Seth Howell <seth.howell@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/476937 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Community-CI: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|