ansible/test/integration
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
..
targets Fix TypeError in ec2_group.py for Python3 when sorting dictionary list (#59844) 2019-08-28 16:28:42 -07:00
network-integration.cfg Update ansible-test integration config handling. (#60448) 2019-08-13 13:18:55 -07:00
target-prefixes.network