Actions
Test #4854
closedTest publication creation endpoint accepts either repository or repository_version
Version:
Platform Release:
Tags:
Sprint:
Quarter:
Description
Explore endpoint https://docs.pulpproject.org/en/3.0/nightly/restapi.html#operation/publications_file_file_create
When creating a publication either a repository or repository_version should be provided. Providing both at same time it will raise an exception.
Related issues
Updated by kersom over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to kersom
Updated by kersom over 5 years ago
- Related to Test #4839: CRUD PublicationDistribution added
Added by kersom over 5 years ago
Updated by kersom over 5 years ago
- Status changed from ASSIGNED to MODIFIED
Applied in changeset pulpcore|16726e15f92582ed488e4f26caa008dc451da7f9.
Updated by kersom over 5 years ago
- Status changed from MODIFIED to CLOSED - COMPLETE
Updated by kersom over 5 years ago
- Related to Test #4874: Test create a Publication using a Repository Version added
Actions
Assert HTTP raised when created publicaion with repo and repo_version
Add test to assert that an HTTP exception is raised when creating publication with repository and repository_version.
#4854