summaryrefslogtreecommitdiffstats
path: root/qa/suites/rgw/dbstore/tasks/rgw_s3tests.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'qa/suites/rgw/dbstore/tasks/rgw_s3tests.yaml')
-rw-r--r--qa/suites/rgw/dbstore/tasks/rgw_s3tests.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/qa/suites/rgw/dbstore/tasks/rgw_s3tests.yaml b/qa/suites/rgw/dbstore/tasks/rgw_s3tests.yaml
new file mode 100644
index 000000000..daab5581d
--- /dev/null
+++ b/qa/suites/rgw/dbstore/tasks/rgw_s3tests.yaml
@@ -0,0 +1,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"]
+