]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: add new fs:shell sub-suite
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 29 Oct 2020 18:22:00 +0000 (11:22 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 3 Nov 2020 21:00:36 +0000 (13:00 -0800)
Fixes: https://tracker.ceph.com/issues/23718
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
20 files changed:
qa/suites/fs/basic_functional/tasks/cephfs-shell.yaml [deleted file]
qa/suites/fs/shell/% [new file with mode: 0644]
qa/suites/fs/shell/.qa [new symlink]
qa/suites/fs/shell/begin.yaml [new symlink]
qa/suites/fs/shell/clusters/.qa [new symlink]
qa/suites/fs/shell/clusters/1-mds-1-client-coloc.yaml [new symlink]
qa/suites/fs/shell/conf [new symlink]
qa/suites/fs/shell/mount/.qa [new symlink]
qa/suites/fs/shell/mount/fuse.yaml [new symlink]
qa/suites/fs/shell/objectstore/.qa [new symlink]
qa/suites/fs/shell/objectstore/bluestore-bitmap.yaml [new symlink]
qa/suites/fs/shell/overrides/+ [new file with mode: 0644]
qa/suites/fs/shell/overrides/.qa [new symlink]
qa/suites/fs/shell/overrides/frag_enable.yaml [new symlink]
qa/suites/fs/shell/overrides/no_client_pidfile.yaml [new symlink]
qa/suites/fs/shell/overrides/whitelist_health.yaml [new symlink]
qa/suites/fs/shell/overrides/whitelist_wrongly_marked_down.yaml [new symlink]
qa/suites/fs/shell/supported-random-distros$ [new symlink]
qa/suites/fs/shell/tasks/.qa [new symlink]
qa/suites/fs/shell/tasks/cephfs-shell.yaml [new file with mode: 0644]

diff --git a/qa/suites/fs/basic_functional/tasks/cephfs-shell.yaml b/qa/suites/fs/basic_functional/tasks/cephfs-shell.yaml
deleted file mode 100644 (file)
index 93c1eb5..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# Right now, cephfs-shell is only available as a package on Ubuntu
-# This overrides the random distribution that's chosen in the other yaml fragments.
-os_type: ubuntu
-os_version: "18.04"
-tasks:
-  - cephfs_test_runner:
-      modules:
-        - tasks.cephfs.test_cephfs_shell
diff --git a/qa/suites/fs/shell/% b/qa/suites/fs/shell/%
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qa/suites/fs/shell/.qa b/qa/suites/fs/shell/.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/shell/begin.yaml b/qa/suites/fs/shell/begin.yaml
new file mode 120000 (symlink)
index 0000000..311d404
--- /dev/null
@@ -0,0 +1 @@
+.qa/cephfs/begin.yaml
\ No newline at end of file
diff --git a/qa/suites/fs/shell/clusters/.qa b/qa/suites/fs/shell/clusters/.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/shell/clusters/1-mds-1-client-coloc.yaml b/qa/suites/fs/shell/clusters/1-mds-1-client-coloc.yaml
new file mode 120000 (symlink)
index 0000000..d15ecfd
--- /dev/null
@@ -0,0 +1 @@
+.qa/cephfs/clusters/1-mds-1-client-coloc.yaml
\ No newline at end of file
diff --git a/qa/suites/fs/shell/conf b/qa/suites/fs/shell/conf
new file mode 120000 (symlink)
index 0000000..16e8cc4
--- /dev/null
@@ -0,0 +1 @@
+.qa/cephfs/conf
\ No newline at end of file
diff --git a/qa/suites/fs/shell/mount/.qa b/qa/suites/fs/shell/mount/.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/shell/mount/fuse.yaml b/qa/suites/fs/shell/mount/fuse.yaml
new file mode 120000 (symlink)
index 0000000..0e55da9
--- /dev/null
@@ -0,0 +1 @@
+.qa/cephfs/mount/fuse.yaml
\ No newline at end of file
diff --git a/qa/suites/fs/shell/objectstore/.qa b/qa/suites/fs/shell/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/shell/objectstore/bluestore-bitmap.yaml b/qa/suites/fs/shell/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/shell/overrides/+ b/qa/suites/fs/shell/overrides/+
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qa/suites/fs/shell/overrides/.qa b/qa/suites/fs/shell/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/shell/overrides/frag_enable.yaml b/qa/suites/fs/shell/overrides/frag_enable.yaml
new file mode 120000 (symlink)
index 0000000..34a39a3
--- /dev/null
@@ -0,0 +1 @@
+.qa/cephfs/overrides/frag_enable.yaml
\ No newline at end of file
diff --git a/qa/suites/fs/shell/overrides/no_client_pidfile.yaml b/qa/suites/fs/shell/overrides/no_client_pidfile.yaml
new file mode 120000 (symlink)
index 0000000..8888f33
--- /dev/null
@@ -0,0 +1 @@
+.qa/overrides/no_client_pidfile.yaml
\ No newline at end of file
diff --git a/qa/suites/fs/shell/overrides/whitelist_health.yaml b/qa/suites/fs/shell/overrides/whitelist_health.yaml
new file mode 120000 (symlink)
index 0000000..74f39a4
--- /dev/null
@@ -0,0 +1 @@
+.qa/cephfs/overrides/whitelist_health.yaml
\ No newline at end of file
diff --git a/qa/suites/fs/shell/overrides/whitelist_wrongly_marked_down.yaml b/qa/suites/fs/shell/overrides/whitelist_wrongly_marked_down.yaml
new file mode 120000 (symlink)
index 0000000..b4528c0
--- /dev/null
@@ -0,0 +1 @@
+.qa/cephfs/overrides/whitelist_wrongly_marked_down.yaml
\ No newline at end of file
diff --git a/qa/suites/fs/shell/supported-random-distros$ b/qa/suites/fs/shell/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/shell/tasks/.qa b/qa/suites/fs/shell/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/shell/tasks/cephfs-shell.yaml b/qa/suites/fs/shell/tasks/cephfs-shell.yaml
new file mode 100644 (file)
index 0000000..93c1eb5
--- /dev/null
@@ -0,0 +1,8 @@
+# Right now, cephfs-shell is only available as a package on Ubuntu
+# This overrides the random distribution that's chosen in the other yaml fragments.
+os_type: ubuntu
+os_version: "18.04"
+tasks:
+  - cephfs_test_runner:
+      modules:
+        - tasks.cephfs.test_cephfs_shell