Spdk/test/spdkcli
Michal Berger abf212ea6a test/spdkcli: Wait until spdkcli_clear_config settled
Similarly to https://review.spdk.io/gerrit/c/spdk/spdk/+/17559, this
part may also be affected by:

Error in cmd: load_config /root/spdk/test/spdkcli/config.json (
load_config /root/spdk/test/spdkcli/config.json
request:
{
  "action_on_timeout": "none",
  "timeout_us": 0,
  "timeout_admin_us": 0,
  "keep_alive_timeout_ms": 10000,
  "transport_retry_count": 4,
  "arbitration_burst": 0,
  "low_priority_weight": 0,
  "medium_priority_weight": 0,
  "high_priority_weight": 0,
  "nvme_adminq_poll_period_us": 10000,
  "nvme_ioq_poll_period_us": 0,
  "io_queue_requests": 1024,
  "delay_cmd_submit": true,
  "bdev_retry_count": 3,
  "transport_ack_timeout": 0,
  "ctrlr_loss_timeout_sec": 0,
  "reconnect_delay_sec": 0,
  "fast_io_fail_timeout_sec": 0,
  "generate_uuids": false,
  "transport_tos": 0,
  "io_path_stat": false,
  "method": "bdev_nvme_set_options",
  "req_id": 31
}
Got JSON-RPC error response
response:
{
  "code": -1,
  "message": "RPC not permitted with nvme controllers already attached"
}

so make sure the nvme controller was fully detached.

Change-Id: Iaebed7b640d96fbabfc694dfebc5a725902caad2
Signed-off-by: Michal Berger <michal.berger@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17850
Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2023-04-28 09:05:36 +00:00
..
match_files bdev: always generate UUIDs 2023-04-13 12:12:58 +00:00
common.sh test/spdkcli: Wait long enough for the nvme ctrl to be gone 2023-04-18 08:42:09 +00:00
iscsi.sh test/spdkcli: Adjust traps 2023-03-01 08:55:26 +00:00
nvmf.sh test/spdkcli: Adjust traps 2023-03-01 08:55:26 +00:00
raid.sh test/spdkcli: Adjust traps 2023-03-01 08:55:26 +00:00
rbd.sh test/spdkcli: Adjust traps 2023-03-01 08:55:26 +00:00
spdkcli_job.py test/spdkcli: Include errors from a failed command 2023-04-18 08:42:09 +00:00
tcp.sh add (c) and SPDX header to bash files as needed 2022-11-29 08:27:51 +00:00
vhost.sh test/spdkcli: Wait until spdkcli_clear_config settled 2023-04-28 09:05:36 +00:00
virtio.sh test/vhost: increase memory in virtio tests 2023-04-24 09:33:32 +00:00