Actions
Test #4882
closedAdd back tests related to overlapping base_path
Version:
Platform Release:
Tags:
Sprint:
Quarter:
Description
Tests related to overlapping were removed, but they need to be added back.
See: https://docs.pulpproject.org/en/3.0/nightly/workflows/exposing-content.html
Related issues
Updated by kersom over 5 years ago
- Related to Task #2987: The Distribution ViewSet needs to prevent base_path overlap. added
Updated by kersom over 5 years ago
- Subject changed from Add back tests related to ovelapping base_path to Add back tests related to overlapping base_path
Updated by kersom over 5 years ago
- Related to Story #4785: As a plugin writer, I have Master/Detail Distributions added
Updated by kersom over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to kersom
Added by kersom over 5 years ago
Updated by kersom over 5 years ago
- Status changed from ASSIGNED to MODIFIED
Applied in changeset pulpcore|d23d98e9b2ef45522f0347c6f8c8499dfbc1eaaa.
Updated by kersom over 5 years ago
- Status changed from MODIFIED to CLOSED - COMPLETE
Actions
Add back test for overlapping
base_path
Test overlapping of base_path when creating distributions.
Assuming that a distributions base_path is foo/bar. Assert that this base_path or part of it can not be used as a new base_path for a different distribution. No overlapping.
#4882