]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rados: add lost-unfound upgrade tests
authorSamuel Just <sjust@redhat.com>
Thu, 18 Feb 2016 18:36:43 +0000 (10:36 -0800)
committerSamuel Just <sjust@redhat.com>
Fri, 19 Feb 2016 20:28:36 +0000 (12:28 -0800)
Signed-off-by: Samuel Just <sjust@redhat.com>
suites/rados/singleton/all/ec-lost-unfound-upgrade.yaml [new file with mode: 0644]
suites/rados/singleton/all/lost-unfound-delete-upgrade.yaml [new file with mode: 0644]
suites/rados/singleton/all/lost-unfound-upgrade.yaml [new file with mode: 0644]

diff --git a/suites/rados/singleton/all/ec-lost-unfound-upgrade.yaml b/suites/rados/singleton/all/ec-lost-unfound-upgrade.yaml
new file mode 100644 (file)
index 0000000..c56db58
--- /dev/null
@@ -0,0 +1,25 @@
+roles:
+- - mon.a
+  - mon.b
+  - mon.c
+  - osd.0
+  - osd.1
+  - osd.2
+- - osd.3
+tasks:
+- install:
+    branch: infernalis
+- ceph:
+    log-whitelist:
+    - objects unfound and apparently lost
+    - wrongly marked me down
+    - objects unfound and apparently lost
+    - log bound mismatch
+    - failed to encode
+- install.upgrade:
+    mon.a:
+- print: "upgraded mon.a and friends"
+- ceph.restart:
+    daemons: [mon.a, mon.b, mon.c, osd.0, osd.1, osd.2]
+- ec_lost_unfound:
+    parallel_bench: false
diff --git a/suites/rados/singleton/all/lost-unfound-delete-upgrade.yaml b/suites/rados/singleton/all/lost-unfound-delete-upgrade.yaml
new file mode 100644 (file)
index 0000000..6c53c8b
--- /dev/null
@@ -0,0 +1,24 @@
+roles:
+- - mon.a
+  - mon.b
+  - mon.c
+  - osd.0
+  - osd.1
+- - osd.2
+tasks:
+- install:
+    branch: infernalis
+- ceph:
+    log-whitelist:
+    - objects unfound and apparently lost
+    - wrongly marked me down
+    - objects unfound and apparently lost
+    - log bound mismatch
+    - failed to encode
+- install.upgrade:
+    mon.a:
+- print: "upgraded mon.a and friends"
+- ceph.restart:
+    daemons: [mon.a, mon.b, mon.c, osd.0, osd.1]
+- rep_lost_unfound_delete:
+    parallel_bench: false
diff --git a/suites/rados/singleton/all/lost-unfound-upgrade.yaml b/suites/rados/singleton/all/lost-unfound-upgrade.yaml
new file mode 100644 (file)
index 0000000..3d78bca
--- /dev/null
@@ -0,0 +1,24 @@
+roles:
+- - mon.a
+  - mon.b
+  - mon.c
+  - osd.0
+  - osd.1
+- - osd.2
+tasks:
+- install:
+    branch: infernalis
+- ceph:
+    log-whitelist:
+    - objects unfound and apparently lost
+    - wrongly marked me down
+    - objects unfound and apparently lost
+    - log bound mismatch
+    - failed to encode
+- install.upgrade:
+    mon.a:
+- print: "upgraded mon.a and friends"
+- ceph.restart:
+    daemons: [mon.a, mon.b, mon.c, osd.0, osd.1]
+- lost_unfound:
+    parallel_bench: false