From 16e564ec8dea1649888847102ea39fa082e4d3f2 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Fri, 3 Oct 2014 23:55:05 +0200 Subject: [PATCH] erasure-code: isa plugin thrashods suite Add the distros directory which enumerates the os_type and os_version on which the suite is to run. http://tracker.ceph.com/issues/9660 Fixes: #9660 Signed-off-by: Loic Dachary --- suites/rados/thrash-erasure-code-isa/% | 0 suites/rados/thrash-erasure-code-isa/clusters | 1 + suites/rados/thrash-erasure-code-isa/distros/rhel_7.0.yaml | 3 +++ suites/rados/thrash-erasure-code-isa/distros/ubuntu_14.04.yaml | 3 +++ suites/rados/thrash-erasure-code-isa/fs | 1 + suites/rados/thrash-erasure-code-isa/msgr-failures | 1 + suites/rados/thrash-erasure-code-isa/thrashers | 1 + .../workloads/ec-rados-plugin=isa-k=2-m=1.yaml | 1 + 8 files changed, 11 insertions(+) create mode 100644 suites/rados/thrash-erasure-code-isa/% create mode 120000 suites/rados/thrash-erasure-code-isa/clusters create mode 100644 suites/rados/thrash-erasure-code-isa/distros/rhel_7.0.yaml create mode 100644 suites/rados/thrash-erasure-code-isa/distros/ubuntu_14.04.yaml create mode 120000 suites/rados/thrash-erasure-code-isa/fs create mode 120000 suites/rados/thrash-erasure-code-isa/msgr-failures create mode 120000 suites/rados/thrash-erasure-code-isa/thrashers create mode 120000 suites/rados/thrash-erasure-code-isa/workloads/ec-rados-plugin=isa-k=2-m=1.yaml diff --git a/suites/rados/thrash-erasure-code-isa/% b/suites/rados/thrash-erasure-code-isa/% new file mode 100644 index 00000000000..e69de29bb2d diff --git a/suites/rados/thrash-erasure-code-isa/clusters b/suites/rados/thrash-erasure-code-isa/clusters new file mode 120000 index 00000000000..7aac47be3e6 --- /dev/null +++ b/suites/rados/thrash-erasure-code-isa/clusters @@ -0,0 +1 @@ +../thrash/clusters \ No newline at end of file diff --git a/suites/rados/thrash-erasure-code-isa/distros/rhel_7.0.yaml b/suites/rados/thrash-erasure-code-isa/distros/rhel_7.0.yaml new file mode 100644 index 00000000000..be14f235340 --- /dev/null +++ b/suites/rados/thrash-erasure-code-isa/distros/rhel_7.0.yaml @@ -0,0 +1,3 @@ +os_type: rhel +os_version: "7.0" +arch: x86_64 diff --git a/suites/rados/thrash-erasure-code-isa/distros/ubuntu_14.04.yaml b/suites/rados/thrash-erasure-code-isa/distros/ubuntu_14.04.yaml new file mode 100644 index 00000000000..12d479fc32c --- /dev/null +++ b/suites/rados/thrash-erasure-code-isa/distros/ubuntu_14.04.yaml @@ -0,0 +1,3 @@ +os_type: ubuntu +os_version: "14.04" +arch: x86_64 diff --git a/suites/rados/thrash-erasure-code-isa/fs b/suites/rados/thrash-erasure-code-isa/fs new file mode 120000 index 00000000000..c11782e0462 --- /dev/null +++ b/suites/rados/thrash-erasure-code-isa/fs @@ -0,0 +1 @@ +../thrash/fs \ No newline at end of file diff --git a/suites/rados/thrash-erasure-code-isa/msgr-failures b/suites/rados/thrash-erasure-code-isa/msgr-failures new file mode 120000 index 00000000000..03689aa44a3 --- /dev/null +++ b/suites/rados/thrash-erasure-code-isa/msgr-failures @@ -0,0 +1 @@ +../thrash/msgr-failures \ No newline at end of file diff --git a/suites/rados/thrash-erasure-code-isa/thrashers b/suites/rados/thrash-erasure-code-isa/thrashers new file mode 120000 index 00000000000..f461dadc3f2 --- /dev/null +++ b/suites/rados/thrash-erasure-code-isa/thrashers @@ -0,0 +1 @@ +../thrash/thrashers \ No newline at end of file diff --git a/suites/rados/thrash-erasure-code-isa/workloads/ec-rados-plugin=isa-k=2-m=1.yaml b/suites/rados/thrash-erasure-code-isa/workloads/ec-rados-plugin=isa-k=2-m=1.yaml new file mode 120000 index 00000000000..9d32cd811c1 --- /dev/null +++ b/suites/rados/thrash-erasure-code-isa/workloads/ec-rados-plugin=isa-k=2-m=1.yaml @@ -0,0 +1 @@ +../../../../erasure-code/ec-rados-plugin=isa-k=2-m=1.yaml \ No newline at end of file