ansible/test
Deepak Agrawal 6ff000254f
vyos_config IndexError in sanitize_config (#36375) (#36484)
* 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

(cherry picked from commit 0bbea9a579)
2018-02-21 12:06:16 +05:30
..
cache
integration vyos_config IndexError in sanitize_config (#36375) (#36484) 2018-02-21 12:06:16 +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 path handling in validate-modules sanity test. 2018-02-20 13:57:58 -08:00
sanity Fix path handling in validate-modules sanity test. 2018-02-20 13:57:58 -08:00
units remove extra fields from debug output 2018-02-20 08:46:12 -05:00
utils Match recent Dockerfile change in httptester playbook file, to extend ca cert lifetime (#35734) 2018-02-05 11:44:41 -06:00