The tiobench software has been abandoned upstream for years. Fedora and
Debian are no longer shipping the tiobench package, so we've had to
carry the package ourselves in the Ceph project, and we're trying to
slim down our dependencies where it makes sense to do so.
Nuke the tiobench tests.
http://tracker.ceph.com/issues/10152 Refs: #10152
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Different versions of qemu don't work with the qemu-iotests we're
using. Just disable these for now.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
Kernel doesn't support KVM and it doesn't make much sense to do
these tests on ARM in the first place...
Signed-off-by: Sandon Van Ness <sandon@inktank.com>
This is ignored by old teuthology, but used by newer code to tell us when
to generate a product of all directory items.
Signed-off-by: Sage Weil <sage@inktank.com>
Put these in the singleton collection since they have to be run as
client.admin, which is possible when the client and monitor are on the
same host.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
This appears to have been broken, which means we weren't actually testing
any of the non-default cache modes (writethrough, none). Whoops! We were
getting jobs like
task:
- install: null
- ceph:
conf:
client:
rbd cache: false
tasks:
- chef: null
- clock: null
- install: null
- ceph: null
- rbd_fsx:
clients:
- client.0
ops: 5000
Signed-off-by: Sage Weil <sage@inktank.com>
This no longer works since export does not do a watch, and the race is
being closed a different way not detectable by this test.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>