From 53c6a8b4a750a4212717eb456d2846e2af280fb0 Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Tue, 8 May 2018 14:31:56 -0700 Subject: [PATCH] tests/qa: adding rados/.. dirs Signed-off-by: Yuri Weinstein (cherry picked from commit 9f2c485942746bdef532f762d7bc27b21533d218) Signed-off-by: Yuri Weinstein --- .../supported-random-distro$/{rhel_7.5.yaml => rhel_latest.yaml} | 0 qa/suites/rados/basic/supported-random-distro$ | 1 + qa/suites/rados/mgr/supported-random-distro$ | 1 + qa/suites/rados/monthrash/supported-random-distro$ | 1 + qa/suites/rados/multimon/supported-random-distro$ | 1 + qa/suites/rados/objectstore/% | 0 qa/suites/rados/objectstore/supported-random-distro$ | 1 + qa/suites/rados/perf/supported-random-distro$ | 1 + qa/suites/rados/rest/% | 0 qa/suites/rados/rest/supported-random-distro$ | 1 + qa/suites/rados/singleton-bluestore/supported-random-distro$ | 1 + qa/suites/rados/singleton-nomsgr/supported-random-distro$ | 1 + qa/suites/rados/singleton/supported-random-distro$ | 1 + qa/suites/rados/standalone/% | 0 qa/suites/rados/standalone/supported-random-distro$ | 1 + qa/suites/rados/standalone/{ => workloads}/crush.yaml | 0 qa/suites/rados/standalone/{ => workloads}/erasure-code.yaml | 0 qa/suites/rados/standalone/{ => workloads}/misc.yaml | 0 qa/suites/rados/standalone/{ => workloads}/mon.yaml | 0 qa/suites/rados/standalone/{ => workloads}/osd.yaml | 0 qa/suites/rados/standalone/{ => workloads}/scrub.yaml | 0 qa/suites/rados/thrash-erasure-code-big/supported-random-distro$ | 1 + qa/suites/rados/thrash-erasure-code-isa/supported | 1 - qa/suites/rados/thrash-erasure-code-isa/supported-random-distro$ | 1 + .../thrash-erasure-code-overwrites/supported-random-distro$ | 1 + .../rados/thrash-erasure-code-shec/supported-random-distro$ | 1 + qa/suites/rados/thrash-erasure-code/supported-random-distro$ | 1 + qa/suites/rados/thrash-old-clients/supported-random-distro$ | 1 + qa/suites/rados/thrash/supported-random-distro$ | 1 + .../rados/upgrade/luminous-x-singleton/supported-random-distro$ | 1 + 30 files changed, 19 insertions(+), 1 deletion(-) rename qa/distros/supported-random-distro$/{rhel_7.5.yaml => rhel_latest.yaml} (100%) create mode 120000 qa/suites/rados/basic/supported-random-distro$ create mode 120000 qa/suites/rados/mgr/supported-random-distro$ create mode 120000 qa/suites/rados/monthrash/supported-random-distro$ create mode 120000 qa/suites/rados/multimon/supported-random-distro$ create mode 100644 qa/suites/rados/objectstore/% create mode 120000 qa/suites/rados/objectstore/supported-random-distro$ create mode 120000 qa/suites/rados/perf/supported-random-distro$ create mode 100644 qa/suites/rados/rest/% create mode 120000 qa/suites/rados/rest/supported-random-distro$ create mode 120000 qa/suites/rados/singleton-bluestore/supported-random-distro$ create mode 120000 qa/suites/rados/singleton-nomsgr/supported-random-distro$ create mode 120000 qa/suites/rados/singleton/supported-random-distro$ create mode 100644 qa/suites/rados/standalone/% create mode 120000 qa/suites/rados/standalone/supported-random-distro$ rename qa/suites/rados/standalone/{ => workloads}/crush.yaml (100%) rename qa/suites/rados/standalone/{ => workloads}/erasure-code.yaml (100%) rename qa/suites/rados/standalone/{ => workloads}/misc.yaml (100%) rename qa/suites/rados/standalone/{ => workloads}/mon.yaml (100%) rename qa/suites/rados/standalone/{ => workloads}/osd.yaml (100%) rename qa/suites/rados/standalone/{ => workloads}/scrub.yaml (100%) create mode 120000 qa/suites/rados/thrash-erasure-code-big/supported-random-distro$ delete mode 120000 qa/suites/rados/thrash-erasure-code-isa/supported create mode 120000 qa/suites/rados/thrash-erasure-code-isa/supported-random-distro$ create mode 120000 qa/suites/rados/thrash-erasure-code-overwrites/supported-random-distro$ create mode 120000 qa/suites/rados/thrash-erasure-code-shec/supported-random-distro$ create mode 120000 qa/suites/rados/thrash-erasure-code/supported-random-distro$ create mode 120000 qa/suites/rados/thrash-old-clients/supported-random-distro$ create mode 120000 qa/suites/rados/thrash/supported-random-distro$ create mode 120000 qa/suites/rados/upgrade/luminous-x-singleton/supported-random-distro$ diff --git a/qa/distros/supported-random-distro$/rhel_7.5.yaml b/qa/distros/supported-random-distro$/rhel_latest.yaml similarity index 100% rename from qa/distros/supported-random-distro$/rhel_7.5.yaml rename to qa/distros/supported-random-distro$/rhel_latest.yaml diff --git a/qa/suites/rados/basic/supported-random-distro$ b/qa/suites/rados/basic/supported-random-distro$ new file mode 120000 index 00000000000..072fd838584 --- /dev/null +++ b/qa/suites/rados/basic/supported-random-distro$ @@ -0,0 +1 @@ +../../../distros/supported-random-distro$/ \ No newline at end of file diff --git a/qa/suites/rados/mgr/supported-random-distro$ b/qa/suites/rados/mgr/supported-random-distro$ new file mode 120000 index 00000000000..7cef21eeffd --- /dev/null +++ b/qa/suites/rados/mgr/supported-random-distro$ @@ -0,0 +1 @@ +../basic/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rados/monthrash/supported-random-distro$ b/qa/suites/rados/monthrash/supported-random-distro$ new file mode 120000 index 00000000000..7cef21eeffd --- /dev/null +++ b/qa/suites/rados/monthrash/supported-random-distro$ @@ -0,0 +1 @@ +../basic/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rados/multimon/supported-random-distro$ b/qa/suites/rados/multimon/supported-random-distro$ new file mode 120000 index 00000000000..7cef21eeffd --- /dev/null +++ b/qa/suites/rados/multimon/supported-random-distro$ @@ -0,0 +1 @@ +../basic/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rados/objectstore/% b/qa/suites/rados/objectstore/% new file mode 100644 index 00000000000..e69de29bb2d diff --git a/qa/suites/rados/objectstore/supported-random-distro$ b/qa/suites/rados/objectstore/supported-random-distro$ new file mode 120000 index 00000000000..7cef21eeffd --- /dev/null +++ b/qa/suites/rados/objectstore/supported-random-distro$ @@ -0,0 +1 @@ +../basic/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rados/perf/supported-random-distro$ b/qa/suites/rados/perf/supported-random-distro$ new file mode 120000 index 00000000000..7cef21eeffd --- /dev/null +++ b/qa/suites/rados/perf/supported-random-distro$ @@ -0,0 +1 @@ +../basic/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rados/rest/% b/qa/suites/rados/rest/% new file mode 100644 index 00000000000..e69de29bb2d diff --git a/qa/suites/rados/rest/supported-random-distro$ b/qa/suites/rados/rest/supported-random-distro$ new file mode 120000 index 00000000000..7cef21eeffd --- /dev/null +++ b/qa/suites/rados/rest/supported-random-distro$ @@ -0,0 +1 @@ +../basic/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rados/singleton-bluestore/supported-random-distro$ b/qa/suites/rados/singleton-bluestore/supported-random-distro$ new file mode 120000 index 00000000000..7cef21eeffd --- /dev/null +++ b/qa/suites/rados/singleton-bluestore/supported-random-distro$ @@ -0,0 +1 @@ +../basic/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rados/singleton-nomsgr/supported-random-distro$ b/qa/suites/rados/singleton-nomsgr/supported-random-distro$ new file mode 120000 index 00000000000..7cef21eeffd --- /dev/null +++ b/qa/suites/rados/singleton-nomsgr/supported-random-distro$ @@ -0,0 +1 @@ +../basic/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rados/singleton/supported-random-distro$ b/qa/suites/rados/singleton/supported-random-distro$ new file mode 120000 index 00000000000..7cef21eeffd --- /dev/null +++ b/qa/suites/rados/singleton/supported-random-distro$ @@ -0,0 +1 @@ +../basic/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rados/standalone/% b/qa/suites/rados/standalone/% new file mode 100644 index 00000000000..e69de29bb2d diff --git a/qa/suites/rados/standalone/supported-random-distro$ b/qa/suites/rados/standalone/supported-random-distro$ new file mode 120000 index 00000000000..7cef21eeffd --- /dev/null +++ b/qa/suites/rados/standalone/supported-random-distro$ @@ -0,0 +1 @@ +../basic/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rados/standalone/crush.yaml b/qa/suites/rados/standalone/workloads/crush.yaml similarity index 100% rename from qa/suites/rados/standalone/crush.yaml rename to qa/suites/rados/standalone/workloads/crush.yaml diff --git a/qa/suites/rados/standalone/erasure-code.yaml b/qa/suites/rados/standalone/workloads/erasure-code.yaml similarity index 100% rename from qa/suites/rados/standalone/erasure-code.yaml rename to qa/suites/rados/standalone/workloads/erasure-code.yaml diff --git a/qa/suites/rados/standalone/misc.yaml b/qa/suites/rados/standalone/workloads/misc.yaml similarity index 100% rename from qa/suites/rados/standalone/misc.yaml rename to qa/suites/rados/standalone/workloads/misc.yaml diff --git a/qa/suites/rados/standalone/mon.yaml b/qa/suites/rados/standalone/workloads/mon.yaml similarity index 100% rename from qa/suites/rados/standalone/mon.yaml rename to qa/suites/rados/standalone/workloads/mon.yaml diff --git a/qa/suites/rados/standalone/osd.yaml b/qa/suites/rados/standalone/workloads/osd.yaml similarity index 100% rename from qa/suites/rados/standalone/osd.yaml rename to qa/suites/rados/standalone/workloads/osd.yaml diff --git a/qa/suites/rados/standalone/scrub.yaml b/qa/suites/rados/standalone/workloads/scrub.yaml similarity index 100% rename from qa/suites/rados/standalone/scrub.yaml rename to qa/suites/rados/standalone/workloads/scrub.yaml diff --git a/qa/suites/rados/thrash-erasure-code-big/supported-random-distro$ b/qa/suites/rados/thrash-erasure-code-big/supported-random-distro$ new file mode 120000 index 00000000000..7cef21eeffd --- /dev/null +++ b/qa/suites/rados/thrash-erasure-code-big/supported-random-distro$ @@ -0,0 +1 @@ +../basic/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-isa/supported b/qa/suites/rados/thrash-erasure-code-isa/supported deleted file mode 120000 index c5d59352cb5..00000000000 --- a/qa/suites/rados/thrash-erasure-code-isa/supported +++ /dev/null @@ -1 +0,0 @@ -../../../distros/supported \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-isa/supported-random-distro$ b/qa/suites/rados/thrash-erasure-code-isa/supported-random-distro$ new file mode 120000 index 00000000000..7cef21eeffd --- /dev/null +++ b/qa/suites/rados/thrash-erasure-code-isa/supported-random-distro$ @@ -0,0 +1 @@ +../basic/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-overwrites/supported-random-distro$ b/qa/suites/rados/thrash-erasure-code-overwrites/supported-random-distro$ new file mode 120000 index 00000000000..7cef21eeffd --- /dev/null +++ b/qa/suites/rados/thrash-erasure-code-overwrites/supported-random-distro$ @@ -0,0 +1 @@ +../basic/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-shec/supported-random-distro$ b/qa/suites/rados/thrash-erasure-code-shec/supported-random-distro$ new file mode 120000 index 00000000000..7cef21eeffd --- /dev/null +++ b/qa/suites/rados/thrash-erasure-code-shec/supported-random-distro$ @@ -0,0 +1 @@ +../basic/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code/supported-random-distro$ b/qa/suites/rados/thrash-erasure-code/supported-random-distro$ new file mode 120000 index 00000000000..7cef21eeffd --- /dev/null +++ b/qa/suites/rados/thrash-erasure-code/supported-random-distro$ @@ -0,0 +1 @@ +../basic/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rados/thrash-old-clients/supported-random-distro$ b/qa/suites/rados/thrash-old-clients/supported-random-distro$ new file mode 120000 index 00000000000..7cef21eeffd --- /dev/null +++ b/qa/suites/rados/thrash-old-clients/supported-random-distro$ @@ -0,0 +1 @@ +../basic/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rados/thrash/supported-random-distro$ b/qa/suites/rados/thrash/supported-random-distro$ new file mode 120000 index 00000000000..7cef21eeffd --- /dev/null +++ b/qa/suites/rados/thrash/supported-random-distro$ @@ -0,0 +1 @@ +../basic/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rados/upgrade/luminous-x-singleton/supported-random-distro$ b/qa/suites/rados/upgrade/luminous-x-singleton/supported-random-distro$ new file mode 120000 index 00000000000..aaf8de5d485 --- /dev/null +++ b/qa/suites/rados/upgrade/luminous-x-singleton/supported-random-distro$ @@ -0,0 +1 @@ +../../../../distros/supported-random-distro$/ \ No newline at end of file -- 2.47.3