From 4b229f71caee6ae2b0eb6104e604545f2afe4514 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Thu, 6 Feb 2014 18:12:54 -0800 Subject: [PATCH] qa: add librados c object operations tests to librados test script Signed-off-by: Josh Durgin --- qa/workunits/rados/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/workunits/rados/test.sh b/qa/workunits/rados/test.sh index a2066f4f40c2..57aa45e4d54c 100755 --- a/qa/workunits/rados/test.sh +++ b/qa/workunits/rados/test.sh @@ -11,6 +11,8 @@ 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 -- 2.47.3