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
James Cammarata 0b7d78d67f
Don't use getattr in _get_parent_attribute to avoid recursion issues (#33595) (#34532)
* Don't use getattr in _get_parent_attribute to avoid recursion issues

Fixes #23609

* Move extend/prepend to field attribute

Also removes _get_attr* methods that were basically just calling
_get_parent_attribute because it needed to set those params.

Also modifies _get_parent_attribute() to pull those values from the
FieldAttributes instead of using the ones passed into the function.

* Better fixes for _get_parent_attribute
8 years ago
..
cache Update ansible-test sanity command. (#31958) 8 years ago
compile Docs how to test (2nd) (#24094) 9 years ago
integration Don't use getattr in _get_parent_attribute to avoid recursion issues (#33595) (#34532) 8 years ago
results Collect data from integration test runs. (#28650) 9 years ago
runner Limit pytest < 3.3.0 for python 2.6. 8 years ago
sanity Remove files from legacy that pass now that W503 is ignored 8 years ago
units Fix up the test-set_mode_if_different unittests 8 years ago
utils Use vyos/1.1.8 in CI. 8 years ago