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
Maxime de Roucy 86fbaffc07 fix file attributes changed detection
https://docs.python.org/2/library/stdtypes.html#str.split
str.split([sep[, maxsplit]])
If sep is given, consecutive delimiters are not grouped together and are deemed
to delimit empty strings.

>>> "85563      ----------------C-- /var/lib/libvirt/images".split(' ')[0:2]
['85563', '']
>>> "85563      ----------------C-- /var/lib/libvirt/images".split()[0:2]
['85563', '----------------C--']

(cherry picked from commit c2ac9d0831)
8 years ago
..
cache Update ansible-test sanity command. (#31958) 8 years ago
compile Docs how to test (2nd) (#24094) 9 years ago
integration fix file attributes changed detection 8 years ago
results Collect data from integration test runs. (#28650) 8 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 ios_config save (#33791) (#33872) 8 years ago
utils Use vyos/1.1.8 in CI. 8 years ago