summaryrefslogtreecommitdiffstats
path: root/qa
diff options
context:
space:
mode:
authorVallari Agrawal <50358181+VallariAg@users.noreply.github.com>2024-10-10 20:14:31 +0200
committerGitHub <noreply@github.com>2024-10-10 20:14:31 +0200
commit531ffdb5bdb0a8ec0a6165c2b8af60f66b18c248 (patch)
tree8b4ee6d87c1e4f82aa42f81067bb057c1b1385c2 /qa
parentMerge pull request #60243 from zdover23/wip-doc-2024-10-10-dev-dev-guide-esse... (diff)
parentqa/workunits/nvmeof/setup_subsystem.sh: use --no-group-append (diff)
downloadceph-531ffdb5bdb0a8ec0a6165c2b8af60f66b18c248.tar.xz
ceph-531ffdb5bdb0a8ec0a6165c2b8af60f66b18c248.zip
Merge pull request #60206 from VallariAg/wip-nvmeof-fix-test
qa/suites/nvmeof: Fix broken suite by using --no-group-append tag
Diffstat (limited to 'qa')
-rw-r--r--qa/suites/nvmeof/basic/workloads/nvmeof_initiator.yaml4
-rw-r--r--qa/suites/nvmeof/basic/workloads/nvmeof_namespaces.yaml4
-rw-r--r--qa/suites/nvmeof/basic/workloads/nvmeof_scalability.yaml4
-rw-r--r--qa/suites/nvmeof/thrash/gateway-initiator-setup/3-subsys-60-namespace.yaml4
-rwxr-xr-xqa/workunits/nvmeof/setup_subsystem.sh2
5 files changed, 9 insertions, 9 deletions
diff --git a/qa/suites/nvmeof/basic/workloads/nvmeof_initiator.yaml b/qa/suites/nvmeof/basic/workloads/nvmeof_initiator.yaml
index 2e4741e8140..7c97edae552 100644
--- a/qa/suites/nvmeof/basic/workloads/nvmeof_initiator.yaml
+++ b/qa/suites/nvmeof/basic/workloads/nvmeof_initiator.yaml
@@ -1,14 +1,14 @@
tasks:
- nvmeof:
installer: host.a
- gw_image: quay.io/ceph/nvmeof:1.2 # "default" is the image cephadm defaults to; change to test specific nvmeof images, example "latest"
+ gw_image: quay.io/ceph/nvmeof:latest # "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: 3
namespaces_count: 20
- cli_image: quay.io/ceph/nvmeof-cli:1.2
+ cli_image: quay.io/ceph/nvmeof-cli:latest
- cephadm.wait_for_service:
service: nvmeof.mypool.mygroup0
diff --git a/qa/suites/nvmeof/basic/workloads/nvmeof_namespaces.yaml b/qa/suites/nvmeof/basic/workloads/nvmeof_namespaces.yaml
index 2e873a04bab..9ef37004427 100644
--- a/qa/suites/nvmeof/basic/workloads/nvmeof_namespaces.yaml
+++ b/qa/suites/nvmeof/basic/workloads/nvmeof_namespaces.yaml
@@ -1,14 +1,14 @@
tasks:
- nvmeof:
installer: host.a
- gw_image: quay.io/ceph/nvmeof:1.2 # "default" is the image cephadm defaults to; change to test specific nvmeof images, example "latest"
+ gw_image: quay.io/ceph/nvmeof:latest # "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: 3
namespaces_count: 20
- cli_image: quay.io/ceph/nvmeof-cli:1.2
+ cli_image: quay.io/ceph/nvmeof-cli:latest
- cephadm.wait_for_service:
service: nvmeof.mypool.mygroup0
diff --git a/qa/suites/nvmeof/basic/workloads/nvmeof_scalability.yaml b/qa/suites/nvmeof/basic/workloads/nvmeof_scalability.yaml
index 83d16e4cb2c..12cb50b408d 100644
--- a/qa/suites/nvmeof/basic/workloads/nvmeof_scalability.yaml
+++ b/qa/suites/nvmeof/basic/workloads/nvmeof_scalability.yaml
@@ -1,14 +1,14 @@
tasks:
- nvmeof:
installer: host.a
- gw_image: quay.io/ceph/nvmeof:1.2 # "default" is the image cephadm defaults to; change to test specific nvmeof images, example "latest"
+ gw_image: quay.io/ceph/nvmeof:latest # "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: 3
namespaces_count: 20
- cli_image: quay.io/ceph/nvmeof-cli:1.2
+ cli_image: quay.io/ceph/nvmeof-cli:latest
- cephadm.wait_for_service:
service: nvmeof.mypool.mygroup0
diff --git a/qa/suites/nvmeof/thrash/gateway-initiator-setup/3-subsys-60-namespace.yaml b/qa/suites/nvmeof/thrash/gateway-initiator-setup/3-subsys-60-namespace.yaml
index 6db0c0d4e18..b4755a6433b 100644
--- a/qa/suites/nvmeof/thrash/gateway-initiator-setup/3-subsys-60-namespace.yaml
+++ b/qa/suites/nvmeof/thrash/gateway-initiator-setup/3-subsys-60-namespace.yaml
@@ -1,14 +1,14 @@
tasks:
- nvmeof:
installer: host.a
- gw_image: quay.io/ceph/nvmeof:1.2 # "default" is the image cephadm defaults to; change to test specific nvmeof images, example "latest"
+ gw_image: quay.io/ceph/nvmeof:latest # "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: 3
namespaces_count: 20 # each subsystem
- cli_image: quay.io/ceph/nvmeof-cli:1.2
+ cli_image: quay.io/ceph/nvmeof-cli:latest
- cephadm.wait_for_service:
service: nvmeof.mypool.mygroup0
diff --git a/qa/workunits/nvmeof/setup_subsystem.sh b/qa/workunits/nvmeof/setup_subsystem.sh
index fb72e1d6402..cc4024323eb 100755
--- a/qa/workunits/nvmeof/setup_subsystem.sh
+++ b/qa/workunits/nvmeof/setup_subsystem.sh
@@ -29,7 +29,7 @@ list_subsystems () {
# add all subsystems
for i in $(seq 1 $NVMEOF_SUBSYSTEMS_COUNT); do
subsystem_nqn="${NVMEOF_SUBSYSTEMS_PREFIX}${i}"
- sudo podman run -it $NVMEOF_CLI_IMAGE --server-address $NVMEOF_DEFAULT_GATEWAY_IP_ADDRESS --server-port $NVMEOF_SRPORT subsystem add --subsystem $subsystem_nqn
+ sudo podman run -it $NVMEOF_CLI_IMAGE --server-address $NVMEOF_DEFAULT_GATEWAY_IP_ADDRESS --server-port $NVMEOF_SRPORT subsystem add --subsystem $subsystem_nqn --no-group-append
done
list_subsystems