summaryrefslogtreecommitdiffstats
path: root/qa/suites/rgw/dbstore/tasks/rgw_s3tests.yaml
blob: daab5581df83b5a6c4e68b8215f0b1b13576fe56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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_rgw","not fails_on_dbstore"]