]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: add librgw_file unit tests to rgw/verify task
authorCasey Bodley <cbodley@redhat.com>
Fri, 18 Sep 2020 16:15:10 +0000 (12:15 -0400)
committersinguliere <singuliere@autistici.org>
Fri, 19 Mar 2021 18:21:17 +0000 (19:21 +0100)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 85641ac3e68ecbac1d92c5c015464d375a7253bc)

qa/suites/rgw/verify/tasks/cls.yaml
qa/workunits/rgw/test_librgw_file.sh [new file with mode: 0755]

index d9c86bf93d4691f36a35b0ea563baf6b72bb1c93..beabc321356a06916a609bcf1b66c7f9ddf4413a 100644 (file)
@@ -11,3 +11,4 @@ tasks:
         - rgw/test_rgw_gc_log.sh
         - rgw/test_rgw_obj.sh
         - rgw/test_rgw_throttle.sh
+        - rgw/test_librgw_file.sh
diff --git a/qa/workunits/rgw/test_librgw_file.sh b/qa/workunits/rgw/test_librgw_file.sh
new file mode 100755 (executable)
index 0000000..466f5e6
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+ceph_test_librgw_file
+ceph_test_librgw_file_aw
+ceph_test_librgw_file_cd
+ceph_test_librgw_file_gp
+ceph_test_librgw_file_marker
+ceph_test_librgw_file_nfsns
+
+exit 0