| c7a40fcb | 20-Jul-2023 |
Michal Berger <michal.berger@intel.com> |
test/vhost: Make sure reboot over ssh does not block
In case it does, it can force vm_os_booted() to enter infinite loop at the time ssh finally returns (since the VM would be back online at that ti
test/vhost: Make sure reboot over ssh does not block
In case it does, it can force vm_os_booted() to enter infinite loop at the time ssh finally returns (since the VM would be back online at that time).
Make sure reboot is forced and that ssh will bail as soon as the remote end stops being online.
Change-Id: Ib4494edd44352a2069e359e03b4380669096112a Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/19158 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Marek Chomnicki <marek.chomnicki@intel.com>
show more ...
|
| 49de02ec | 27-Feb-2020 |
Tomasz Zawadzki <tomasz.zawadzki@intel.com> |
Revert "test/hotremove: Select test cases to be run for scci and blk hotremove."
This reverts commit 29e9fdc8572acc3fa70397abac4d8d47904c6637.
Nightly tests after merging the reverted patch show th
Revert "test/hotremove: Select test cases to be run for scci and blk hotremove."
This reverts commit 29e9fdc8572acc3fa70397abac4d8d47904c6637.
Nightly tests after merging the reverted patch show that it does not pass in current state. It affected the per-patch, since the new tests weren't added to skipped_tests list.
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: If8a58cbe9ecd0e58f20c0a9ee844bc9a8ee046a3 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1045 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Seth Howell <seth.howell5141@gmail.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| 4d0c5091 | 25-Oct-2019 |
Pawel Kaminski <pawelx.kaminski@intel.com> |
test: Shellcheck - add rule SC2154 to exclude list
Corrected code in some files. Most of cases cannot be corrected as we use global variables defined in other files.
SC2154: var is referenced but n
test: Shellcheck - add rule SC2154 to exclude list
Corrected code in some files. Most of cases cannot be corrected as we use global variables defined in other files.
SC2154: var is referenced but not assigned.
Signed-off-by: Pawel Kaminski <pawelx.kaminski@intel.com> Change-Id: Id333587f81b0bc2456b0c97bac5343a8e5a22774 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/472342 Tested-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>
show more ...
|