ceph/suites/rados/objectstore/objectstore.yaml
Sage Weil 879a056e01 rados/objectstore/objectstore: suppress core dumps
Some of these tests to fork and assertion tests that leave
core behind, and that is normal.  Disable core dumps.

Signed-off-by: Sage Weil <sage@redhat.com>
2016-11-02 13:46:45 -04:00

13 lines
305 B
YAML

roles:
- [mon.0, 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 && ceph_test_objectstore --gtest_filter=-*/2
- rm -rf $TESTDIR/ostest