]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: remove EnumerateObjects from librados upgrade tests 11728/head
authorJosh Durgin <jdurgin@redhat.com>
Wed, 26 Oct 2016 23:33:53 +0000 (16:33 -0700)
committerJosh Durgin <jdurgin@redhat.com>
Wed, 26 Oct 2016 23:33:53 +0000 (16:33 -0700)
These rely on new rados functionality not present in jewel

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
qa/workunits/rados/test-upgrade-v11.0.0.sh

index f769c8919ef026281ecfa85c04b8898de880d68e..c716a561aad175e709799523fbcdace010124f7f 100755 (executable)
@@ -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 \