Actions
Test #4220
closedTest update download policy with invalid field
Version:
Platform Release:
Tags:
Sprint:
Quarter:
Description
Download policy field was introduced with lazy sync.
1 - Create a remote without provided a download policy.
2 - Assert that download policy defaults to `immediate`.
3 - Update the download policy to a valid one other than `immediate`.
4 - Assert that download policy was update properly.
5 - Attempt to update the download policy to a non valid download policy.
6 - Assert that the download policy is equal to the one updated on step 4.
Related issues
Updated by kersom almost 6 years ago
- Related to Task #3763: Add "policy" attribute to Remote added
Updated by bherring almost 6 years ago
Broke the original assignment into 3 parts:
- Create a remote with no policy
- Following, updating to any policy to ensure that functions
- Attempting to add an invalid policy and ensure that doesn't work and retains the previous step setting.
Functioned on Pulp3. The `DOWNLOAD_POLICIES` were changed during the creation and will need to ensure these work on the latest build.
Added by bherring almost 6 years ago
Updated by bherring almost 6 years ago
- Status changed from ASSIGNED to MODIFIED
Applied in changeset pulp_file:f9657e87e05cf0d7ac29b66608bb6321606e713b.
Updated by bherring almost 6 years ago
- Status changed from MODIFIED to CLOSED - COMPLETE
Actions
Adding download policy testing permutations.
Cases for no policy, change in policy and invalid policy.
closes #4220 https://pulp.plan.io/issues/4220