From d7551f79cc554655eb756e6fb8f7e18d903a38bd Mon Sep 17 00:00:00 2001 From: Vallari Agrawal Date: Mon, 13 Jan 2025 15:09:39 +0530 Subject: [PATCH] qa: Add qa/suites/nvmeof/thrash/gateway-initiator-setup/2-subsys-8-namespace.yaml This allows to run nvmeof thrasher test on smaller confgurations which finshes faster than 120subsys-8ns config. Signed-off-by: Vallari Agrawal --- .../2-subsys-8-namespace.yaml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 qa/suites/nvmeof/thrash/gateway-initiator-setup/2-subsys-8-namespace.yaml diff --git a/qa/suites/nvmeof/thrash/gateway-initiator-setup/2-subsys-8-namespace.yaml b/qa/suites/nvmeof/thrash/gateway-initiator-setup/2-subsys-8-namespace.yaml new file mode 100644 index 0000000000000..7696751dc20f2 --- /dev/null +++ b/qa/suites/nvmeof/thrash/gateway-initiator-setup/2-subsys-8-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: 2 + namespaces_count: 8 # 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