ansible/test
Deepak Agrawal 3b0686ffe8
vyos_config IndexError in sanitize_config (#36375) (#36566)
* 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-22 20:20:49 +05:30
..
cache Update ansible-test sanity command. (#31958) 2017-10-26 12:00:57 -07:00
compile Docs how to test (2nd) (#24094) 2017-04-28 09:08:26 +01:00
integration vyos_config IndexError in sanitize_config (#36375) (#36566) 2018-02-22 20:20:49 +05:30
results Collect data from integration test runs. (#28650) 2017-08-25 18:14:47 -04:00
runner added support for --testcase flag in ansible-test (#36134) 2018-02-19 09:01:38 -08:00
sanity Remove files from legacy that pass now that W503 is ignored 2017-12-08 11:28:39 -08:00
units Recursively remove args with omit as as their value, to match suboptions in argument_spec (#35299) 2018-01-31 17:31:52 -08:00
utils Use vyos/1.1.8 in CI. 2017-11-22 10:05:16 -08:00