Actions
Issue #6363
closedFailing Functional Test "test_publish_signed_repo_metadata"
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 69
Quarter:
Description
self = <pulp_rpm.tests.functional.api.test_consume_content.ConsumeSignedRepomdTestCase testMethod=test_publish_signed_repo_metadata>
def create_distribution(self):
"""Create a distribution with a repository that contains a signing service."""
metadata_signing_service = self.api_client.using_handler(api.page_handler).get(
'pulp/api/v3/signing-services/'
> )[0]
E IndexError: list index out of range
functional/api/test_consume_content.py:118: IndexError
Actions
Import a signing key and create a service if not present
In addition to that, the docs scripts were updated too to make it possible to run the test docs_check_install_with_signed_repodata.sh without any errors.
closes #6363 https://pulp.plan.io/issues/6363