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:
Sage Weil 2013-04-28 10:24:04 -07:00
parent 1e449d44e3
commit f3b7db1a25
16 changed files with 58 additions and 160 deletions

View 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:

View File

@ -0,0 +1,8 @@
tasks:
- workunit:
branch: bobtail
clients:
client.0:
- rbd/import_export.sh
env:
RBD_CREATE_ARGS: --new-format

View File

@ -0,0 +1,6 @@
tasks:
- workunit:
branch: bobtail
clients:
client.0:
- rbd/test_librbd_python.sh

View File

@ -0,0 +1,4 @@
tasks:
- install.upgrade:
all:
branch: next

View File

@ -0,0 +1,2 @@
tasks:
- ceph.restart: [mon.a, mon.b, mon.c, osd.0, osd.1, osd.2, osd.3, mds.a]

View File

@ -0,0 +1,2 @@
tasks:
- ceph.restart: [osd.0, osd.1, osd.2, osd.3, mon.a, mon.b, mon.c, mds.a]

View File

@ -0,0 +1,5 @@
tasks:
- workunit:
clients:
client.0:
- rbd/test_librbd.sh

View File

@ -0,0 +1,5 @@
tasks:
- workunit:
clients:
client.0:
- cls/test_cls_rbd.sh

View File

@ -0,0 +1,7 @@
tasks:
- workunit:
clients:
client.0:
- rbd/import_export.sh
env:
RBD_CREATE_ARGS: --new-format

View File

@ -0,0 +1,5 @@
tasks:
- workunit:
clients:
client.0:
- rbd/test_librbd_python.sh

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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