You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Rick Elrod 3504f4c45f
[yum] report upgraded multiarch packages (#73548)
Change:
- Previously when the same package name was installed twice under
  different architectures, we only reported it once in changes.updated.
- This was the result of using a dict internally and keying on package
  name alone.
- This change still keys on package name but turns the values into lists
  which can contain multiple packages per name.

Test Plan:
- Added a lot of tests around multi-arch support
- Added some tests around virtual provides as well

Tickets:
- Fixes #73284

Signed-off-by: Rick Elrod <rick@elrod.me>
5 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 6 years ago
integration [yum] report upgraded multiarch packages (#73548) 5 years ago
lib/ansible_test Add PyPI proxy container for tests on Python 2.6. 5 years ago
sanity [test/support/docker_swarm] remove deprecation (#74203) 5 years ago
support [test/support/docker_swarm] remove deprecation (#74203) 5 years ago
units Solaris: Correct version check in svcadm_supports_sync API (#73860) 5 years ago
utils/shippable module compat for py3.8+ controller (#73423) 5 years ago