mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
Test old and new rbd formats
This commit is contained in:
parent
04ef5dcc12
commit
68f14b400a
suites
regression
basic/tasks
rbd_api_tests.yamlrbd_api_tests_old_format.yamlrbd_cli_copy.yamlrbd_cli_copy_old_format.yamlrbd_cli_import_export.yamlrbd_cli_import_export_old_format.yamlrbd_python_api_tests.yamlrbd_python_api_tests_old_format.yaml
thrash/workloads
smoke/basic/tasks
@ -5,3 +5,5 @@ tasks:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/test_librbd.sh
|
||||
env:
|
||||
RBD_FEATURES: "0"
|
||||
|
@ -0,0 +1,7 @@
|
||||
tasks:
|
||||
- ceph:
|
||||
- ceph-fuse:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/test_librbd.sh
|
@ -5,3 +5,5 @@ tasks:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/copy.sh
|
||||
env:
|
||||
RBD_CREATE_ARGS: --new-format
|
||||
|
@ -0,0 +1,7 @@
|
||||
tasks:
|
||||
- ceph:
|
||||
- ceph-fuse:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/copy.sh
|
@ -5,3 +5,5 @@ tasks:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/import_export.sh
|
||||
env:
|
||||
RBD_CREATE_ARGS: --new-format
|
||||
|
@ -0,0 +1,7 @@
|
||||
tasks:
|
||||
- ceph:
|
||||
- ceph-fuse:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/import_export.sh
|
@ -5,3 +5,5 @@ tasks:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/test_librbd_python.sh
|
||||
env:
|
||||
RBD_FEATURES: "0"
|
||||
|
@ -0,0 +1,7 @@
|
||||
tasks:
|
||||
- ceph:
|
||||
- ceph-fuse:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/test_librbd_python.sh
|
@ -4,3 +4,5 @@ tasks:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/test_librbd.sh
|
||||
env:
|
||||
RBD_FEATURES: "0"
|
||||
|
@ -5,3 +5,5 @@ tasks:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/test_librbd.sh
|
||||
env:
|
||||
RBD_FEATURES: "0"
|
||||
|
7
suites/smoke/basic/tasks/rbd_api_tests_old_format.yaml
Normal file
7
suites/smoke/basic/tasks/rbd_api_tests_old_format.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
tasks:
|
||||
- ceph:
|
||||
- ceph-fuse:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/test_librbd.sh
|
@ -5,3 +5,5 @@ tasks:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/import_export.sh
|
||||
env:
|
||||
RBD_CREATE_ARGS: --new-format
|
||||
|
@ -0,0 +1,7 @@
|
||||
tasks:
|
||||
- ceph:
|
||||
- ceph-fuse:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/import_export.sh
|
@ -5,3 +5,5 @@ tasks:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/test_librbd_python.sh
|
||||
env:
|
||||
RBD_FEATURES: "0"
|
||||
|
@ -0,0 +1,7 @@
|
||||
tasks:
|
||||
- ceph:
|
||||
- ceph-fuse:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/test_librbd_python.sh
|
Loading…
Reference in New Issue
Block a user