Spdk/test/nvme
Darek Stojaczyk 4c6a9cdfa4 test/common: remove discover_bdevs()
There were many cases in the past where discover_bdevs()
is the first app to parse given (invalid) config and silently
fail without even printing the exact error. That's because
the spdk app that's started inside that function has &>/dev/null.

discover_bdevs() is currently used only in nvme perf scripts,
so move it there. It should be probably simplified there,
but the priority for now - and the purpose of this patch - is to
remove it from autotest_common.sh so that no one is tempted to use it.

Change-Id: I1d5840dde9272cdaa1ff282022c6ec29a297df50
Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1554
Reviewed-by: Karol Latecki <karol.latecki@intel.com>
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>
Community-CI: Mellanox Build Bot
2020-06-05 09:03:50 +00:00
..
aer lib/nvme: add spdk_nvme_transport_available_by_name 2020-01-16 09:10:38 +00:00
cuse test/nvme: dynamic nvme cuse devices update test 2020-06-05 09:01:44 +00:00
deallocated_value test/nvme/deallocated_value: switch to spdk_*malloc(). 2019-07-05 03:48:51 +00:00
e2edp test/nvme: allocate separate metadata buffer when enable PRACT 2020-04-02 07:02:38 +00:00
err_injection nvme: replace cdw10 with specific union command 2019-12-06 14:43:41 +00:00
overhead test/nvme: Increment current_queue_depth only if I/O submission succeeded 2020-05-29 14:58:30 +00:00
perf test/common: remove discover_bdevs() 2020-06-05 09:03:50 +00:00
reserve test/nvme_reserve: return failure if tests had errors 2020-06-03 07:38:08 +00:00
reset test/nvme: Increment current_queue_depth only if I/O submission succeeded 2020-05-29 14:58:30 +00:00
sgl test/nvme/sgl: switch to spdk_*malloc(). 2019-07-16 10:51:47 +00:00
startup test/nvme: Add nvme startup tool. 2019-10-23 17:03:56 +00:00
hotplug.sh test/nvme/hotplug: always print QEMU monitor output 2020-06-05 08:17:22 +00:00
hw_hotplug.sh check_format: Reformat the Bash code in compliance with shfmt 2020-05-07 20:52:21 +00:00
Makefile test/nvme: dynamic nvme cuse devices update test 2020-06-05 09:01:44 +00:00
nvme_ns_manage_cuse.sh test/nvme: add reset to ns manage test if AER ns change not supported 2020-06-05 09:01:44 +00:00
nvme_opal.sh test/nvme_opal: use run_test framework 2020-01-07 12:15:34 +00:00
nvme_rpc.sh test: do not use iter_pci_class_code in tests 2020-03-18 08:03:21 +00:00
nvme.sh test/nvme: dynamic nvme cuse devices update test 2020-06-05 09:01:44 +00:00
spdk_nvme_cli_cuse.sh check_format: Reformat the Bash code in compliance with shfmt 2020-05-07 20:52:21 +00:00
spdk_nvme_cli.sh check_format: Reformat the Bash code in compliance with shfmt 2020-05-07 20:52:21 +00:00
spdk_smartctl_cuse.sh check_format: Reformat the Bash code in compliance with shfmt 2020-05-07 20:52:21 +00:00