20839: Replace arvados.util.list_all calls throughout
authorBrett Smith <brett.smith@curii.com>
Sun, 27 Aug 2023 02:01:32 +0000 (22:01 -0400)
committerBrett Smith <brett.smith@curii.com>
Mon, 28 Aug 2023 19:39:18 +0000 (15:39 -0400)
commit2f5d32c82d865c6760fd857a2bef235592f4e4a8
treeb69a338605bf2f0ba89e965a83e71aacc937e7ed
parentb1fb83ab538f6690822c16e5d08264278cb5942b
20839: Replace arvados.util.list_all calls throughout

In preparation to deprecate this function. This does leave a couple
calls in arv-docker-migrate19, but that command will also be deprecated
and removed at least as soon as the function.

The changes to the the sdk/cwl/tests/test_submit.py mocks are necessary
because of mechanical differences between list_all and keyset_list_all.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

test fixup

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
sdk/cwl/tests/test_submit.py
sdk/python/arvados/commands/arv_copy.py
sdk/python/arvados/commands/federation_migrate.py
sdk/python/arvados/commands/keepdocker.py