ceph/qa/suites/rgw/dbstore/tasks/rgw_s3tests.yaml
Casey Bodley 1c006c92e1 qa/s3tests: make extra_attrs additive
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>
2023-06-22 08:54:14 -04:00

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"]