From 218daa9a38b814c907da13c96f6d6a512e68ca6c Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 29 Oct 2020 11:22:00 -0700 Subject: [PATCH] qa: add new fs:shell sub-suite Fixes: https://tracker.ceph.com/issues/23718 Signed-off-by: Patrick Donnelly --- qa/suites/fs/shell/% | 0 qa/suites/fs/shell/.qa | 1 + qa/suites/fs/shell/begin.yaml | 1 + qa/suites/fs/shell/clusters/.qa | 1 + qa/suites/fs/shell/clusters/1-mds-1-client-coloc.yaml | 1 + qa/suites/fs/shell/conf | 1 + qa/suites/fs/shell/mount/.qa | 1 + qa/suites/fs/shell/mount/fuse.yaml | 1 + qa/suites/fs/shell/objectstore/.qa | 1 + qa/suites/fs/shell/objectstore/bluestore-bitmap.yaml | 1 + qa/suites/fs/shell/overrides/+ | 0 qa/suites/fs/shell/overrides/.qa | 1 + qa/suites/fs/shell/overrides/frag_enable.yaml | 1 + qa/suites/fs/shell/overrides/no_client_pidfile.yaml | 1 + qa/suites/fs/shell/overrides/whitelist_health.yaml | 1 + qa/suites/fs/shell/overrides/whitelist_wrongly_marked_down.yaml | 1 + qa/suites/fs/shell/supported-random-distros$ | 1 + qa/suites/fs/shell/tasks/.qa | 1 + qa/suites/fs/{basic_functional => shell}/tasks/cephfs-shell.yaml | 0 19 files changed, 16 insertions(+) create mode 100644 qa/suites/fs/shell/% create mode 120000 qa/suites/fs/shell/.qa create mode 120000 qa/suites/fs/shell/begin.yaml create mode 120000 qa/suites/fs/shell/clusters/.qa create mode 120000 qa/suites/fs/shell/clusters/1-mds-1-client-coloc.yaml create mode 120000 qa/suites/fs/shell/conf create mode 120000 qa/suites/fs/shell/mount/.qa create mode 120000 qa/suites/fs/shell/mount/fuse.yaml create mode 120000 qa/suites/fs/shell/objectstore/.qa create mode 120000 qa/suites/fs/shell/objectstore/bluestore-bitmap.yaml create mode 100644 qa/suites/fs/shell/overrides/+ create mode 120000 qa/suites/fs/shell/overrides/.qa create mode 120000 qa/suites/fs/shell/overrides/frag_enable.yaml create mode 120000 qa/suites/fs/shell/overrides/no_client_pidfile.yaml create mode 120000 qa/suites/fs/shell/overrides/whitelist_health.yaml create mode 120000 qa/suites/fs/shell/overrides/whitelist_wrongly_marked_down.yaml create mode 120000 qa/suites/fs/shell/supported-random-distros$ create mode 120000 qa/suites/fs/shell/tasks/.qa rename qa/suites/fs/{basic_functional => shell}/tasks/cephfs-shell.yaml (100%) diff --git a/qa/suites/fs/shell/% b/qa/suites/fs/shell/% new file mode 100644 index 0000000000000..e69de29bb2d1d diff --git a/qa/suites/fs/shell/.qa b/qa/suites/fs/shell/.qa new file mode 120000 index 0000000000000..a602a0353e751 --- /dev/null +++ b/qa/suites/fs/shell/.qa @@ -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 index 0000000000000..311d404f7c276 --- /dev/null +++ b/qa/suites/fs/shell/begin.yaml @@ -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 index 0000000000000..a602a0353e751 --- /dev/null +++ b/qa/suites/fs/shell/clusters/.qa @@ -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 index 0000000000000..d15ecfda012ca --- /dev/null +++ b/qa/suites/fs/shell/clusters/1-mds-1-client-coloc.yaml @@ -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 index 0000000000000..16e8cc44b7d7a --- /dev/null +++ b/qa/suites/fs/shell/conf @@ -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 index 0000000000000..a602a0353e751 --- /dev/null +++ b/qa/suites/fs/shell/mount/.qa @@ -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 index 0000000000000..0e55da9fb7ab9 --- /dev/null +++ b/qa/suites/fs/shell/mount/fuse.yaml @@ -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 index 0000000000000..a602a0353e751 --- /dev/null +++ b/qa/suites/fs/shell/objectstore/.qa @@ -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 index 0000000000000..a59cf5175069a --- /dev/null +++ b/qa/suites/fs/shell/objectstore/bluestore-bitmap.yaml @@ -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 index 0000000000000..e69de29bb2d1d diff --git a/qa/suites/fs/shell/overrides/.qa b/qa/suites/fs/shell/overrides/.qa new file mode 120000 index 0000000000000..a602a0353e751 --- /dev/null +++ b/qa/suites/fs/shell/overrides/.qa @@ -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 index 0000000000000..34a39a368cf15 --- /dev/null +++ b/qa/suites/fs/shell/overrides/frag_enable.yaml @@ -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 index 0000000000000..8888f33274be3 --- /dev/null +++ b/qa/suites/fs/shell/overrides/no_client_pidfile.yaml @@ -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 index 0000000000000..74f39a49b27ed --- /dev/null +++ b/qa/suites/fs/shell/overrides/whitelist_health.yaml @@ -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 index 0000000000000..b4528c0f8c096 --- /dev/null +++ b/qa/suites/fs/shell/overrides/whitelist_wrongly_marked_down.yaml @@ -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 index 0000000000000..0862b4457b37a --- /dev/null +++ b/qa/suites/fs/shell/supported-random-distros$ @@ -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 index 0000000000000..a602a0353e751 --- /dev/null +++ b/qa/suites/fs/shell/tasks/.qa @@ -0,0 +1 @@ +../.qa/ \ No newline at end of file diff --git a/qa/suites/fs/basic_functional/tasks/cephfs-shell.yaml b/qa/suites/fs/shell/tasks/cephfs-shell.yaml similarity index 100% rename from qa/suites/fs/basic_functional/tasks/cephfs-shell.yaml rename to qa/suites/fs/shell/tasks/cephfs-shell.yaml -- 2.39.5