From: Josh Durgin Date: Wed, 26 Oct 2016 23:33:53 +0000 (-0700) Subject: qa: remove EnumerateObjects from librados upgrade tests X-Git-Tag: v10.2.4~10^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=779af22fc920f1fdfdd3fa2b01d8587088372bd4;p=ceph.git qa: remove EnumerateObjects from librados upgrade tests These rely on new rados functionality not present in jewel Signed-off-by: Josh Durgin --- diff --git a/qa/workunits/rados/test-upgrade-v11.0.0.sh b/qa/workunits/rados/test-upgrade-v11.0.0.sh index f769c8919ef02..c716a561aad17 100755 --- a/qa/workunits/rados/test-upgrade-v11.0.0.sh +++ b/qa/workunits/rados/test-upgrade-v11.0.0.sh @@ -14,7 +14,8 @@ trap cleanup EXIT ERR HUP INT QUIT pids="" for f in \ 'api_aio --gtest_filter=-LibRadosAio.RacingRemovePP' \ - api_io api_list api_lock api_misc \ + 'api_list --gtest_filter=-LibRadosList*.EnumerateObjects*' \ + api_io api_lock api_misc \ api_tier api_pool api_snapshots api_stat api_watch_notify api_cmd \ api_c_write_operations \ api_c_read_operations \