]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: move nfs (mgr/nfs) related tests to fs suite
authorVenky Shankar <vshankar@redhat.com>
Mon, 31 Jul 2023 09:56:31 +0000 (15:26 +0530)
committerVenky Shankar <vshankar@redhat.com>
Tue, 10 Oct 2023 07:57:46 +0000 (13:27 +0530)
Fixes: https://tracker.ceph.com/issues/62236
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 10d67f121e636b03c65aacb54ee2019bffcb6811)

14 files changed:
qa/suites/fs/nfs/% [new file with mode: 0644]
qa/suites/fs/nfs/.qa [new symlink]
qa/suites/fs/nfs/begin [new symlink]
qa/suites/fs/nfs/cluster/+ [new file with mode: 0644]
qa/suites/fs/nfs/cluster/.qa [new symlink]
qa/suites/fs/nfs/cluster/1-node.yaml [new file with mode: 0644]
qa/suites/fs/nfs/objectstore/.qa [new symlink]
qa/suites/fs/nfs/objectstore/bluestore-bitmap.yaml [new symlink]
qa/suites/fs/nfs/overrides/.qa [new symlink]
qa/suites/fs/nfs/overrides/ignorelist_health.yaml [new file with mode: 0644]
qa/suites/fs/nfs/supported-random-distros$ [new symlink]
qa/suites/fs/nfs/tasks/.qa [new symlink]
qa/suites/fs/nfs/tasks/nfs.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/workunits/task/test_nfs.yaml [deleted file]

diff --git a/qa/suites/fs/nfs/% b/qa/suites/fs/nfs/%
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qa/suites/fs/nfs/.qa b/qa/suites/fs/nfs/.qa
new file mode 120000 (symlink)
index 0000000..a602a03
--- /dev/null
@@ -0,0 +1 @@
+../.qa/
\ No newline at end of file
diff --git a/qa/suites/fs/nfs/begin b/qa/suites/fs/nfs/begin
new file mode 120000 (symlink)
index 0000000..77af91f
--- /dev/null
@@ -0,0 +1 @@
+.qa/cephfs/begin/
\ No newline at end of file
diff --git a/qa/suites/fs/nfs/cluster/+ b/qa/suites/fs/nfs/cluster/+
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qa/suites/fs/nfs/cluster/.qa b/qa/suites/fs/nfs/cluster/.qa
new file mode 120000 (symlink)
index 0000000..a602a03
--- /dev/null
@@ -0,0 +1 @@
+../.qa/
\ No newline at end of file
diff --git a/qa/suites/fs/nfs/cluster/1-node.yaml b/qa/suites/fs/nfs/cluster/1-node.yaml
new file mode 100644 (file)
index 0000000..bca1bda
--- /dev/null
@@ -0,0 +1,11 @@
+meta:
+- desc: 1 ceph cluster with 1 mon, 1 mgr, 3 osds, 2 mds, 1 client
+roles:
+- - mon.a
+  - mgr.x
+  - mds.a
+  - mds.b
+  - osd.0
+  - osd.1
+  - osd.2
+  - client.0
\ No newline at end of file
diff --git a/qa/suites/fs/nfs/objectstore/.qa b/qa/suites/fs/nfs/objectstore/.qa
new file mode 120000 (symlink)
index 0000000..a602a03
--- /dev/null
@@ -0,0 +1 @@
+../.qa/
\ No newline at end of file
diff --git a/qa/suites/fs/nfs/objectstore/bluestore-bitmap.yaml b/qa/suites/fs/nfs/objectstore/bluestore-bitmap.yaml
new file mode 120000 (symlink)
index 0000000..a59cf51
--- /dev/null
@@ -0,0 +1 @@
+.qa/objectstore/bluestore-bitmap.yaml
\ No newline at end of file
diff --git a/qa/suites/fs/nfs/overrides/.qa b/qa/suites/fs/nfs/overrides/.qa
new file mode 120000 (symlink)
index 0000000..a602a03
--- /dev/null
@@ -0,0 +1 @@
+../.qa/
\ No newline at end of file
diff --git a/qa/suites/fs/nfs/overrides/ignorelist_health.yaml b/qa/suites/fs/nfs/overrides/ignorelist_health.yaml
new file mode 100644 (file)
index 0000000..8bfe4dc
--- /dev/null
@@ -0,0 +1,13 @@
+overrides:
+  ceph:
+    log-ignorelist:
+      - overall HEALTH_
+      - \(FS_DEGRADED\)
+      - \(MDS_FAILED\)
+      - \(MDS_DEGRADED\)
+      - \(FS_WITH_FAILED_MDS\)
+      - \(MDS_DAMAGE\)
+      - \(MDS_ALL_DOWN\)
+      - \(MDS_UP_LESS_THAN_MAX\)
+      - \(FS_INLINE_DATA_DEPRECATED\)
+      - \(OSD_DOWN\)
diff --git a/qa/suites/fs/nfs/supported-random-distros$ b/qa/suites/fs/nfs/supported-random-distros$
new file mode 120000 (symlink)
index 0000000..0862b44
--- /dev/null
@@ -0,0 +1 @@
+.qa/distros/supported-random-distro$
\ No newline at end of file
diff --git a/qa/suites/fs/nfs/tasks/.qa b/qa/suites/fs/nfs/tasks/.qa
new file mode 120000 (symlink)
index 0000000..a602a03
--- /dev/null
@@ -0,0 +1 @@
+../.qa/
\ No newline at end of file
diff --git a/qa/suites/fs/nfs/tasks/nfs.yaml b/qa/suites/fs/nfs/tasks/nfs.yaml
new file mode 100644 (file)
index 0000000..aa966bf
--- /dev/null
@@ -0,0 +1,4 @@
+tasks:
+  - cephfs_test_runner:
+      modules:
+        - tasks.cephfs.test_nfs
diff --git a/qa/suites/orch/cephadm/workunits/task/test_nfs.yaml b/qa/suites/orch/cephadm/workunits/task/test_nfs.yaml
deleted file mode 100644 (file)
index 8448c1a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-roles:
-- - host.a
-  - osd.0
-  - osd.1
-  - osd.2
-  - mon.a
-  - mgr.a
-  - client.0
-tasks:
-- install:
-- cephadm:
-- cephadm.shell:
-    host.a:
-      - ceph orch apply mds a
-- cephfs_test_runner:
-    modules:
-      - tasks.cephfs.test_nfs