Skip to content

Commit f670916

Browse files
committed
qa/suites/nvmeof/basic: use default image in nvmeof_initiator.yaml
Instead of using quay.io/ceph/nvmeof:latest, use default image in ceph build. Signed-off-by: Vallari Agrawal <[email protected]>
1 parent 51743e6 commit f670916

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
# runs on default nvmeof image (i.e. DEFAULT_NVMEOF_IMAGE)
12
tasks:
23
- nvmeof:
34
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+
gw_image: default # "default" is the image cephadm defaults to; change to test specific nvmeof images, example "latest"
56
rbd:
67
pool_name: mypool
78
image_name_prefix: myimage

0 commit comments

Comments
 (0)