From e69a9763a00f78168bdaea0956e0d1ce98812950 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 27 Apr 2017 21:52:51 +0200 Subject: [PATCH] tests: rados: move cephtool.yaml to new singleton/bluestore subsuite cephtool.yaml is bluestore-only, yet it was in singleton/ which runs against a generalized objectstore matrix. Fixes: http://tracker.ceph.com/issues/19797 Signed-off-by: Nathan Cutler --- .../{singleton => singleton-bluestore}/all/cephtool.yaml | 0 qa/suites/rados/singleton-bluestore/msgr | 1 + qa/suites/rados/singleton-bluestore/msgr-failures/few.yaml | 5 +++++ qa/suites/rados/singleton-bluestore/msgr-failures/many.yaml | 5 +++++ .../singleton-bluestore/objectstore/bluestore-comp.yaml | 1 + .../rados/singleton-bluestore/objectstore/bluestore.yaml | 1 + qa/suites/rados/singleton-bluestore/rados.yaml | 1 + 7 files changed, 14 insertions(+) rename qa/suites/rados/{singleton => singleton-bluestore}/all/cephtool.yaml (100%) create mode 120000 qa/suites/rados/singleton-bluestore/msgr create mode 100644 qa/suites/rados/singleton-bluestore/msgr-failures/few.yaml create mode 100644 qa/suites/rados/singleton-bluestore/msgr-failures/many.yaml create mode 120000 qa/suites/rados/singleton-bluestore/objectstore/bluestore-comp.yaml create mode 120000 qa/suites/rados/singleton-bluestore/objectstore/bluestore.yaml create mode 120000 qa/suites/rados/singleton-bluestore/rados.yaml diff --git a/qa/suites/rados/singleton/all/cephtool.yaml b/qa/suites/rados/singleton-bluestore/all/cephtool.yaml similarity index 100% rename from qa/suites/rados/singleton/all/cephtool.yaml rename to qa/suites/rados/singleton-bluestore/all/cephtool.yaml diff --git a/qa/suites/rados/singleton-bluestore/msgr b/qa/suites/rados/singleton-bluestore/msgr new file mode 120000 index 0000000000000..b29ecddaed7eb --- /dev/null +++ b/qa/suites/rados/singleton-bluestore/msgr @@ -0,0 +1 @@ +../basic/msgr \ No newline at end of file diff --git a/qa/suites/rados/singleton-bluestore/msgr-failures/few.yaml b/qa/suites/rados/singleton-bluestore/msgr-failures/few.yaml new file mode 100644 index 0000000000000..0de320d46b8e2 --- /dev/null +++ b/qa/suites/rados/singleton-bluestore/msgr-failures/few.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + global: + ms inject socket failures: 5000 diff --git a/qa/suites/rados/singleton-bluestore/msgr-failures/many.yaml b/qa/suites/rados/singleton-bluestore/msgr-failures/many.yaml new file mode 100644 index 0000000000000..86f8dde8a0e35 --- /dev/null +++ b/qa/suites/rados/singleton-bluestore/msgr-failures/many.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + global: + ms inject socket failures: 500 diff --git a/qa/suites/rados/singleton-bluestore/objectstore/bluestore-comp.yaml b/qa/suites/rados/singleton-bluestore/objectstore/bluestore-comp.yaml new file mode 120000 index 0000000000000..b23b2a7927317 --- /dev/null +++ b/qa/suites/rados/singleton-bluestore/objectstore/bluestore-comp.yaml @@ -0,0 +1 @@ +../../../../objectstore/bluestore-comp.yaml \ No newline at end of file diff --git a/qa/suites/rados/singleton-bluestore/objectstore/bluestore.yaml b/qa/suites/rados/singleton-bluestore/objectstore/bluestore.yaml new file mode 120000 index 0000000000000..bd7d7e004a1bf --- /dev/null +++ b/qa/suites/rados/singleton-bluestore/objectstore/bluestore.yaml @@ -0,0 +1 @@ +../../../../objectstore/bluestore.yaml \ No newline at end of file diff --git a/qa/suites/rados/singleton-bluestore/rados.yaml b/qa/suites/rados/singleton-bluestore/rados.yaml new file mode 120000 index 0000000000000..b756e57bcf090 --- /dev/null +++ b/qa/suites/rados/singleton-bluestore/rados.yaml @@ -0,0 +1 @@ +../../../config/rados.yaml \ No newline at end of file