Skip to content

Commit 1897799

Browse files
author
Hemanth Maheswarla
committedMar 28, 2022
nautilis rbd fragments
Signed-off-by: Hemanth Maheswarla <hmaheswa@hmaheswa.remote.csb>
1 parent d867ebd commit 1897799

File tree

9 files changed

+41
-0
lines changed

9 files changed

+41
-0
lines changed
 

‎fragments/rbd/upstream-workunits.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
tests:
2+
- test:
3+
config:
4+
branch: nautilus
5+
script_path: qa/workunits/rbd
6+
script: cli_generic.sh
7+
desc: Executig upstream RBD CLI Generic scenarios
8+
module: test_rbd.py
9+
name: 1_rbd_cli_generic
10+
polarion-id: CEPH-83574241
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../fragments/setup/test_setup_configure_system.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
tests:
2+
- test:
3+
config:
4+
ansi_config:
5+
journal_size: null
6+
ceph_stable_release: nautilus
7+
ceph_conf_overrides:
8+
mon:
9+
mon_allow_pool_delete: true
10+
cephfs_pools:
11+
- name: "cephfs_data"
12+
pgs: "8"
13+
- name: "cephfs_metadata"
14+
pgs: "8"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../fragments/install/ceph-ansible/deploy_cluster_with_lvm.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../fragments/rbd/upstream-workunits.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
tests:
2+
- test:
3+
config:
4+
script: rbd_groups.sh
5+
name: 2_rbd_cli_groups
6+
polarion-id: CEPH-83574239
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../fragments/rbd/upstream-workunits.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
tests:
2+
- test:
3+
config:
4+
script: import_export.sh
5+
name: 3_rbd_cli_import_export
6+
polarion-id: CEPH-83574240
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../fragments/rbd/upstream-workunits.yaml

0 commit comments

Comments
 (0)
Please sign in to comment.