glance/glance/tests/unit
Stephen Finucane d409b27a79 tests: Enable SQLAlchemy 2.0 deprecation warnings
Well, sort of. We enable them but immediately filter out the ones we're
actually seeing, the rationale being that we can address these in a
piecemeal fashion without the risk of introducing new issues.

There's a lot more to be done here. However, the work done in oslo.db
[1] and other projects should provide a guide for how to resolve the
outstanding issues.

[1] https://review.opendev.org/q/topic:%2522sqlalchemy-20%2522+project:openstack/oslo.db

Change-Id: I7a59714b104659b64f46f4c1437cfc4018356815
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2023-07-24 17:29:01 +01:00
..
api tests: Use WarningsFixture in all tests 2023-07-24 17:14:15 +01:00
async_ Enforce image safety during image_conversion 2022-12-19 15:26:49 +00:00
cmd Remove unused option "owner_is_tenant" 2021-02-11 16:17:10 +01:00
common tests: Use WarningsFixture in all tests 2023-07-24 17:14:15 +01:00
image_cache Use unittest.mock instead of third party mock 2020-04-20 15:07:00 +00:00
keymgr Delete secret key on image deletion 2019-09-05 03:16:39 +02:00
v2 Remove deprecated ``enforce_secure_rbac`` option 2023-02-16 11:12:59 +00:00
__init__.py Empty files shouldn't contain copyright nor license 2013-12-24 22:39:05 -06:00
base.py Extending stores-detail API 2022-08-23 14:42:53 +00:00
fake_rados.py Fixes rbd _delete_image snapshot with missing image 2013-10-07 23:15:49 +01:00
fixtures.py tests: Enable SQLAlchemy 2.0 deprecation warnings 2023-07-24 17:29:01 +01:00
test_auth.py Remove dead code of auth and policy layers 2022-06-14 10:15:55 +00:00
test_cache_manage.py Fix broken glance-cache-manage utility 2020-07-23 07:04:52 +00:00
test_cache_middleware.py tests: Use WarningsFixture in all tests 2023-07-24 17:14:15 +01:00
test_cached_images.py Cache management API endpoints 2022-02-14 15:14:17 +00:00
test_context.py Remove six.moves.range usage 2022-01-27 14:54:05 +00:00
test_context_middleware.py Remove 'admin_role' option 2020-11-24 20:31:21 -05:00
test_data_migration_framework.py Use unittest.mock instead of third party mock 2020-04-20 15:07:00 +00:00
test_db.py Fix E741 issues 2023-01-16 12:01:06 +01:00
test_db_metadef.py Fix overwriting of existing tags while creating new tags 2022-02-16 05:45:06 +00:00
test_domain.py Utilize newly added tasks database fields 2021-02-24 05:17:43 +00:00
test_domain_proxy.py Remove six.moves.range usage 2022-01-27 14:54:05 +00:00
test_gateway.py Remove dead code of auth and policy layers 2022-06-14 10:15:55 +00:00
test_glance_manage.py glance-manage can purge all deleted rows 2022-05-05 17:31:35 +03:00
test_glance_replicator.py Remove remaining six.moves usage 2022-01-27 16:37:11 +00:00
test_housekeeping.py Add housekeeping module and staging cleaner 2021-03-03 14:36:46 -08:00
test_image_cache.py Remove dead code of auth and policy layers 2022-06-14 10:15:55 +00:00
test_manage.py Replace six.BytesIO, six.StringIO usage 2022-01-27 14:54:05 +00:00
test_misc.py Remove final six usage 2022-01-27 16:37:20 +00:00
test_notifier.py Utilize newly added tasks database fields 2021-02-24 05:17:43 +00:00
test_policy.py Merge "Allow easier admin override in policies" 2023-05-04 00:35:34 +00:00
test_quota.py Remove six.moves.range usage 2022-01-27 14:54:05 +00:00
test_schema.py Fix assertEqual arguments order 2014-09-19 00:25:18 +08:00
test_scrubber.py Remove six.moves.range usage 2022-01-27 14:54:05 +00:00
test_store_image.py Further robustification of format_inspector 2022-11-15 13:25:54 -08:00
test_store_location.py Use unittest.mock instead of third party mock 2020-04-20 15:07:00 +00:00
test_test_utils.py Add FakeData generator test utility 2020-08-24 06:41:13 -07:00
test_versions.py Remove secure_proxy_ssl_header opt from Glance 2022-07-13 17:31:36 +00:00
utils.py Enabled new defaults and scope checks by default 2023-02-16 11:11:31 +00:00