You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/vyos_config
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
6 years ago
..
defaults Migrate Network Tests into ansible/ansible (#18233) 8 years ago
tasks Actually move vyos tests to network_cli (#33710) 7 years ago
tests/cli vyos_config IndexError in sanitize_config (#36375) 6 years ago
aliases Update net_* and vyos_* integration test aliases. (#34666) 7 years ago