]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-deploy qa suite for rbd tests
authortamil <tamil.muthamizhan@inktank.com>
Tue, 19 Mar 2013 01:05:48 +0000 (18:05 -0700)
committertamil <tamil.muthamizhan@inktank.com>
Tue, 19 Mar 2013 01:05:48 +0000 (18:05 -0700)
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
suites/ceph-deploy/rbd/basic/tasks/rbd_api_tests_old_format.yaml [new file with mode: 0644]
suites/ceph-deploy/rbd/basic/tasks/rbd_cli_tests.yaml [new file with mode: 0644]
suites/ceph-deploy/rbd/basic/tasks/rbd_cls_test.yaml [new file with mode: 0644]
suites/ceph-deploy/rbd/basic/tasks/rbd_python_api_tests.yaml [new file with mode: 0644]

diff --git a/suites/ceph-deploy/rbd/basic/tasks/rbd_api_tests_old_format.yaml b/suites/ceph-deploy/rbd/basic/tasks/rbd_api_tests_old_format.yaml
new file mode 100644 (file)
index 0000000..964c7e8
--- /dev/null
@@ -0,0 +1,19 @@
+roles:
+- - mon.a
+  - mds.0
+  - osd.0
+- - mon.b
+  - osd.1
+- - client.0
+tasks:
+- install:
+     extras: yes
+- ssh_keys:
+- ceph-deploy:
+     branch:
+        dev: master
+- ceph-fuse:
+- workunit:
+     clients:
+        client.0:
+           - rbd/test_librbd.sh
diff --git a/suites/ceph-deploy/rbd/basic/tasks/rbd_cli_tests.yaml b/suites/ceph-deploy/rbd/basic/tasks/rbd_cli_tests.yaml
new file mode 100644 (file)
index 0000000..787c25d
--- /dev/null
@@ -0,0 +1,19 @@
+roles:
+- - mon.a
+  - mds.0
+  - osd.0
+- - mon.b
+  - osd.1
+- - client.0
+tasks:
+- install:
+     extras: yes
+- ssh_keys:
+- ceph-deploy:
+     branch:
+        dev: master
+- ceph-fuse:
+- workunit:
+     clients:
+        client.0:
+           - rbd/run_cli_tests.sh
diff --git a/suites/ceph-deploy/rbd/basic/tasks/rbd_cls_test.yaml b/suites/ceph-deploy/rbd/basic/tasks/rbd_cls_test.yaml
new file mode 100644 (file)
index 0000000..b7f3b23
--- /dev/null
@@ -0,0 +1,19 @@
+roles:
+- - mon.a
+  - mds.0
+  - osd.0
+- - mon.b
+  - osd.1
+- - client.0
+tasks:
+- install:
+     extras: yes
+- ssh_keys:
+- ceph-deploy:
+     branch:
+        dev: master
+- ceph-fuse:
+- workunit:
+     clients:
+        client.0:
+           - cls/test_cls_rbd.sh
diff --git a/suites/ceph-deploy/rbd/basic/tasks/rbd_python_api_tests.yaml b/suites/ceph-deploy/rbd/basic/tasks/rbd_python_api_tests.yaml
new file mode 100644 (file)
index 0000000..1738ba1
--- /dev/null
@@ -0,0 +1,20 @@
+roles:
+- - mon.a
+  - mds.0
+  - osd.0
+  - osd.1
+- - mon.b
+  - osd.2
+- - client.0
+tasks:
+- install:
+     extras: yes
+- ssh_keys:
+- ceph-deploy:
+     branch:
+        dev: master
+- ceph-fuse:
+- workunit:
+     clients:
+        client.0:
+           rbd/test_librbd_python.sh