From a546e2076167c43994f0e887a49131d373ac17ae Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 21 Jul 2014 16:48:59 -0700 Subject: [PATCH] rados/objectstore: move objectstore related tests from singleton-nomsgr Just so they're in a nice convenient bunch. Signed-off-by: Sage Weil --- .../rados/{singleton-nomsgr/all => objectstore}/alloc-hint.yaml | 0 .../rados/{singleton-nomsgr/all => objectstore}/filejournal.yaml | 0 .../all => objectstore}/filestore-idempotent-aio-journal.yaml | 0 .../all => objectstore}/filestore-idempotent.yaml | 0 .../all => objectstore}/objectcacher-stress.yaml | 0 .../rados/{singleton-nomsgr/all => objectstore}/objectstore.yaml | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename suites/rados/{singleton-nomsgr/all => objectstore}/alloc-hint.yaml (100%) rename suites/rados/{singleton-nomsgr/all => objectstore}/filejournal.yaml (100%) rename suites/rados/{singleton-nomsgr/all => objectstore}/filestore-idempotent-aio-journal.yaml (100%) rename suites/rados/{singleton-nomsgr/all => objectstore}/filestore-idempotent.yaml (100%) rename suites/rados/{singleton-nomsgr/all => objectstore}/objectcacher-stress.yaml (100%) rename suites/rados/{singleton-nomsgr/all => objectstore}/objectstore.yaml (100%) diff --git a/suites/rados/singleton-nomsgr/all/alloc-hint.yaml b/suites/rados/objectstore/alloc-hint.yaml similarity index 100% rename from suites/rados/singleton-nomsgr/all/alloc-hint.yaml rename to suites/rados/objectstore/alloc-hint.yaml diff --git a/suites/rados/singleton-nomsgr/all/filejournal.yaml b/suites/rados/objectstore/filejournal.yaml similarity index 100% rename from suites/rados/singleton-nomsgr/all/filejournal.yaml rename to suites/rados/objectstore/filejournal.yaml diff --git a/suites/rados/singleton-nomsgr/all/filestore-idempotent-aio-journal.yaml b/suites/rados/objectstore/filestore-idempotent-aio-journal.yaml similarity index 100% rename from suites/rados/singleton-nomsgr/all/filestore-idempotent-aio-journal.yaml rename to suites/rados/objectstore/filestore-idempotent-aio-journal.yaml diff --git a/suites/rados/singleton-nomsgr/all/filestore-idempotent.yaml b/suites/rados/objectstore/filestore-idempotent.yaml similarity index 100% rename from suites/rados/singleton-nomsgr/all/filestore-idempotent.yaml rename to suites/rados/objectstore/filestore-idempotent.yaml diff --git a/suites/rados/singleton-nomsgr/all/objectcacher-stress.yaml b/suites/rados/objectstore/objectcacher-stress.yaml similarity index 100% rename from suites/rados/singleton-nomsgr/all/objectcacher-stress.yaml rename to suites/rados/objectstore/objectcacher-stress.yaml diff --git a/suites/rados/singleton-nomsgr/all/objectstore.yaml b/suites/rados/objectstore/objectstore.yaml similarity index 100% rename from suites/rados/singleton-nomsgr/all/objectstore.yaml rename to suites/rados/objectstore/objectstore.yaml -- 2.47.3