]> 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>
Thu, 27 Aug 2020 17:56:05 +0000 (13:56 -0400)
commit208eeac19270d64c8773cdddac2dddb27ad04171
treee4a236f1e3ea71364599a53ba41d982a6dee734c
parenta1b9620fea8d33432203e6aa143441c215e8a244
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>
(cherry picked from commit 25f1f62cba5a7eab86abda957f9b4c2d767da553)
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