Test auto distribution of a repository
Closed this issue · 3 comments
dkliban commented
- Create repository 'foo'
- Create version 1 of repository 'foo'
- Create a File publisher named 'bar'
- Create distribution 'zip' and set the 'repository' to repository 'foo'.
- Create a publication of 'foo' repository version 1
- Check that distribution 'zip' now has publication set to the publication created in step 5.
- Create 'foo' repository version 2 by adding some content.
- Create a publication using 'foo' repository version 2
- Check that distribution 'zip' now has publication set to the publication created in step 8.
- Check that content add in step 7 is now available to download from distribution 'zip'.
nixocio commented
There is no http://pulp.plan.io/issues/ associated with, but this issue is part of the MVP document.
As per MVP:
As a user, I want a newly created publication to be automatically served by the content as defined by distributions.
jlsherrill commented
- Create distribution 'zip' and set the 'repository' to repository 'foo'.
should be
4) Create distribution 'zip' and set the 'repository' to repository 'foo' and a 'publisher' to publisher 'bar'