]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/rados/test-upgarde-from-9.2.sh 8171/head
authorSage Weil <sage@redhat.com>
Wed, 16 Mar 2016 18:59:51 +0000 (14:59 -0400)
committerSage Weil <sage@redhat.com>
Wed, 16 Mar 2016 18:59:51 +0000 (14:59 -0400)
Skip certain tests when upgrading from 9.2 to x (jewel).

Signed-off-by: Sage Weil <sage@redhat.com>
qa/workunits/rados/test-upgrade-from-9.2.sh [new file with mode: 0755]

diff --git a/qa/workunits/rados/test-upgrade-from-9.2.sh b/qa/workunits/rados/test-upgrade-from-9.2.sh
new file mode 100755 (executable)
index 0000000..22dab4f
--- /dev/null
@@ -0,0 +1,23 @@
+#!/bin/sh -ex
+
+ceph_test_rados_api_aio
+ceph_test_rados_api_io
+ceph_test_rados_api_list
+ceph_test_rados_api_lock
+ceph_test_rados_api_misc
+# skip *Whiteout tests (see #15095)
+ceph_test_rados_api_tier --gtest_filter=-*Whiteout
+ceph_test_rados_api_pool
+ceph_test_rados_api_snapshots
+ceph_test_rados_api_stat
+ceph_test_rados_api_watch_notify
+ceph_test_rados_api_cmd
+ceph_test_rados_api_c_write_operations
+ceph_test_rados_api_c_read_operations
+
+ceph_test_rados_list_parallel
+ceph_test_rados_open_pools_parallel
+ceph_test_rados_delete_pools_parallel
+ceph_test_rados_watch_notify
+
+exit 0