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
2019-08-28 16:28:42 -07:00
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 2019-08-24 11:38:30 -07:00
integration Fix TypeError in ec2_group.py for Python3 when sorting dictionary list (#59844) 2019-08-28 16:28:42 -07:00
legacy Online: rename _facts -> _info (#61091) 2019-08-27 16:36:55 -04:00
lib/ansible_test Show doc URL for sanity test failures 2019-08-28 15:32:31 -07:00
sanity Revert "maven_artifact.py - add support for version ranges by using spec (#54309)" 2019-08-28 14:41:11 -07:00
units New storage/netapp module - na_ontap_kerberos_realm (#59923) 2019-08-28 18:03:45 -04:00
utils Fix CI test result placement. 2019-08-28 09:58:00 -07:00