|
Revision tags: v24.05, v24.09-pre, v24.05-rc1, LTS, v24.01, v24.05-pre, v24.01-rc1, v23.09, v24.01-pre, v23.09-rc1, v23.05, v23.09-pre, v23.01.1 |
|
| #
6f3127ad |
| 07-Feb-2023 |
Michal Berger <michal.berger@intel.com> |
test/spdkcli: Adjust traps
Mainly, don't trigger them on ERR, simply on EXIT - the ERR is reserved for the main tracing trap set by autotest_common.sh and it should not be overwritten.
Signed-off-b
test/spdkcli: Adjust traps
Mainly, don't trigger them on ERR, simply on EXIT - the ERR is reserved for the main tracing trap set by autotest_common.sh and it should not be overwritten.
Signed-off-by: Michal Berger <michal.berger@intel.com> Change-Id: I435d1c08c29557692c134a087350f8538ebf92f9 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16708 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 ...
|
|
Revision tags: v23.01, v23.05-pre, v23.01-rc1, v22.01.2 |
|
| #
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 ...
|
|
Revision tags: v22.09, v23.01-pre, v22.09-rc1, v22.05, v22.09-pre, v22.05-rc1, v22.01.1, v22.01, v22.01-rc1, v21.10, v21.10-rc1, v21.07, v21.07-rc1, v21.04, v21.04-rc1, v21.01.1, v21.01, v21.01-rc1, v20.10, v20.10-rc1, v20.07, v20.07-rc1, v20.04.1, v20.01.2, v20.04, v20.04-rc1, v20.01.1, v20.01, v20.01-rc1, v19.10.1 |
|
| #
a571eb03 |
| 05-Dec-2019 |
Seth Howell <seth.howell@intel.com> |
test: move report_test_completion into run_test
This also requires us to change the create_test_list function to rely on the run_test function for creating the canonical test list.
Change-Id: Ib35e
test: move report_test_completion into run_test
This also requires us to change the create_test_list function to rely on the run_test function for creating the canonical test list.
Change-Id: Ib35e7752935a3ac83de2702b6dfbd42539027f6a Signed-off-by: Seth Howell <seth.howell@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/476962 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> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Community-CI: Broadcom SPDK FC-NVMe CI <spdk-ci.pdl@broadcom.com> Community-CI: SPDK CI Jenkins <sys_sgci@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| #
1fafd71b |
| 04-Dec-2019 |
Seth Howell <seth.howell@intel.com> |
test: add timing calls to run_test
And clean out the corresponding calls to timing_enter and timing_exit from the various test scripts.
Change-Id: I0759417b5a529e4c3649ce04cca1799c089da278 Signed-o
test: add timing calls to run_test
And clean out the corresponding calls to timing_enter and timing_exit from the various test scripts.
Change-Id: I0759417b5a529e4c3649ce04cca1799c089da278 Signed-off-by: Seth Howell <seth.howell@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/476804 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> Community-CI: Broadcom SPDK FC-NVMe CI <spdk-ci.pdl@broadcom.com>
show more ...
|
|
Revision tags: v19.10, v19.10-rc1 |
|
| #
e502b3d3 |
| 23-Oct-2019 |
dongx.yi <dongx.yi@intel.com> |
test/rbd: Fix some issues in rbd.sh.
This patch follows with https://review.gerrithub.io/c/spdk/spdk/+/471947. Some commands report errors about transferred meaning.
This is relatedi to issue #986
test/rbd: Fix some issues in rbd.sh.
This patch follows with https://review.gerrithub.io/c/spdk/spdk/+/471947. Some commands report errors about transferred meaning.
This is relatedi to issue #986
Signed-off-by: dongx.yi <dongx.yi@intel.com> Change-Id: I396a47853823bb66554fbae7e1f96e4236826850 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/472134 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Maciej Wawryk <maciejx.wawryk@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
|
Revision tags: v19.07.1, v19.07, v19.04.1 |
|
| #
d77b0a67 |
| 16-Jun-2019 |
Darek Stojaczyk <dariusz.stojaczyk@intel.com> |
test/spdkcli: cleanup includes
autotest_common.sh used to be sourced from test/spdkcli/common.sh (and it still is - we'll clean it up in a separate patch). Let's source that file in each spdkcli tes
test/spdkcli: cleanup includes
autotest_common.sh used to be sourced from test/spdkcli/common.sh (and it still is - we'll clean it up in a separate patch). Let's source that file in each spdkcli test script, just like we do in every other test script.
Change-Id: I2e021bcda7402ee0c5a4a5f45f921bb0142b6783 Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/458176 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 ...
|
|
Revision tags: v19.04, v18.10.2, v19.01.1, v19.01, v18.10.1 |
|
| #
6319ce1c |
| 03-Dec-2018 |
Pawel Kaminski <pawelx.kaminski@intel.com> |
test/spdkcli: Reduce execution time for spdkcli tests
Pass many spdkcli commands to spdkcli_job.py
Change-Id: I0cf5840fdf7183febff1872c7fc8d1cb303a06f1 Signed-off-by: Pawel Kaminski <pawelx.kaminsk
test/spdkcli: Reduce execution time for spdkcli tests
Pass many spdkcli commands to spdkcli_job.py
Change-Id: I0cf5840fdf7183febff1872c7fc8d1cb303a06f1 Signed-off-by: Pawel Kaminski <pawelx.kaminski@intel.com> Reviewed-on: https://review.gerrithub.io/435891 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> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
show more ...
|
|
Revision tags: v18.10 |
|
| #
c0427498 |
| 19-Oct-2018 |
Pawel Kaminski <pawelx.kaminski@intel.com> |
test/spdkcli: Add possibility to delete all bdevs for subnodes (aio, error, logical_volume, etc) from bdev node
Change-Id: I346437da6cff6b0df6dc8a579da09e77bcddf610 Signe
test/spdkcli: Add possibility to delete all bdevs for subnodes (aio, error, logical_volume, etc) from bdev node
Change-Id: I346437da6cff6b0df6dc8a579da09e77bcddf610 Signed-off-by: Pawel Kaminski <pawelx.kaminski@intel.com> Reviewed-on: https://review.gerrithub.io/430074 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 ...
|
|
Revision tags: v18.07.1, v18.07 |
|
| #
46f60d43 |
| 26-Jul-2018 |
Pawel Niedzwiecki <pawelx.niedzwiecki@intel.com> |
test/spdkcli: Add few changes
- specify spdkcli tree branch for match test. Test only specified branch - move match files to subfolder to keep it organized
Change-Id: I7796ff13d38b2bfd500fd71442bcb
test/spdkcli: Add few changes
- specify spdkcli tree branch for match test. Test only specified branch - move match files to subfolder to keep it organized
Change-Id: I7796ff13d38b2bfd500fd71442bcb6e6fa95df01 Signed-off-by: Pawel Niedzwiecki <pawelx.niedzwiecki@intel.com> Reviewed-on: https://review.gerrithub.io/420517 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
show more ...
|
| #
39ad1e65 |
| 04-Jul-2018 |
Pawel Kaminski <pawelx.kaminski@intel.com> |
test/spdkcli: Test for rbd bdev
Change-Id: Ic27ee112511241d4d46d5b1d3eeb5ff4be19bee8 Signed-off-by: Pawel Kaminski <pawelx.kaminski@intel.com> Reviewed-on: https://review.gerrithub.io/417919 Chandle
test/spdkcli: Test for rbd bdev
Change-Id: Ic27ee112511241d4d46d5b1d3eeb5ff4be19bee8 Signed-off-by: Pawel Kaminski <pawelx.kaminski@intel.com> Reviewed-on: https://review.gerrithub.io/417919 Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|