From dbd7a3b4dc4202f4f6f6979eff23d23a5d3836eb Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Mon, 5 Dec 2011 10:08:54 -0800 Subject: [PATCH] Rename "testrados" task to not begin with "test". See commit e80c32c44293e6453cce1bf89ad3cf5b1b4917ab in teuthology.git --- suites/stress/thrash/workloads/readwrite.yaml | 2 +- suites/stress/thrash/workloads/snaps.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/suites/stress/thrash/workloads/readwrite.yaml b/suites/stress/thrash/workloads/readwrite.yaml index a9f767b636b3f..666754715cb02 100644 --- a/suites/stress/thrash/workloads/readwrite.yaml +++ b/suites/stress/thrash/workloads/readwrite.yaml @@ -1,5 +1,5 @@ tasks: -- testrados: +- rados: clients: [client.0] ops: 4000 objects: 500 diff --git a/suites/stress/thrash/workloads/snaps.yaml b/suites/stress/thrash/workloads/snaps.yaml index 63125917aa555..e069df76235e3 100644 --- a/suites/stress/thrash/workloads/snaps.yaml +++ b/suites/stress/thrash/workloads/snaps.yaml @@ -1,5 +1,5 @@ tasks: -- testrados: +- rados: snaps: True clients: [client.0] ops: 4000 -- 2.39.5