From 7b07848c07a71dad2bc4c3a5f3a67a31892ad624 Mon Sep 17 00:00:00 2001 From: Vallari Agrawal Date: Wed, 9 Apr 2025 20:04:45 +0530 Subject: [PATCH] add qa/suites/nvmeof/thrash/gateway-initiator-setup/16-subsys-4-namespace.yaml Signed-off-by: Vallari Agrawal --- .../16-subsys-4-namespace.yaml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 qa/suites/nvmeof/thrash/gateway-initiator-setup/16-subsys-4-namespace.yaml diff --git a/qa/suites/nvmeof/thrash/gateway-initiator-setup/16-subsys-4-namespace.yaml b/qa/suites/nvmeof/thrash/gateway-initiator-setup/16-subsys-4-namespace.yaml new file mode 100644 index 0000000000000..2e39632eee227 --- /dev/null +++ b/qa/suites/nvmeof/thrash/gateway-initiator-setup/16-subsys-4-namespace.yaml @@ -0,0 +1,24 @@ +tasks: +- nvmeof: + installer: host.a + gw_image: quay.io/ceph/nvmeof:latest # "default" is the image cephadm defaults to; change to test specific nvmeof images, example "latest" + rbd: + pool_name: mypool + image_name_prefix: myimage + gateway_config: + subsystems_count: 16 + namespaces_count: 4 # each subsystem + cli_image: quay.io/ceph/nvmeof-cli:latest + +- cephadm.wait_for_service: + service: nvmeof.mypool.mygroup0 + +- workunit: + no_coverage_and_limits: true + clients: + client.0: + - nvmeof/setup_subsystem.sh + - nvmeof/basic_tests.sh + env: + RBD_POOL: mypool + RBD_IMAGE_PREFIX: myimage -- 2.39.5