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
Updated by dalley over 5 years ago
- Related to Story #4716: As a user, I have simple content copy between repositories added
Updated by ragbalak over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ragbalak
Updated by ragbalak over 5 years ago
The testcase for this issue is covered inside the
https://github.com/pulp/pulp_file/pull/216
Hope this helps.
Thanks and Regards,
Ragavendran B
Updated by dalley almost 4 years ago
- Status changed from NEW to CLOSED - COMPLETE
Actions