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/integration
Sam Doran 95f65b9249
[stable-2.9] Fix string/bytestring comparsion in m_u.basic (#70439) (#73130)
Change:
- module_utils.basic.is_special_selinux_path() used a string ==
  bytestring comparison which returned False and made Ansible think that
  certain filesystems aren't, in fact, special-cased, when they should
  be. Ensure both sides of the == are bytestrings.

Test Plan:
- Added `copy` integration tests for this case.

Tickets:
- Fixes #70244

Signed-off-by: Rick Elrod <rick@elrod.me>.
(cherry picked from commit 688cd8657b)

Co-authored-by: Rick Elrod <rick@elrod.me>
5 years ago
..
targets [stable-2.9] Fix string/bytestring comparsion in m_u.basic (#70439) (#73130) 5 years ago
network-integration.cfg Update network integration auth timeout (#71057) (#71239) 5 years ago
network-integration.requirements.txt [stable-2.9] Fix ansible-test collections requirements installation. (#62181) 6 years ago
target-prefixes.network Rename MSC modules to MSO nomenclature (#50959) 7 years ago