Skip to content

Commit 895121f

Browse files
committed
test/rgw/dedup: add dedup test suite to teuthology
Signed-off-by: Yuval Lifshitz <[email protected]>
1 parent 081bda7 commit 895121f

File tree

13 files changed

+303
-0
lines changed

13 files changed

+303
-0
lines changed

qa/suites/rgw/dedup/%

Whitespace-only changes.

qa/suites/rgw/dedup/.qa

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.qa/

qa/suites/rgw/dedup/beast.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.qa/rgw_frontend/beast.yaml
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.qa/objectstore/bluestore-bitmap.yaml
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
roles:
2+
- [mon.a, mon.c, mgr.y, osd.0, osd.1, osd.2, osd.3, client.0]
3+
- [mon.b, mgr.x, osd.4, osd.5, osd.6, osd.7, client.1]
4+
- [client.2]
5+
openstack:
6+
- volumes: # attached to each instance
7+
count: 4
8+
size: 10 # GB
9+
overrides:
10+
ceph:
11+
conf:
12+
osd:
13+
osd shutdown pgref assert: true
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.qa/rgw/ignore-pg-availability.yaml

qa/suites/rgw/dedup/overrides.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
overrides:
2+
ceph:
3+
conf:
4+
client:
5+
setuser: ceph
6+
setgroup: ceph
7+
debug rgw: 20
8+
debug rgw dedup: 20
9+
rgw:
10+
storage classes:
11+
LUKEWARM:
12+
FROZEN:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.qa/distros/supported-random-distro$/

qa/suites/rgw/dedup/tasks/+

Whitespace-only changes.

qa/suites/rgw/dedup/tasks/.qa

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.qa/

0 commit comments

Comments
 (0)