Signed-off-by: John Spray <john.spray@redhat.com>
--- /dev/null
+roles:
+- [mon.a, osd.0, mds.a]
+- [client.0, client.1, osd.1, osd.2]
--- /dev/null
+tasks:
+- install:
+- ceph:
+- ceph-fuse:
+ client.0:
+ mounted: false
+ client.1:
+ mounted: false
--- /dev/null
+
+# The task interferes with the network, so we need
+# to permit OSDs to complain about that.
+overrides:
+ ceph:
+ log-whitelist:
+ - wrongly marked me down
+ - slow request
+
+tasks:
+- mds_client_recovery:
# Execute test suite
# ==================
- if 'test_name' in config:
+ if config and 'test_name' in config:
suite = unittest.TestLoader().loadTestsFromName(
"teuthology.task.mds_client_recovery.{0}".format(config['test_name']))
else: