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)
+++ /dev/null
-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
+++ /dev/null
-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