forked from red-hat-storage/cephci
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iscsi sanity on common sanity pipeline
Signed-off-by: Sunil Kumar Nagaraju <[email protected]>
- Loading branch information
1 parent
69d7005
commit 8b83dd5
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: iscsi_pool | ||
do_not_create_image: true | ||
rep-pool-only: true | ||
rep_pool_config: | ||
pool: iscsi_pool | ||
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 |