Revision tags: v25.01-rc1, v24.09, v25.01-pre, v24.09-rc1, v24.05, v24.09-pre, v24.05-rc1 |
|
#
64627ae7 |
| 08-May-2024 |
Alexey Marchuk <alexeymar@nvidia.com> |
accel/mlx5: Support crc32c offload
Add tests to verify the crc32c with mlx5 module
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Signed-off-by: Sergey Gorenko <sergeygo@nvidia.com> Change-Id
accel/mlx5: Support crc32c offload
Add tests to verify the crc32c with mlx5 module
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Signed-off-by: Sergey Gorenko <sergeygo@nvidia.com> Change-Id: I65a517d69fe12abd01e7f5d2f5b1c7da80883f40 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23140 Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Community-CI: Mellanox Build Bot Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
show more ...
|
#
d987d777 |
| 07-May-2024 |
Alexey Marchuk <alexeymar@nvidia.com> |
accel/mlx5: Support copy operation
Since number of iovs per 1 RDMA operation is limited by 16, we have to caculate the number of operations which must be completed. In the worst case we have to iter
accel/mlx5: Support copy operation
Since number of iovs per 1 RDMA operation is limited by 16, we have to caculate the number of operations which must be completed. In the worst case we have to iterate both src and dst iovs to find this number. Added a test with malloc bdev to check the new copy operation.
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Change-Id: I8bc75813f94d8fdff2e0af5cf5b8c254d8042af9 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23135 Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Ben Walker <ben@nvidia.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com>
show more ...
|
#
18384adc |
| 12-Apr-2024 |
Alexey Marchuk <alexeymar@nvidia.com> |
test/acccel_mlx5: Add crypto test
Use DMA test application to verify accel_mlx5 crypto capabilities with memory domain
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Change-Id: I8d8d2b16a208a
test/acccel_mlx5: Add crypto test
Use DMA test application to verify accel_mlx5 crypto capabilities with memory domain
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Change-Id: I8d8d2b16a208a66712285103e71fae128eee697a Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23101 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz@tzawadzki.com>
show more ...
|
#
9d98a82e |
| 14-Jun-2024 |
Michal Berger <michal.berger@intel.com> |
test/nvmf: Disable nvmf_device_removal suite
This suite wreaks havoc under our phy CI infra, especially while running under Mellanox ConnectX-4 Lx NICs. We had couple of attempts to try and mitigate
test/nvmf: Disable nvmf_device_removal suite
This suite wreaks havoc under our phy CI infra, especially while running under Mellanox ConnectX-4 Lx NICs. We had couple of attempts to try and mitigate this (kernel upgrades, different patches applied on top of the kernel) but the issue is still there.
With that in mind, disable these tests until further notice.
Change-Id: I0c4905f258cf5f892f80e1caccbb389dd16e1179 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23742 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
#
bf8fa3b9 |
| 27-Mar-2024 |
Tomasz Zawadzki <tomasz.zawadzki@intel.com> |
test/skipped_tests: update the list to current per-patch
Skipped tests list is used to track execution of all added tests. It should be updated anytime CI configuration changes, issues are fixed or
test/skipped_tests: update the list to current per-patch
Skipped tests list is used to track execution of all added tests. It should be updated anytime CI configuration changes, issues are fixed or new tests are added for nightly.
Changes in this patch were done comparing that list with completions_table_by_test on latest master.
Test names now removed from skipped_tests either: 1) were moved from nightly to per-patch 2) no longer exist in repository
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: Ifa29a489435e36c8aba3352b51a0177407496c60 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22516 Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Michal Berger <michal.berger@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
#
e762dcb2 |
| 12-Mar-2024 |
Karol Latecki <karol.latecki@intel.com> |
test/iscsi: delete fio_remote_nvme test
This test is never executed in continous integration pipelines. It needs both SPDK_TEST_ISCSI and SPDK_TEST_NVMF flags to be run which would result in a very
test/iscsi: delete fio_remote_nvme test
This test is never executed in continous integration pipelines. It needs both SPDK_TEST_ISCSI and SPDK_TEST_NVMF flags to be run which would result in a very long execution time (up to 1 hour). It is unlikely that such combination be ever used in CI for testing.
Furthermore - the whole scenario of using SPDK NVMe-oF Target & Initiator & iSCSI Target in a single script seems a bit convoluted. Unfortunately the change introducing the test did not provide any description if this is a real use case. Pretty sure all of actions done here are already covered by other test scripts separately.
Change-Id: I9042d50a68a83295dd5feeb89617184ccd18b565 Signed-off-by: Karol Latecki <karol.latecki@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22267 Reviewed-by: Michal Berger <michal.berger@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
Revision tags: LTS, v24.01, v24.05-pre, v24.01-rc1 |
|
#
5420e499 |
| 25-Dec-2023 |
Konrad Sztyber <konrad.sztyber@intel.com> |
test: add keyring_linux test
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Icc9d5bda6647e7c342529552e86803fcdb04595a Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21
test: add keyring_linux test
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Icc9d5bda6647e7c342529552e86803fcdb04595a Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21763 Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
#
623709b5 |
| 13-Dec-2023 |
Karol Latecki <karol.latecki@intel.com> |
test/nvmf/digest: use DSA for both connection ends
Run digest tests again if DSA acceleration flag is set, but enable acceleration on Target side instead of Host.
Change-Id: I4cf970ebe0e3245a4ab614
test/nvmf/digest: use DSA for both connection ends
Run digest tests again if DSA acceleration flag is set, but enable acceleration on Target side instead of Host.
Change-Id: I4cf970ebe0e3245a4ab61445a276988d39ee481c Signed-off-by: Karol Latecki <karol.latecki@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21054 Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Michal Berger <michal.berger@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
#
cedcbfc3 |
| 09-Jan-2024 |
Krzysztof Sprzaczkowski <krzysztof.sprzaczkowski@intel.com> |
test/accel: Add script to test accel RPC methods for IAA module
The accel iaa_scan_accel_module may be performed to use the IAA Module before starting the framework but double-calling of this functi
test/accel: Add script to test accel RPC methods for IAA module
The accel iaa_scan_accel_module may be performed to use the IAA Module before starting the framework but double-calling of this function is not allowed.
Change-Id: I033084d389b891523fe28d0e21681e6a9f66f685 Signed-off-by: Krzysztof Sprzaczkowski <krzysztof.sprzaczkowski@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21310 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
#
f3244a4f |
| 22-Dec-2023 |
Krzysztof Sprzaczkowski <krzysztof.sprzaczkowski@intel.com> |
test/accel: Add script to test accel RPC methods for DSA module
The accel dsa_scan_accel_module may be performed to use the DSA Module before starting the framework but double-calling of this functi
test/accel: Add script to test accel RPC methods for DSA module
The accel dsa_scan_accel_module may be performed to use the DSA Module before starting the framework but double-calling of this function is not allowed.
The RPC accel_assign_opc method may be performed to override the operation code assignments to modules before starting the framework. So, the assigned opcode can be verified after starting the framework.
Change-Id: I51292520471c3c56a875d80f29d71624ce7b33b7 Signed-off-by: Krzysztof Sprzaczkowski <krzysztof.sprzaczkowski@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21162 Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
#
c2ab5b08 |
| 15-Nov-2023 |
Michal Berger <michal.berger@intel.com> |
test/nvmf: Move the nvmf_device_removal test to nightly
This is temporary mitigation targeting the following issue: https://github.com/spdk/spdk/issues/3116
Change-Id: I0c5634c4aa1c28774cdb5ef200f6
test/nvmf: Move the nvmf_device_removal test to nightly
This is temporary mitigation targeting the following issue: https://github.com/spdk/spdk/issues/3116
Change-Id: I0c5634c4aa1c28774cdb5ef200f6a7eeebf9293a Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20583 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
Revision tags: v23.09, v24.01-pre, v23.09-rc1, v23.05, v23.09-pre |
|
#
81cfac61 |
| 16-May-2023 |
Michal Berger <michal.berger@intel.com> |
test/nvme: Enable SCC test
Instead of driving it via yet another test flag that would have to be added to the target job, simply pin it to QEMU which always provides SCC support.
Change-Id: If7c649
test/nvme: Enable SCC test
Instead of driving it via yet another test flag that would have to be added to the target job, simply pin it to QEMU which always provides SCC support.
Change-Id: If7c64986a10d93a593f0dc4e8e500dc2d280fbd3 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/18129 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
#
8f290091 |
| 11-May-2023 |
Michal Berger <michal.berger@intel.com> |
test/common: Cleanup skipped_tests.txt
This removes entries for tests which are actually executed in the CI or those which don't have corresponding run_test() calls (some subset of ftl tests).
Chan
test/common: Cleanup skipped_tests.txt
This removes entries for tests which are actually executed in the CI or those which don't have corresponding run_test() calls (some subset of ftl tests).
Change-Id: I85926ca7090fb8ef30f61e425ab1817379c97f12 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/18127 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
#
b843edcb |
| 11-May-2023 |
Michal Berger <michal.berger@intel.com> |
test/common: Remove FDP tests from skipped_tests.txt
Support for FDP was recently added to the CI so these tests are now being executed as part of the nvme-vg suite.
Change-Id: I4f094716304f56c6244
test/common: Remove FDP tests from skipped_tests.txt
Support for FDP was recently added to the CI so these tests are now being executed as part of the nvme-vg suite.
Change-Id: I4f094716304f56c6244d84a46bd7db955a5ae129 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/18126 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>
show more ...
|
Revision tags: v23.01.1, v23.01 |
|
#
c976353b |
| 25-Jan-2023 |
Ankit Kumar <ankit.kumar@samsung.com> |
test/nvme: add test application to verify fdp functionality
TP4146 introduced support for flexible data placement, which is a data placement directive.
This application will test the new I/O manage
test/nvme: add test application to verify fdp functionality
TP4146 introduced support for flexible data placement, which is a data placement directive.
This application will test the new I/O management commands, write with directives, log pages and set/get features.
Signed-off-by: Ankit Kumar <ankit.kumar@samsung.com> Change-Id: I2d68625d9a180afb5a6e85e59738c2713ce965a8 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16521 Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Michal Berger <michal.berger@intel.com>
show more ...
|
#
8da5783b |
| 03-Mar-2023 |
Marcin Spiewak <marcin.spiewak@intel.com> |
bdev/pmem: Removing bdev pmem - updated tests
Removed tests associated with bdev pmem
Change-Id: Ibfb699eb5626242a7c1930be13eb1f5ded8d6392 Signed-off-by: Marcin Spiewak <marcin.spiewak@intel.com> R
bdev/pmem: Removing bdev pmem - updated tests
Removed tests associated with bdev pmem
Change-Id: Ibfb699eb5626242a7c1930be13eb1f5ded8d6392 Signed-off-by: Marcin Spiewak <marcin.spiewak@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17003 Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
Revision tags: v23.05-pre, v23.01-rc1, v22.01.2, v22.09, v23.01-pre, v22.09-rc1 |
|
#
8c9ff451 |
| 23-Aug-2022 |
Konrad Sztyber <konrad.sztyber@intel.com> |
test: remove SMA tests from skipped_tests
The SMA tests are now tested on CI, so they no longer need to be on the skipped_tests list.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change
test: remove SMA tests from skipped_tests
The SMA tests are now tested on CI, so they no longer need to be on the skipped_tests list.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I5746da06540efb1d3451a688fec4727d253bfc89 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14151 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: Michal Berger <michal.berger@intel.com>
show more ...
|
#
30ff5c6f |
| 04-Aug-2022 |
Konrad Sztyber <konrad.sztyber@intel.com> |
test/sma: crypto test
The test uses bdev_crypto and NVMe/TCP devices to verify that volumes with crypto parameters are correctly attached and any errors are handled as intended.
It starts up two sp
test/sma: crypto test
The test uses bdev_crypto and NVMe/TCP devices to verify that volumes with crypto parameters are correctly attached and any errors are handled as intended.
It starts up two spdk_tgt processes, one is being orchestrated by SMA and the other one acts as an NVMe-oF target. This ensures that we can verify that SMA terminates discovery service connections whenever a failure occurs during crypto setup.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I74001c256d4a05d2d8d295fb6fd8375d30ab66a1 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13873 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 ...
|
#
ea80f87e |
| 27-May-2022 |
Kozlowski Mateusz <mateusz.kozlowski@intel.com> |
ftl: Dirty shutdown tests
Add additional tests checking against dirty shutdown recovery. Also adds 'write after write' test - checking if two simultaneous writes to the same LBAs return the same dat
ftl: Dirty shutdown tests
Add additional tests checking against dirty shutdown recovery. Also adds 'write after write' test - checking if two simultaneous writes to the same LBAs return the same data before and after dirty shutdown.
Signed-off-by: Kozlowski Mateusz <mateusz.kozlowski@intel.com> Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: Idcf9b51d9c00d0d065f7e9655387668f5eeb646d Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13376 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
#
42899f1a |
| 07-Sep-2022 |
Kozlowski Mateusz <mateusz.kozlowski@intel.com> |
FTL: rewrite restore tests to use spdk_dd
Changing tests to using spdk_dd instead of using mounted nbd and dd on it. Should be faster.
Signed-off-by: Kozlowski Mateusz <mateusz.kozlowski@intel.com>
FTL: rewrite restore tests to use spdk_dd
Changing tests to using spdk_dd instead of using mounted nbd and dd on it. Should be faster.
Signed-off-by: Kozlowski Mateusz <mateusz.kozlowski@intel.com> Change-Id: I17ffeae8441ba37d8e3348c715889fb568e8cd88 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14425 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
#
8ffe1a75 |
| 03-Jun-2022 |
Kozlowski Mateusz <mateusz.kozlowski@intel.com> |
FTL: Add compaction tests
Compaction allows for writing to 100% of the exposed address space
Signed-off-by: Kozlowski Mateusz <mateusz.kozlowski@intel.com> Signed-off-by: Artur Paszkiewicz <artur.p
FTL: Add compaction tests
Compaction allows for writing to 100% of the exposed address space
Signed-off-by: Kozlowski Mateusz <mateusz.kozlowski@intel.com> Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: I0860730299249e4369fac33fdab5fbd7ff91c1da Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13339 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 ...
|
#
cfbab2dc |
| 08-Aug-2022 |
Jaroslaw Chachulski <jaroslawx.chachulski@intel.com> |
test/sma: Add new SPDK_TEST_SMA test flag
Signed-off-by: Jaroslaw Chachulski <jaroslawx.chachulski@intel.com> Signed-off-by: Michal Berger <michal.berger@intel.com> Change-Id: Ib3ee2c147f07345c9880f
test/sma: Add new SPDK_TEST_SMA test flag
Signed-off-by: Jaroslaw Chachulski <jaroslawx.chachulski@intel.com> Signed-off-by: Michal Berger <michal.berger@intel.com> Change-Id: Ib3ee2c147f07345c9880f63d75e3a87144584653 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13901 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: <sebastian.brzezinka@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
Revision tags: v22.05, v22.09-pre, v22.05-rc1, v22.01.1 |
|
#
7de190ae |
| 21-Mar-2022 |
Milosz Linkiewicz <milosz.linkiewicz@intel.com> |
test/sma: add qemu test for nvmf/vfiouser subsystem
The test uses exisitng SPDK tests workflow for performing series of tests for vfiouser subsystem on live QEMU instances. For testing purposes it s
test/sma: add qemu test for nvmf/vfiouser subsystem
The test uses exisitng SPDK tests workflow for performing series of tests for vfiouser subsystem on live QEMU instances. For testing purposes it sends series of gRPC methods calls that are serviced by the SMA and subsystems and then uses the regular SPDK RPC interface to verify its effects on the application. SSH connection to VM is used to verify that changes took place.
Signed-off-by: Milosz Linkiewicz <milosz.linkiewicz@intel.com> Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com> Change-Id: I38258c1a3f9ee3e457ef0426cdc6feff2f38d729 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11999 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
show more ...
|
#
40b886a3 |
| 27-Apr-2022 |
Sebastian Brzezinka <sebastian.brzezinka@intel.com> |
test/sma: add vhost tests on qemu vm
The test uses `scripts/sma-client.py` to send a series of gRPC methods that are serviced by the SMA then verify that new vhost device are available on qemu guest
test/sma: add vhost tests on qemu vm
The test uses `scripts/sma-client.py` to send a series of gRPC methods that are serviced by the SMA then verify that new vhost device are available on qemu guest os.
Change-Id: Ic4a1d56da59a636556fd6dfd4787fc613a4eb325 Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12412 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
#
3c60910e |
| 28-Apr-2022 |
Konrad Sztyber <konrad.sztyber@intel.com> |
test/sma: add discovery test
The test checks that it's possible to attach remote volumes through discovery service. The tests starts up three SPDK instances: one is being managed by SMA, while the
test/sma: add discovery test
The test checks that it's possible to attach remote volumes through discovery service. The tests starts up three SPDK instances: one is being managed by SMA, while the other two are acting as remote storage nodes. The test verifies that volumes can be successfully discvered and attached to a device and that the connections to the discovery subsystems are refcounted correctly.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I3488b822880b99ef9cfd70e03de3ed9054c13901 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12414 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> 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>
show more ...
|