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
robertchung caa5abdfc9 Fix TypeError in ec2_group.py for Python3 when sorting dictionary list (#59844)
* Fix TypeError in ec2_group.py for Python3 when sorting dictionary list

* Using json.loads() and dumps() to replace sorting

* Bug fixes for ec2_group.py

* Dictionaries cannot be compared/sorted in Python3

* Diff will occur when the IpPermissions have the same IpRanges but have different ordering

* 'before' will be sorted by 'Type' with high priority than 'IP', but 'boto3.describe_security_groups()' function cannot get 'Type' from Amazon

* Add some basic diff mode testing to exercise the rule-sorting code
6 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 6 years ago
integration Fix TypeError in ec2_group.py for Python3 when sorting dictionary list (#59844) 6 years ago
legacy Online: rename _facts -> _info (#61091) 6 years ago
lib/ansible_test Show doc URL for sanity test failures 6 years ago
sanity Revert "maven_artifact.py - add support for version ranges by using spec (#54309)" 6 years ago
units New storage/netapp module - na_ontap_kerberos_realm (#59923) 6 years ago
utils Fix CI test result placement. 6 years ago