pulp / Pulp-2-Tests

:warning: ⛔️ Pulp2 is EOL as of November 30 2022, for more info visit this link https://pulpproject.org/2022/09/19/pulp-2-eol/. ⛔️ Functional tests for Pulp 2.
https://pulp-2-tests.readthedocs.io/
1 stars 11 forks source link

Updating CopyModulesTestCase to include latest dependency test #176

Closed bherrin3 closed 5 years ago

bherrin3 commented 5 years ago

Problem

Documentation added from #4371 highlighted that on --recursive the latest RPM dependencies should be copied.

The creation of #4543 updates tests with the inclusion of logic from #4371.

Changes

Adding cases where walrus-0.71 RPM is already on B.

Through multiple permutations of module_defaults and modulemd with override_config, copying the walrus module will copy the correct streams of walrus module and dependent RPMs from A to B.

References

See:

closes #4364

bherrin3 commented 5 years ago

Going to close this as we talked about a re-factor due to conflicting issues with 2.18.1

Will re-open a new PR once that is complete.