Test #4846
closedTest #4838: [Epic] Test Distribution and AutoDistribution features from core
CRUD RepositoryVersionDistribution
Description
The RepositoryVersionDistribution is designed to be subclassed and can't be fully tested unless it is subclassed. Thus, the recommended way to test core's functionality is to test it using the AnsibleDistribution from pulp_ansible.
CRUD the PulpDistributor.
1. Create a repo and repo_version with at least 1 file content in it.
2. Create a AnsibleDistribution with 'repository' field set to the repository from step 1. Verify it accepts it.
3. Update the AnsibleDistribution to unset 'repository' and set 'repository_version'. Verify it accepts it.
4. Update the AnsibleDistribution to set both 'repository' and 'repository_version' and verify it rejects it. These options cannot be used together
Related issues
Test AnsibleDistribution using repo and repo_version.
https://pulp.plan.io/issues/4846 closes #4846