mirror of
https://github.com/ceph/ceph
synced 2025-01-10 13:10:46 +00:00
1c006c92e1
the s3tests.py task is filtering out several attrs by default. but when dbstore uses `extra_attrs` to add 'not fails_on_dbstore', it overwrites those other filters Signed-off-by: Casey Bodley <cbodley@redhat.com>
16 lines
358 B
YAML
16 lines
358 B
YAML
tasks:
|
|
- install:
|
|
- ceph:
|
|
- rgw: [client.0]
|
|
- tox: [client.0]
|
|
- exec:
|
|
client.0:
|
|
- sudo chmod 0777 /var/lib/ceph
|
|
- sudo chmod 0777 /var/lib/ceph/radosgw
|
|
- sudo chmod 0777 /var/lib/ceph/radosgw/dbstore-default_ns.db
|
|
- s3tests:
|
|
client.0:
|
|
dbstore_tests: True
|
|
rgw_server: client.0
|
|
extra_attrs: ["not fails_on_dbstore"]
|