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
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
7 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
integration vyos_config IndexError in sanitize_config (#36375) 7 years ago
legacy exo_dns_record: remove limitation for multiple records only for A type (#35173) 7 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Fix ansible-test --redact option with delegation. 7 years ago
sanity Fix bug in DigitalOcean module_util (#36352) 7 years ago
units Fixes for the N3500 platform that uses the A8 image (#36261) 7 years ago
utils Run each Windows version independently in CI. 7 years ago