]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
tests: rados: move cephtool.yaml to new singleton/bluestore subsuite
authorNathan Cutler <ncutler@suse.com>
Thu, 27 Apr 2017 19:52:51 +0000 (21:52 +0200)
committerNathan Cutler <ncutler@suse.com>
Fri, 28 Apr 2017 13:36:50 +0000 (15:36 +0200)
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 <ncutler@suse.com>
qa/suites/rados/singleton-bluestore/all/cephtool.yaml [new file with mode: 0644]
qa/suites/rados/singleton-bluestore/msgr [new symlink]
qa/suites/rados/singleton-bluestore/msgr-failures/few.yaml [new file with mode: 0644]
qa/suites/rados/singleton-bluestore/msgr-failures/many.yaml [new file with mode: 0644]
qa/suites/rados/singleton-bluestore/objectstore/bluestore-comp.yaml [new symlink]
qa/suites/rados/singleton-bluestore/objectstore/bluestore.yaml [new symlink]
qa/suites/rados/singleton-bluestore/rados.yaml [new symlink]
qa/suites/rados/singleton/all/cephtool.yaml [deleted file]

diff --git a/qa/suites/rados/singleton-bluestore/all/cephtool.yaml b/qa/suites/rados/singleton-bluestore/all/cephtool.yaml
new file mode 100644 (file)
index 0000000..880628f
--- /dev/null
@@ -0,0 +1,28 @@
+roles:
+- - mon.a
+  - mon.b
+  - mon.c
+  - mgr.x
+  - osd.0
+  - osd.1
+  - osd.2
+  - client.0
+openstack:
+  - volumes: # attached to each instance
+      count: 3
+      size: 10 # GB
+tasks:
+- install:
+- ceph:
+    log-whitelist:
+    - wrongly marked me down
+    - had wrong client addr
+    - had wrong cluster addr
+    - must scrub before tier agent can activate
+    - failsafe engaged, dropping updates
+    - failsafe disengaged, no longer dropping updates
+- workunit:
+    clients:
+      all:
+        - cephtool
+        - mon/pool_ops.sh
diff --git a/qa/suites/rados/singleton-bluestore/msgr b/qa/suites/rados/singleton-bluestore/msgr
new file mode 120000 (symlink)
index 0000000..b29ecdd
--- /dev/null
@@ -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 (file)
index 0000000..0de320d
--- /dev/null
@@ -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 (file)
index 0000000..86f8dde
--- /dev/null
@@ -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 (symlink)
index 0000000..b23b2a7
--- /dev/null
@@ -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 (symlink)
index 0000000..bd7d7e0
--- /dev/null
@@ -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 (symlink)
index 0000000..b756e57
--- /dev/null
@@ -0,0 +1 @@
+../../../config/rados.yaml
\ No newline at end of file
diff --git a/qa/suites/rados/singleton/all/cephtool.yaml b/qa/suites/rados/singleton/all/cephtool.yaml
deleted file mode 100644 (file)
index 880628f..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-roles:
-- - mon.a
-  - mon.b
-  - mon.c
-  - mgr.x
-  - osd.0
-  - osd.1
-  - osd.2
-  - client.0
-openstack:
-  - volumes: # attached to each instance
-      count: 3
-      size: 10 # GB
-tasks:
-- install:
-- ceph:
-    log-whitelist:
-    - wrongly marked me down
-    - had wrong client addr
-    - had wrong cluster addr
-    - must scrub before tier agent can activate
-    - failsafe engaged, dropping updates
-    - failsafe disengaged, no longer dropping updates
-- workunit:
-    clients:
-      all:
-        - cephtool
-        - mon/pool_ops.sh