From 2e8413dedeed8826be4a0ab3bced6f75cc4b64ab Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 20 Jul 2017 18:06:50 -0400 Subject: qa: remove workloadgen test The CRUSH rule creation is busted (rules and buckets out of order), but after I fix that it doesn't seem to run right anyway. Remove it. We get the mon thrasher coverage from rados/monthrash already; I don't think this is adding meaningful coverage for the amount of effort it takes to maintain. Signed-off-by: Sage Weil --- qa/suites/rados/singleton/all/mon-thrasher.yaml | 30 ------------------------- 1 file changed, 30 deletions(-) delete mode 100644 qa/suites/rados/singleton/all/mon-thrasher.yaml (limited to 'qa/suites/rados') diff --git a/qa/suites/rados/singleton/all/mon-thrasher.yaml b/qa/suites/rados/singleton/all/mon-thrasher.yaml deleted file mode 100644 index 66a1e905f3b..00000000000 --- a/qa/suites/rados/singleton/all/mon-thrasher.yaml +++ /dev/null @@ -1,30 +0,0 @@ -roles: -- - mon.a - - mon.b - - mon.c - - mgr.x - - osd.0 - - osd.1 - - client.0 -openstack: - - volumes: # attached to each instance - count: 2 - size: 10 # GB -tasks: -- install: -- ceph: - log-whitelist: - - overall HEALTH_ - - (MON_DOWN) - - (PG_ -- mon_thrash: - revive_delay: 20 - thrash_delay: 1 -- workunit: - clients: - all: - - mon/workloadgen.sh - env: - LOADGEN_NUM_OSDS: "5" - VERBOSE: "1" - DURATION: "600" -- cgit v1.2.3