Actions
Test #4721
closedTest simple content copy
Status:
CLOSED - COMPLETE
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Version:
Platform Release:
Tags:
Sprint:
Quarter:
Description
- Create an RPM repository
- Populate it with content
- Create a second, empty RPM repository
- Use the copy API endpoint to copy all content from the first repository into the second repository
- Check that a new repository version was created in the second repository, and that it has identical content to the first
The copy API works as follows
http --form POST http://localhost:24817/pulp/api/v3/rpm/copy/ source_repository=${SRC_REPO_HREF} destination_repository=${DEST_REPO_HREF}
(exact parameter names TBD)
Related issues
Actions