| eb53c232 | 02-Nov-2022 |
paul luse <paul.e.luse@intel.com> |
add (c) and SPDX header to bash files as needed
per Intel policy to include file commit date using git cmd below. The policy does not apply to non-Intel (C) notices.
git log --follow -C90% --forma
add (c) and SPDX header to bash files as needed
per Intel policy to include file commit date using git cmd below. The policy does not apply to non-Intel (C) notices.
git log --follow -C90% --format=%ad --date default <file> | tail -1
and then pull just the year from the result.
Intel copyrights were not added to files where Intel either had no contribution ot the contribution lacked substance (ie license header 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: I2ef86976095b88a9bf5b1003e59f3943cd6bbe4c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15209 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
| c733cd68 | 24-Jan-2022 |
Tomasz Zawadzki <tomasz.zawadzki@intel.com> |
scripts/common: set special name to test partitions
SPDK test script can fail during any point of the execution. To keep using the same devices between test runs in CI, those devices have to be clea
scripts/common: set special name to test partitions
SPDK test script can fail during any point of the execution. To keep using the same devices between test runs in CI, those devices have to be cleaned between runs.
To select device for tests or to clean before tests, the partition table and lack of mount points is used. SPDK GPT partitions were always considered not in use. Meanwhile Linux GPT were not, even if lacking a mount point.
Some of the SPDK tests create Linux GPT partitions, which might remain after a test run.
Linux GPT partitions created during tests now contain "SPDK_TEST" as part of their partition name. This allows marking such block devices as 'not in use', to be cleaned and used in further SPDK test.
fixes #2345
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I0098776239da9b0c5dcc748625485284e4863525 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11220 Reviewed-by: Michal Berger <michallinuxstuff@gmail.com> Reviewed-by: Dong Yi <dongx.yi@intel.com> Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| c6eda941 | 12-Apr-2021 |
Michal Berger <michalx.berger@intel.com> |
test/vhost: Make sure block devices are cleaned up after the test
Signed-off-by: Michal Berger <michalx.berger@intel.com> Change-Id: Icdfa78572e5cbf1ed14e559b450e7d9ba98c585b Reviewed-on: https://re
test/vhost: Make sure block devices are cleaned up after the test
Signed-off-by: Michal Berger <michalx.berger@intel.com> Change-Id: Icdfa78572e5cbf1ed14e559b450e7d9ba98c585b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7321 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> Community-CI: Mellanox Build Bot
show more ...
|
| 9f5f5da8 | 03-Mar-2021 |
Karol Latecki <karol.latecki@intel.com> |
test/vhost: use getopts in vhost_run function
Use getopts instead of using positional args. This will be needed in future commits when more optional parameters will be added.
Signed-off-by: Karol L
test/vhost: use getopts in vhost_run function
Use getopts instead of using positional args. This will be needed in future commits when more optional parameters will be added.
Signed-off-by: Karol Latecki <karol.latecki@intel.com> Change-Id: If575fd871f906de5f9d89b2f3972fa54e3208147 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6682 Tested-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>
show more ...
|
| 844c8ec3 | 07-May-2020 |
Michal Berger <michalx.berger@intel.com> |
check_format: Reformat the Bash code in compliance with shfmt
Change-Id: I93e7b9d355870b0528a0ac3382fba1a10a558d45 Signed-off-by: Michal Berger <michalx.berger@intel.com> Reviewed-on: https://review
check_format: Reformat the Bash code in compliance with shfmt
Change-Id: I93e7b9d355870b0528a0ac3382fba1a10a558d45 Signed-off-by: Michal Berger <michalx.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1718 Community-CI: Mellanox Build Bot Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| 17b26b76 | 05-Nov-2019 |
Maciej Wawryk <maciejx.wawryk@intel.com> |
test: Shellcheck - correct rule: Word is on the form...
Correct shellcheck rule SC2140: Word is on the form "A"B"C" (B indicated). Did you mean "ABC" or "A\"B\"C"?
Signed-off-by: Maciej Wawryk <mac
test: Shellcheck - correct rule: Word is on the form...
Correct shellcheck rule SC2140: Word is on the form "A"B"C" (B indicated). Did you mean "ABC" or "A\"B\"C"?
Signed-off-by: Maciej Wawryk <maciejx.wawryk@intel.com> Change-Id: I1655b2e76be7a5e3d615c5b34c5af9e4012ac49f Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/473291 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
show more ...
|
| f3b3fa77 | 16-Oct-2019 |
Maciej Wawryk <maciejx.wawryk@intel.com> |
test: Shellcheck - correct rule: Use "${var:?}"\
Correct shellcheck rule SC2115: Use "${var:?}" to ensure this never expands to /* .
Signed-off-by: Maciej Wawryk <maciejx.wawryk@intel.com> Change-I
test: Shellcheck - correct rule: Use "${var:?}"\
Correct shellcheck rule SC2115: Use "${var:?}" to ensure this never expands to /* .
Signed-off-by: Maciej Wawryk <maciejx.wawryk@intel.com> Change-Id: I4a6beef338b7a3c496f1b74a0cdbbdff83403ddc Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/471464 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
| 7c4bb5e2 | 10-Oct-2019 |
Maciej Wawryk <maciejx.wawryk@intel.com> |
test: Shellcheck - correct rule: Argument mixes string and array
Correct shellcheck rule SC2145: Argument mixes string and array. Use * or separate argument.
Signed-off-by: Maciej Wawryk <maciejx.w
test: Shellcheck - correct rule: Argument mixes string and array
Correct shellcheck rule SC2145: Argument mixes string and array. Use * or separate argument.
Signed-off-by: Maciej Wawryk <maciejx.wawryk@intel.com> Change-Id: I45102ead2e97cc1d6b11c21f269e58a235055c35 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/470926 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
show more ...
|
| d7c00c17 | 30-Sep-2019 |
Pawel Kaminski <pawelx.kaminski@intel.com> |
rpc: Rename construct_vhost_blk_controller to vhost_create_blk_controller
Change-Id: I49e5a24f89566ecf95e2df15e43d589f7ef3badb Signed-off-by: Pawel Kaminski <pawelx.kaminski@intel.com> Reviewed-on:
rpc: Rename construct_vhost_blk_controller to vhost_create_blk_controller
Change-Id: I49e5a24f89566ecf95e2df15e43d589f7ef3badb Signed-off-by: Pawel Kaminski <pawelx.kaminski@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/469861 Tested-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>
show more ...
|
| 31e77a73 | 23-Aug-2019 |
Pawel Kaminski <pawelx.kaminski@intel.com> |
rpc: Rename delete_nvme_controller to bdev_nvme_detach_controller
Change-Id: I1402fcb24a779e7af3d108c91a0abcc09082410b Signed-off-by: Pawel Kaminski <pawelx.kaminski@intel.com> Reviewed-on: https://
rpc: Rename delete_nvme_controller to bdev_nvme_detach_controller
Change-Id: I1402fcb24a779e7af3d108c91a0abcc09082410b Signed-off-by: Pawel Kaminski <pawelx.kaminski@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/466144 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> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
| 7f0efebd | 13-Sep-2019 |
Pawel Kaminski <pawelx.kaminski@intel.com> |
test: Shellcheck - apply rule SC2181
Check exit code directly with e.g. 'if mycmd;', not indirectly with $?.
Rule disabled in test/pmem/common.sh as behaviour may differ depends on bash version
Ch
test: Shellcheck - apply rule SC2181
Check exit code directly with e.g. 'if mycmd;', not indirectly with $?.
Rule disabled in test/pmem/common.sh as behaviour may differ depends on bash version
Change-Id: Ied4c5dfb09e52c5db08becf1ad69a29a1bda426b Signed-off-by: Pawel Kaminski <pawelx.kaminski@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/468363 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Maciej Wawryk <maciejx.wawryk@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com>
show more ...
|
| edb18971 | 30-Sep-2019 |
Pawel Kaminski <pawelx.kaminski@intel.com> |
rpc: Rename remove_vhost_controller to vhost_delete_controller
Change-Id: I819cecbd8456f3f978cc3560f31e285bb2cbbe5d Signed-off-by: Pawel Kaminski <pawelx.kaminski@intel.com> Reviewed-on: https://rev
rpc: Rename remove_vhost_controller to vhost_delete_controller
Change-Id: I819cecbd8456f3f978cc3560f31e285bb2cbbe5d Signed-off-by: Pawel Kaminski <pawelx.kaminski@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/469863 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Maciej Wawryk <maciejx.wawryk@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Community-CI: Broadcom SPDK FC-NVMe CI <spdk-ci.pdl@broadcom.com>
show more ...
|
| 2c49e910 | 11-Sep-2019 |
Maciej Wawryk <maciejx.wawryk@intel.com> |
RPC: rename rpc get_bdevs to bdev_get_bdevs
Signed-off-by: Maciej Wawryk <maciejx.wawryk@intel.com> Change-Id: I899c05963f4dd5f29df0b10fc030c27029c2c246 Reviewed-on: https://review.gerrithub.io/c/sp
RPC: rename rpc get_bdevs to bdev_get_bdevs
Signed-off-by: Maciej Wawryk <maciejx.wawryk@intel.com> Change-Id: I899c05963f4dd5f29df0b10fc030c27029c2c246 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/468057 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Pawel Kaminski <pawelx.kaminski@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
show more ...
|
| 2f2ffd98 | 04-Sep-2019 |
paul luse <paul.e.luse@intel.com> |
test: remove test plan .md files
A sub-team over a year ago agreed that there was not enough value in checking test plans in to the repo as they require maintenance and their primary purpose is not
test: remove test plan .md files
A sub-team over a year ago agreed that there was not enough value in checking test plans in to the repo as they require maintenance and their primary purpose is not to document how the module is tested but to facilitate discussion during test development. It was agreed that we would use the review system to iterate on test plans but once the actual tests were developed that the plan would not get checked in.
This patch just removes those that were likely in the repo before that discussion.
Signed-off-by: paul luse <paul.e.luse@intel.com> Change-Id: I75dcdd8b4754b7ecb4a21079b251c707557a3280 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/467394 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>
show more ...
|
| 7964f1df | 09-Aug-2019 |
Pawel Kaminski <pawelx.kaminski@intel.com> |
scripts/rpc: Change rpc construct_malloc_bdev to bdev_malloc_create
This is patch that implements changes according to proposal submitted in https://review.gerrithub.io/c/spdk/spdk/+/453036
Change-
scripts/rpc: Change rpc construct_malloc_bdev to bdev_malloc_create
This is patch that implements changes according to proposal submitted in https://review.gerrithub.io/c/spdk/spdk/+/453036
Change-Id: I5423cd34cb5fc111b34cab2b7f7c6c5f11898af8 Signed-off-by: Pawel Kaminski <pawelx.kaminski@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/464677 Reviewed-by: Broadcom SPDK FC-NVMe CI <spdk-ci.pdl@broadcom.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| 1ccc878e | 25-Jul-2019 |
Karol Latecki <karol.latecki@intel.com> |
scripts: use -n instead of ! -z
Changing according to styling check done by ShellCheck. Removing from check_format.sh exclusion list: SC2236 - Use -n instead of ! -z SC2070 - -n doesn't work with un
scripts: use -n instead of ! -z
Changing according to styling check done by ShellCheck. Removing from check_format.sh exclusion list: SC2236 - Use -n instead of ! -z SC2070 - -n doesn't work with unquoted arguments. Quote or use [[ ]]
Change-Id: Ia9d645b9d0ce31b67c4de682395cf36f4ddc8d1f Signed-off-by: Karol Latecki <karol.latecki@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/463180 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
| fa563858 | 04-Jun-2019 |
Ben Walker <benjamin.walker@intel.com> |
test/vhost: Allow string names for vhost targets
Don't require these to be numbered.
Change-Id: I385f579b41d24eea02e157e53c4fc1530864bb5b Signed-off-by: Ben Walker <benjamin.walker@intel.com> Revie
test/vhost: Allow string names for vhost targets
Don't require these to be numbered.
Change-Id: I385f579b41d24eea02e157e53c4fc1530864bb5b Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/461389 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
| 10a0f053 | 05-Jun-2019 |
Ben Walker <benjamin.walker@intel.com> |
test/vhost: Require vhost num as first arg to vhost_run
Making this explicit makes the tests clearer
Change-Id: I6c37f873683b38b644bebc42532694d45a181d04 Signed-off-by: Ben Walker <benjamin.walker@
test/vhost: Require vhost num as first arg to vhost_run
Making this explicit makes the tests clearer
Change-Id: I6c37f873683b38b644bebc42532694d45a181d04 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/461387 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Maciej Szwed <maciej.szwed@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
| 8f44d126 | 04-Jun-2019 |
Ben Walker <benjamin.walker@intel.com> |
test/vhost: Group all vhost generated files into a single directory
Change-Id: I12b23363a6bc954eabd7cbde510a8a44b176fbd2 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://re
test/vhost: Group all vhost generated files into a single directory
Change-Id: I12b23363a6bc954eabd7cbde510a8a44b176fbd2 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/461385 Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Seth Howell <seth.howell@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| 97df5bcc | 04-Jun-2019 |
Ben Walker <benjamin.walker@intel.com> |
test/vhost: Use sshpass instead of generating keys
This is much easier.
Change-Id: I4ae5f2f5b9393f65d07f39f03fa30628a40b01cf Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https
test/vhost: Use sshpass instead of generating keys
This is much easier.
Change-Id: I4ae5f2f5b9393f65d07f39f03fa30628a40b01cf Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/459304 Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| 887aff4d | 10-Jun-2019 |
Darek Stojaczyk <dariusz.stojaczyk@intel.com> |
test: remove duplicated `set -ex` from tests
It's always set in autotest_common.sh, there's no need to set it again in each test script.
Change-Id: Ib14c4189c553dad54a3065c1a1d413a5fc5a5347 Signed-
test: remove duplicated `set -ex` from tests
It's always set in autotest_common.sh, there's no need to set it again in each test script.
Change-Id: Ib14c4189c553dad54a3065c1a1d413a5fc5a5347 Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/457466 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
show more ...
|
| bfdb9403 | 03-Jun-2019 |
Ben Walker <benjamin.walker@intel.com> |
test/vhost: Rename spdk_vhost_kill to vhost_kill
No need to prefix name with spdk.
Change-Id: I9b07a52f6c88d77e1dda2c63ec951c1847780cca Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewe
test/vhost: Rename spdk_vhost_kill to vhost_kill
No need to prefix name with spdk.
Change-Id: I9b07a52f6c88d77e1dda2c63ec951c1847780cca Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/456702 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
| 9132128f | 03-Jun-2019 |
Ben Walker <benjamin.walker@intel.com> |
test/vhost: Rename spdk_vhost_run to vhost_run
We typically don't prefix bash functions with spdk.
Change-Id: Icda57e42acb83f4aa51731ac62f8db7ee26e658a Signed-off-by: Ben Walker <benjamin.walker@in
test/vhost: Rename spdk_vhost_run to vhost_run
We typically don't prefix bash functions with spdk.
Change-Id: Icda57e42acb83f4aa51731ac62f8db7ee26e658a Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/456700 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
| 6de97c1a | 17-May-2019 |
Ben Walker <benjamin.walker@intel.com> |
test/vhost: Add calls to vhosttestinit and vhosttestfini
Change-Id: I0b564a6931b91f5226ad6a6909c5285f5cb76a71 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrit
test/vhost: Add calls to vhosttestinit and vhosttestfini
Change-Id: I0b564a6931b91f5226ad6a6909c5285f5cb76a71 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/454944 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
| 920bb2b3 | 21-May-2019 |
Karol Latecki <karol.latecki@intel.com> |
test/vhost: re-enable readonly in nightly testing
Tests for checking read-only option no longer fail. Removing rootdir variable and sourcing commands as *_vm.sh scripts are designed to be run as sta
test/vhost: re-enable readonly in nightly testing
Tests for checking read-only option no longer fail. Removing rootdir variable and sourcing commands as *_vm.sh scripts are designed to be run as standalone inside spawned VMs.
Change-Id: I491ebf8e2b305539e3fabdc6219ea53693ad2883 Signed-off-by: Karol Latecki <karol.latecki@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/455203 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Pawel Kaminski <pawelx.kaminski@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
show more ...
|