mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
upgrade: restructure rbd tests
- expand matrix - include branch: bobtail in first set of tests so that we run the right version of the test
This commit is contained in:
parent
1e449d44e3
commit
f3b7db1a25
14
suites/upgrade/rbd/a/start.yaml
Normal file
14
suites/upgrade/rbd/a/start.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
roles:
|
||||
- - mon.a
|
||||
- mds.a
|
||||
- osd.0
|
||||
- osd.1
|
||||
- - mon.b
|
||||
- mon.c
|
||||
- osd.2
|
||||
- osd.3
|
||||
- - client.0
|
||||
tasks:
|
||||
- install:
|
||||
branch: bobtail
|
||||
- ceph:
|
8
suites/upgrade/rbd/b/import_export.yaml
Normal file
8
suites/upgrade/rbd/b/import_export.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
tasks:
|
||||
- workunit:
|
||||
branch: bobtail
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/import_export.sh
|
||||
env:
|
||||
RBD_CREATE_ARGS: --new-format
|
6
suites/upgrade/rbd/b/python.yaml
Normal file
6
suites/upgrade/rbd/b/python.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
tasks:
|
||||
- workunit:
|
||||
branch: bobtail
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/test_librbd_python.sh
|
4
suites/upgrade/rbd/c/upgrade.yaml
Normal file
4
suites/upgrade/rbd/c/upgrade.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
tasks:
|
||||
- install.upgrade:
|
||||
all:
|
||||
branch: next
|
2
suites/upgrade/rbd/d/mon-osd-mds.yaml
Normal file
2
suites/upgrade/rbd/d/mon-osd-mds.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
tasks:
|
||||
- ceph.restart: [mon.a, mon.b, mon.c, osd.0, osd.1, osd.2, osd.3, mds.a]
|
2
suites/upgrade/rbd/d/osd-mon-mds.yaml
Normal file
2
suites/upgrade/rbd/d/osd-mon-mds.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
tasks:
|
||||
- ceph.restart: [osd.0, osd.1, osd.2, osd.3, mon.a, mon.b, mon.c, mds.a]
|
5
suites/upgrade/rbd/e/api.yaml
Normal file
5
suites/upgrade/rbd/e/api.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
tasks:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/test_librbd.sh
|
5
suites/upgrade/rbd/e/cls.yaml
Normal file
5
suites/upgrade/rbd/e/cls.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
tasks:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- cls/test_cls_rbd.sh
|
7
suites/upgrade/rbd/e/import-export.yaml
Normal file
7
suites/upgrade/rbd/e/import-export.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
tasks:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/import_export.sh
|
||||
env:
|
||||
RBD_CREATE_ARGS: --new-format
|
5
suites/upgrade/rbd/e/python.yaml
Normal file
5
suites/upgrade/rbd/e/python.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
tasks:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/test_librbd_python.sh
|
@ -1,30 +0,0 @@
|
||||
roles:
|
||||
- - mon.a
|
||||
- mds.a
|
||||
- osd.0
|
||||
- osd.1
|
||||
- - mon.b
|
||||
- mon.c
|
||||
- osd.2
|
||||
- osd.3
|
||||
- - client.0
|
||||
tasks:
|
||||
- install:
|
||||
branch: bobtail
|
||||
- ceph:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/import_export.sh
|
||||
env:
|
||||
RBD_CREATE_ARGS: --new-format
|
||||
- install.upgrade:
|
||||
all:
|
||||
branch: next
|
||||
- ceph.restart: [mds.a, osd.0, osd.1, osd.2, osd.3, mon.a, mon.b, mon.c]
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/import_export.sh
|
||||
env:
|
||||
RBD_CREATE_ARGS: --new-format
|
@ -1,26 +0,0 @@
|
||||
roles:
|
||||
- - mon.a
|
||||
- mds.a
|
||||
- osd.0
|
||||
- osd.1
|
||||
- - mon.b
|
||||
- mon.c
|
||||
- osd.2
|
||||
- osd.3
|
||||
- - client.0
|
||||
tasks:
|
||||
- install:
|
||||
branch: bobtail
|
||||
- ceph:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- cls/test_cls_rbd.sh
|
||||
- install.upgrade:
|
||||
all:
|
||||
branch: next
|
||||
- ceph.restart: [mds.a, mon.a, mon.b, mon.c, osd.0, osd.1, osd.2, osd.3]
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/test_librbd.sh
|
@ -1,26 +0,0 @@
|
||||
roles:
|
||||
- - mon.a
|
||||
- mds.a
|
||||
- osd.0
|
||||
- osd.1
|
||||
- - mon.b
|
||||
- mon.c
|
||||
- osd.2
|
||||
- osd.3
|
||||
- - client.0
|
||||
tasks:
|
||||
- install:
|
||||
branch: bobtail
|
||||
- ceph:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/run_cli_tests.sh
|
||||
- install.upgrade:
|
||||
all:
|
||||
branch: next
|
||||
- ceph.restart: [mon.a, mon.b, mon.c, mds.a, osd.0, osd.1, osd.2, osd.3]
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/test_librbd.sh
|
@ -1,26 +0,0 @@
|
||||
roles:
|
||||
- - mon.a
|
||||
- mds.a
|
||||
- osd.0
|
||||
- osd.1
|
||||
- - mon.b
|
||||
- mon.c
|
||||
- osd.2
|
||||
- osd.3
|
||||
- - client.0
|
||||
tasks:
|
||||
- install:
|
||||
branch: bobtail
|
||||
- ceph:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/test_librbd_python.sh
|
||||
- install.upgrade:
|
||||
all:
|
||||
branch: next
|
||||
- ceph.restart: [mon.a, mon.b, mon.c, osd.0, osd.1, osd.2, osd.3, mds.a]
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/test_librbd.sh
|
@ -1,26 +0,0 @@
|
||||
roles:
|
||||
- - mon.a
|
||||
- mds.a
|
||||
- osd.0
|
||||
- osd.1
|
||||
- - mon.b
|
||||
- mon.c
|
||||
- osd.2
|
||||
- osd.3
|
||||
- - client.0
|
||||
tasks:
|
||||
- install:
|
||||
branch: bobtail
|
||||
- ceph:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/test_librbd_python.sh
|
||||
- install.upgrade:
|
||||
all:
|
||||
branch: next
|
||||
- ceph.restart: [osd.0, osd.1, osd.2, osd.3, mon.a, mon.b, mon.c, mds.a]
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/test_librbd_python.sh
|
@ -1,26 +0,0 @@
|
||||
roles:
|
||||
- - mon.a
|
||||
- mds.a
|
||||
- osd.0
|
||||
- osd.1
|
||||
- - mon.b
|
||||
- mon.c
|
||||
- osd.2
|
||||
- osd.3
|
||||
- - client.0
|
||||
tasks:
|
||||
- install:
|
||||
branch: bobtail
|
||||
- ceph:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- cls/test_cls_rbd.sh
|
||||
- install.upgrade:
|
||||
all:
|
||||
branch: next
|
||||
- ceph.restart: [osd.0, osd.1, osd.2, osd.3, mds.a, mon.a, mon.b, mon.c]
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/test_librbd.sh
|
Loading…
Reference in New Issue
Block a user