Skip to content

Commit

Permalink
iscsi sanity on common sanity pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Sunil Kumar Nagaraju <[email protected]>
  • Loading branch information
sunilkumarn417 committed Feb 3, 2025
1 parent 69d7005 commit 300675e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/squid/common/5node-2client-rh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ globals:
- grafana
- mds
- osd
- iscsi-gw
no-of-volumes: 6
disk-size: 40
node5:
Expand All @@ -44,6 +45,7 @@ globals:
- prometheus
- mds
- osd
- iscsi-gw
no-of-volumes: 6
disk-size: 40
node6:
Expand Down
37 changes: 37 additions & 0 deletions suites/squid/common/sanity/iscsi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Cluster config file: conf/squid/common/5node-2client-rh.yaml
tests:
- test:
name: Ceph iSCSI Sanity e2e test
desc: Configure iSCSI gateways, initiators and run IO
module: iscsi_test.py
polarion-id: CEPH-83605167
destroy-clster: false
config:
gw_nodes:
- node4
- node5
rbd_pool: rbd
do_not_create_image: true
rep-pool-only: true
rep_pool_config:
pool: rbd
install: true
cleanup:
- initiators
- gateway
- pool
targets:
- iqn: iscsi-target1
gateways:
- node4
- node5
hosts:
- client_iqn: iqn.2025-01.com.redhat.iscsi-gw:rh-client
disks:
- count: 5
size: 1G
initiators:
- iqn: iqn.2025-01.com.redhat.iscsi-gw:rh-client
node: node7
type: linux
target: all

0 comments on commit 300675e

Please sign in to comment.