]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: add tests for immutable object cache
authorYin Congmin <congmin.yin@intel.com>
Fri, 8 May 2020 17:36:12 +0000 (01:36 +0800)
committerJason Dillaman <dillaman@redhat.com>
Wed, 1 Jul 2020 18:19:59 +0000 (14:19 -0400)
commit25f1f62cba5a7eab86abda957f9b4c2d767da553
tree5d3e9fe8a7971fcd7d03b17d2116801d42e7eb73
parent33dd9ea3057313f84088e9a99020d1cfc28cdeec
qa: add tests for immutable object cache

based on qemu task, use immutable_object_cache task to test parent cache
based on rbd_fio task, use immutable_object_cache task to test parent cache

Signed-off-by: Yin Congmin <congmin.yin@intel.com>
Signed-off-by: Feng Hualong <hualong.feng@intel.com>
14 files changed:
qa/suites/rbd/immutable-object-cache/% [new file with mode: 0644]
qa/suites/rbd/immutable-object-cache/.qa [new symlink]
qa/suites/rbd/immutable-object-cache/clusters/+ [new file with mode: 0644]
qa/suites/rbd/immutable-object-cache/clusters/.qa [new symlink]
qa/suites/rbd/immutable-object-cache/clusters/fix-2.yaml [new file with mode: 0644]
qa/suites/rbd/immutable-object-cache/clusters/openstack.yaml [new file with mode: 0644]
qa/suites/rbd/immutable-object-cache/pool/ceph_and_immutable_object_cache.yaml [new file with mode: 0644]
qa/suites/rbd/immutable-object-cache/supported-random-distro$ [new symlink]
qa/suites/rbd/immutable-object-cache/workloads/.qa [new symlink]
qa/suites/rbd/immutable-object-cache/workloads/fio_on_immutable_object_cache.yaml [new file with mode: 0644]
qa/suites/rbd/immutable-object-cache/workloads/qemu_on_immutable_object_cache_and_thrash.yaml [new file with mode: 0644]
qa/tasks/immutable_object_cache.py [new file with mode: 0644]
qa/tasks/immutable_object_cache_thrash.py [new file with mode: 0644]
qa/tasks/rbd_fio.py