Skip to content

Commit 7b07848

Browse files
committed
add qa/suites/nvmeof/thrash/gateway-initiator-setup/16-subsys-4-namespace.yaml
Signed-off-by: Vallari Agrawal <[email protected]>
1 parent e0b3780 commit 7b07848

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
tasks:
2+
- nvmeof:
3+
installer: host.a
4+
gw_image: quay.io/ceph/nvmeof:latest # "default" is the image cephadm defaults to; change to test specific nvmeof images, example "latest"
5+
rbd:
6+
pool_name: mypool
7+
image_name_prefix: myimage
8+
gateway_config:
9+
subsystems_count: 16
10+
namespaces_count: 4 # each subsystem
11+
cli_image: quay.io/ceph/nvmeof-cli:latest
12+
13+
- cephadm.wait_for_service:
14+
service: nvmeof.mypool.mygroup0
15+
16+
- workunit:
17+
no_coverage_and_limits: true
18+
clients:
19+
client.0:
20+
- nvmeof/setup_subsystem.sh
21+
- nvmeof/basic_tests.sh
22+
env:
23+
RBD_POOL: mypool
24+
RBD_IMAGE_PREFIX: myimage

0 commit comments

Comments
 (0)