ansible/test
Deepak Agrawal 0bbea9a579
vyos_config IndexError in sanitize_config (#36375)
* Bug in del(list) logic. Say you have a list of 4 elements a[0-3]
and you have to remove index 1 and 3, if you remove index 1 first
then list is cut short a[0-2] and does not have index 3

Fix: Remove indexes in reverse sorted order e.g. 3 and 1 in above
example so that order of indexes remain preserved even after deleting

fix is to remove indexes in reverse sorted order

* Add test cases for failed case
2018-02-20 18:29:34 +05:30
..
cache
integration vyos_config IndexError in sanitize_config (#36375) 2018-02-20 18:29:34 +05:30
legacy exo_dns_record: remove limitation for multiple records only for A type (#35173) 2018-02-05 22:40:02 +01:00
results
runner Fix ansible-test --redact option with delegation. 2018-02-19 21:58:02 -08:00
sanity Fix bug in DigitalOcean module_util (#36352) 2018-02-18 07:47:26 +05:30
units Fixes for the N3500 platform that uses the A8 image (#36261) 2018-02-17 10:16:03 +05:30
utils Run each Windows version independently in CI. 2018-02-09 16:38:27 -08:00