Skip to content

Commit da8e95c

Browse files
committed
qa/suites/nvmeof: wait for service "nvmeof.mypool.mygroup0"
This is because nvmeof gateway group names are now part of service id. Signed-off-by: Vallari Agrawal <[email protected]>
1 parent 4d97b1a commit da8e95c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qa/suites/nvmeof/basic/workloads/nvmeof_namespaces.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tasks:
1111
cli_image: quay.io/ceph/nvmeof-cli:1.2
1212

1313
- cephadm.wait_for_service:
14-
service: nvmeof.mypool
14+
service: nvmeof.mypool.mygroup0
1515

1616
- workunit:
1717
no_coverage_and_limits: true

qa/suites/nvmeof/basic/workloads/nvmeof_scalability.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tasks:
1111
cli_image: quay.io/ceph/nvmeof-cli:1.2
1212

1313
- cephadm.wait_for_service:
14-
service: nvmeof.mypool
14+
service: nvmeof.mypool.mygroup0
1515

1616
- workunit:
1717
no_coverage_and_limits: true

0 commit comments

Comments
 (0)