Skip to content

Commit bb40fe4

Browse files
committed
test/rgw/logging: add bucket logging test suite to teuthology
this is depended with this s3test PR: ceph/s3-tests#576 Signed-off-by: Yuval Lifshitz <[email protected]>
1 parent 790c38e commit bb40fe4

File tree

13 files changed

+62
-3
lines changed

13 files changed

+62
-3
lines changed

qa/rgw/s3tests-branch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
overrides:
22
s3tests:
3-
force-branch: ceph-master
4-
# git_remote: https://github.com/ceph/
3+
force-branch: ceph-master
4+
# git_remote: https://github.com/ceph/

qa/suites/rgw/bucket-logging/%

Whitespace-only changes.

qa/suites/rgw/bucket-logging/.qa

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.qa/
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
tasks:
2+
- install:
3+
- ceph:
4+
- openssl_keys:
5+
- rgw: [client.0]
6+
- tox: [client.0]
7+
8+
overrides:
9+
ceph:
10+
conf:
11+
global:
12+
osd_min_pg_log_entries: 10
13+
osd_max_pg_log_entries: 10
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/clusters/fixed-1.yaml
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.qa/rgw/ignore-pg-availability.yaml
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
overrides:
2+
ceph:
3+
conf:
4+
client:
5+
setuser: ceph
6+
setgroup: ceph
7+
debug rgw: 20
8+
rgw bucket logging obj roll time: 5
9+
rgw:
10+
storage classes: LUKEWARM, FROZEN
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.qa/rgw/s3tests-branch.yaml
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.qa/distros/supported-random-distro$/

0 commit comments

Comments
 (0)