]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites: move mgr tests into rados suite
authorJohn Spray <john.spray@redhat.com>
Thu, 20 Apr 2017 15:27:28 +0000 (16:27 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 20 Apr 2017 21:34:42 +0000 (22:34 +0100)
Signed-off-by: John Spray <john.spray@redhat.com>
qa/suites/mgr/basic/% [deleted file]
qa/suites/mgr/basic/clusters/2-node-mgr.yaml [deleted file]
qa/suites/mgr/basic/debug/mgr.yaml [deleted file]
qa/suites/mgr/basic/objectstore [deleted symlink]
qa/suites/mgr/basic/tasks/failover.yaml [deleted file]
qa/suites/rados/mgr/% [new file with mode: 0644]
qa/suites/rados/mgr/clusters/2-node-mgr.yaml [new file with mode: 0644]
qa/suites/rados/mgr/debug/mgr.yaml [new file with mode: 0644]
qa/suites/rados/mgr/objectstore [new symlink]
qa/suites/rados/mgr/tasks/failover.yaml [new file with mode: 0644]

diff --git a/qa/suites/mgr/basic/% b/qa/suites/mgr/basic/%
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/qa/suites/mgr/basic/clusters/2-node-mgr.yaml b/qa/suites/mgr/basic/clusters/2-node-mgr.yaml
deleted file mode 100644 (file)
index fc9dfbd..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-roles:
-- [mgr.x, mon.a, mds.a, mds.c, osd.0, client.0]
-- [mgr.y, mon.b, mds.b, osd.1, osd.2, client.1]
-log-rotate:
-  ceph-mds: 10G
-  ceph-osd: 10G
diff --git a/qa/suites/mgr/basic/debug/mgr.yaml b/qa/suites/mgr/basic/debug/mgr.yaml
deleted file mode 100644 (file)
index 068021e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-overrides:
-  ceph:
-    conf:
-      mon:
-        debug mon: 20
-      mgr:
-        debug mgr: 20
-        debug ms: 1
-      client:
-        debug client: 20
-        debug mgrc: 20
-        debug ms: 1
-      osd:
-        debug mgrc: 20
-      mds:
-        debug mgrc: 20
diff --git a/qa/suites/mgr/basic/objectstore b/qa/suites/mgr/basic/objectstore
deleted file mode 120000 (symlink)
index 4c8ebad..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../objectstore
\ No newline at end of file
diff --git a/qa/suites/mgr/basic/tasks/failover.yaml b/qa/suites/mgr/basic/tasks/failover.yaml
deleted file mode 100644 (file)
index b0c7b47..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-tasks:
-  - install:
-  - ceph:
-  - cephfs_test_runner:
-      modules:
-        - tasks.mgr.test_failover
diff --git a/qa/suites/rados/mgr/% b/qa/suites/rados/mgr/%
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qa/suites/rados/mgr/clusters/2-node-mgr.yaml b/qa/suites/rados/mgr/clusters/2-node-mgr.yaml
new file mode 100644 (file)
index 0000000..fc9dfbd
--- /dev/null
@@ -0,0 +1,6 @@
+roles:
+- [mgr.x, mon.a, mds.a, mds.c, osd.0, client.0]
+- [mgr.y, mon.b, mds.b, osd.1, osd.2, client.1]
+log-rotate:
+  ceph-mds: 10G
+  ceph-osd: 10G
diff --git a/qa/suites/rados/mgr/debug/mgr.yaml b/qa/suites/rados/mgr/debug/mgr.yaml
new file mode 100644 (file)
index 0000000..068021e
--- /dev/null
@@ -0,0 +1,16 @@
+overrides:
+  ceph:
+    conf:
+      mon:
+        debug mon: 20
+      mgr:
+        debug mgr: 20
+        debug ms: 1
+      client:
+        debug client: 20
+        debug mgrc: 20
+        debug ms: 1
+      osd:
+        debug mgrc: 20
+      mds:
+        debug mgrc: 20
diff --git a/qa/suites/rados/mgr/objectstore b/qa/suites/rados/mgr/objectstore
new file mode 120000 (symlink)
index 0000000..4c8ebad
--- /dev/null
@@ -0,0 +1 @@
+../../../objectstore
\ No newline at end of file
diff --git a/qa/suites/rados/mgr/tasks/failover.yaml b/qa/suites/rados/mgr/tasks/failover.yaml
new file mode 100644 (file)
index 0000000..b0c7b47
--- /dev/null
@@ -0,0 +1,7 @@
+
+tasks:
+  - install:
+  - ceph:
+  - cephfs_test_runner:
+      modules:
+        - tasks.mgr.test_failover