ceph/teuthology/task
Josh Durgin 90d815621a qemu: set qemu cache mode based on rbd cache setting
If we don't do this, qemu assumes no caching is used and doesn't send flushes.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2012-12-05 16:17:41 -08:00
..
__init__.py
admin_socket.py admin_socket: make test optional 2012-07-24 15:26:06 -07:00
apache.conf rgw: run as an external fastcgi server to match dho 2011-09-02 17:58:19 -07:00
autotest.py autotest: pull from github.com/ceph/autotest 2012-03-10 19:15:21 -08:00
blktrace.py Fix errors found by pyflakes 2012-09-21 16:46:24 -07:00
ceph_manager.py Clean up string interpolation operator spacing ceph_manager.py 2012-11-09 10:52:16 -08:00
ceph-fuse.py task/ceph-fuse: Add log messages for abort 2012-11-19 10:33:18 -06:00
ceph.py valgrind: enumerate warnings in log; check leaks from client, mon only 2012-11-17 21:01:52 -08:00
chdir-coredump run valgrind with cwd set to /tmp/cephtest/archive/coredump 2012-03-18 10:48:51 -07:00
chef.py ceph.newdream.net -> ceph.com 2012-05-05 09:30:41 -07:00
clock.py debian ntp servers 2012-09-09 14:23:12 -07:00
console.py console: add console task 2012-09-30 21:08:41 -07:00
daemon-helper daemon-helper: detect the signal actually sent 2011-10-04 12:17:19 -07:00
die_on_err.py Fix errors found by pyflakes 2012-09-21 16:46:24 -07:00
divergent_priors.py Add divergent_priors test 2012-11-09 10:52:15 -08:00
dump_stuck.py dump_stuck: note required ceph configuration 2012-02-29 15:47:17 -08:00
enable-coredump
exec.py add exec task 2012-10-22 16:51:54 -07:00
filestore_idempotent.py ceph.newdream.net -> ceph.com 2012-05-05 09:30:41 -07:00
interactive.py
internal.py internal: stop warning about lockdep circular dependency 2012-09-30 21:07:58 -07:00
kclient.py Fix ceph-fuse example 2012-10-10 18:18:14 -07:00
kcon_most Add exit to kcon_most script 2012-10-25 10:08:05 -07:00
kcon_most.py New kcon_most task that enables most ceph kernel logging 2012-10-10 18:18:14 -07:00
kernel.py Fix errors found by pyflakes 2012-09-21 16:46:24 -07:00
knfsd.py New knfsd task that does an nfs server export 2012-10-10 18:18:14 -07:00
lockfile.py lockfile: increase interval to prevent incorrect locking orders 2011-09-20 10:04:01 -07:00
locktest.py Move orchestra to teuthology.orchestra so there's just one top-level package. 2011-09-13 14:53:02 -07:00
lost_unfound.py fix misc checks that wait for N osds to be up 2012-04-19 12:44:10 -07:00
manypools.py Move orchestra to teuthology.orchestra so there's just one top-level package. 2011-09-13 14:53:02 -07:00
metadata.yaml Add a task to run a test against rbd inside of qemu. 2012-06-21 18:44:16 -07:00
mon_recovery.py mon_recovery: need n/2 + 1 monitors for quorum 2012-01-06 15:12:15 -08:00
mon_thrash.py task: mon_thrash: thrash monitors while running other tests 2012-11-29 00:12:34 +00:00
multibench.py tasks: add multibench task for testing pool creation 2012-07-19 15:51:55 -07:00
nfs.py New nfs task that performs NFS client mount of export (see knfsd) 2012-10-10 18:18:14 -07:00
nop.py
object_source_down.py Fix errors found by pyflakes 2012-09-21 16:46:24 -07:00
omapbench.py task/: Added object map benchmarking test 2012-06-05 15:30:51 -07:00
osd_backfill.py fix misc checks that wait for N osds to be up 2012-04-19 12:44:10 -07:00
osd_recovery.py Fix errors found by pyflakes 2012-09-21 16:46:24 -07:00
parallel_example.py Fix errors found by pyflakes 2012-09-21 16:46:24 -07:00
peer.py Added a debug message 2012-07-03 16:04:12 -07:00
pexec.py task/pexec: Output stderr to teuthology log 2012-11-20 09:53:52 -06:00
proc_thrasher.py task/watch_notify_stress: watch_notify_stress now thrashes clients 2011-10-06 14:34:44 -07:00
qemu.py qemu: set qemu cache mode based on rbd cache setting 2012-12-05 16:17:41 -08:00
rados.py Add watch op to rados.py 2012-03-20 19:00:12 -07:00
radosbench.py tasks: add multibench task for testing pool creation 2012-07-19 15:51:55 -07:00
radosgw-admin.py radosgw-admin: usage should time out after 20 minutes 2012-10-01 17:17:14 -07:00
rbd_fsx.py Fix errors found by pyflakes 2012-09-21 16:46:24 -07:00
rbd.py xfstests: run in parallel on multiple machines 2012-11-20 15:48:21 -08:00
recovery_bench.py task: benchmark recovery 2012-11-16 16:55:30 -08:00
rgw-logsocket.py rgw-logsocket: a task to verify opslog socket works 2012-11-20 13:57:24 -08:00
rgw.py rgw-logsocket: a task to verify opslog socket works 2012-11-20 13:57:24 -08:00
s3readwrite.py pull s3-tests.git using git, not http 2012-06-06 16:00:55 -07:00
s3roundtrip.py pull s3-tests.git using git, not http 2012-06-06 16:00:55 -07:00
s3tests.py s3tests: fix typo 2012-11-22 13:59:58 -08:00
scrub_test.py task: verify scrub detects files whose contents changed 2012-08-02 11:14:51 -07:00
scrub.py task: scrub OSDs periodically 2012-08-02 11:14:51 -07:00
swift.py github.com/NewDreamNetwork -> github.com/ceph 2012-03-02 10:55:56 -08:00
thrashosds.py ceph_manager: add test_min_size action 2012-11-07 12:56:31 -08:00
userdata_setup.yaml Add a task to run a test against rbd inside of qemu. 2012-06-21 18:44:16 -07:00
userdata_teardown.yaml Add a task to run a test against rbd inside of qemu. 2012-06-21 18:44:16 -07:00
valgrind.supp valgrind.supp: deliverate onexit leak 2012-11-11 07:13:09 -08:00
watch_notify_stress.py Remove unused mon.0 variables. 2012-01-03 13:02:31 -08:00
workunit.py workunit: fix indentation 2012-11-21 08:29:47 -08:00