]> git.apps.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)
committerMatt Benjamin <mbenjamin@redhat.com>
Mon, 25 Jan 2021 21:46:04 +0000 (16:46 -0500)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/suites/rgw/verify/tasks/cls.yaml
qa/workunits/rgw/test_librgw_file.sh [new file with mode: 0755]

index 070c88d705ccf77851964e20a14bf765fdf3f878..c840842d0d2759d5bbd82e3a5de40864c13f4682 100644 (file)
@@ -15,3 +15,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