]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: Remove multiple gateway conf from nvmeof thrasher
authorVallari Agrawal <vallari.agrawal@ibm.com>
Tue, 16 Sep 2025 10:42:25 +0000 (16:12 +0530)
committerVallari Agrawal <vallari.agrawal@ibm.com>
Thu, 13 Nov 2025 04:50:46 +0000 (10:20 +0530)
Remove these files:
- qa/suites/nvmeof/thrash/gateway-initiator-setup/2-subsys-8-namespace.yaml
- qa/suites/nvmeof/thrash/gateway-initiator-setup/120-subsys-8-namespace.yaml

This is because now we can use overrides to change
gateway configuration.

Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
(cherry picked from commit 1d377a8986b5cf11a3879b9dd637914046bc1128)

qa/suites/nvmeof/thrash/gateway-initiator-setup/120-subsys-8-namespace.yaml [deleted file]
qa/suites/nvmeof/thrash/gateway-initiator-setup/2-subsys-8-namespace.yaml [deleted file]

diff --git a/qa/suites/nvmeof/thrash/gateway-initiator-setup/120-subsys-8-namespace.yaml b/qa/suites/nvmeof/thrash/gateway-initiator-setup/120-subsys-8-namespace.yaml
deleted file mode 100644 (file)
index 8d9fcfd..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-tasks:
-- nvmeof:
-    installer: host.a
-    gw_image: quay.io/ceph/nvmeof:devel # "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: 120
-      namespaces_count: 8 # each subsystem
-      cli_image: quay.io/ceph/nvmeof-cli:devel
-
-- 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
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
deleted file mode 100644 (file)
index bf1ec57..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-tasks:
-- nvmeof:
-    installer: host.a
-    gw_image: quay.io/ceph/nvmeof:devel # "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:devel
-
-- 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