Skip to content

Fix pytest plugin bug with file storage and domains#7567

Draft
pedro-psb wants to merge 2 commits intopulp:mainfrom
pedro-psb:fix-pytest-plugin-config-domains
Draft

Fix pytest plugin bug with file storage and domains#7567
pedro-psb wants to merge 2 commits intopulp:mainfrom
pedro-psb:fix-pytest-plugin-config-domains

Conversation

@pedro-psb
Copy link
Copy Markdown
Member

@ggainey found the domain factory was failing when domains were enabled and we were using file storage.
For this case in CI for validating a solution.

@pedro-psb pedro-psb changed the title Fix pytest plugin config domains Fix pytest plugin bug with file storage and domains Apr 7, 2026

def get_installation_storage_option(key, backend):
value = pulp_settings.STORAGES["default"]["OPTIONS"].get(key)
value = pulp_settings.STORAGES["default"].get("OPTIONS", {}).get(key)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants