mirror of
https://github.com/ceph/ceph
synced 2025-02-09 20:09:53 +00:00
Eventually we can merge this into the fs suite, but for now it is useful to segregate the test cases. Start with a dup of basic and verify sections; add others later. Signed-off-by: Sage Weil <sage@inktank.com>
10 lines
263 B
YAML
10 lines
263 B
YAML
overrides:
|
|
ceph:
|
|
valgrind:
|
|
mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
|
|
osd: [--tool=memcheck]
|
|
mds: [--tool=memcheck]
|
|
ceph-fuse:
|
|
client.0:
|
|
valgrind: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
|