summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/rados/objectstore/objectstore.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph/qa/suites/rados/objectstore/objectstore.yaml')
-rw-r--r--src/ceph/qa/suites/rados/objectstore/objectstore.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ceph/qa/suites/rados/objectstore/objectstore.yaml b/src/ceph/qa/suites/rados/objectstore/objectstore.yaml
new file mode 100644
index 0000000..b544234
--- /dev/null
+++ b/src/ceph/qa/suites/rados/objectstore/objectstore.yaml
@@ -0,0 +1,12 @@
+roles:
+- [mon.a, mgr.x, osd.0, osd.1, client.0]
+openstack:
+- volumes: # attached to each instance
+ count: 2
+ size: 10 # GB
+tasks:
+- install:
+- exec:
+ client.0:
+ - mkdir $TESTDIR/ostest && cd $TESTDIR/ostest && ulimit -c 0 && ulimit -Sn 4096 && ceph_test_objectstore --gtest_filter=-*/3
+ - rm -rf $TESTDIR/ostest