mirror of
https://github.com/ceph/ceph
synced 2025-02-15 06:48:22 +00:00
Execute lifecycle s3-tests in the teuthology test-suite by configuring required storage classes and 'rgw lc debug interval' option. Signed-off-by: Soumya Koduri <skoduri@redhat.com>
21 lines
415 B
YAML
21 lines
415 B
YAML
tasks:
|
|
- install:
|
|
- ceph:
|
|
- rgw: [client.0]
|
|
- s3tests:
|
|
client.0:
|
|
force-branch: ceph-master
|
|
rgw_server: client.0
|
|
storage classes: LUKEWARM, FROZEN
|
|
extra_attrs: ["lifecycle"]
|
|
lc_debug_interval: 10
|
|
overrides:
|
|
ceph:
|
|
conf:
|
|
client:
|
|
debug rgw: 20
|
|
rgw lc debug interval: 10
|
|
storage classes: LUKEWARM, FROZEN
|
|
rgw:
|
|
storage classes: LUKEWARM, FROZEN
|