ansible/test
Maxime de Roucy c2ac9d0831 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--']
2017-12-15 09:48:18 -08:00
..
cache Update ansible-test sanity command. (#31958) 2017-10-26 00:21:46 -07:00
compile Adding aliases for field attributes and renaming async attribute (#33141) 2017-11-22 12:35:58 -08:00
integration fix file attributes changed detection 2017-12-15 09:48:18 -08:00
legacy cloudscale_floating_ip module (#33181) 2017-12-11 14:48:35 +00:00
results Collect data from integration test runs. (#28650) 2017-08-25 18:14:47 -04:00
runner Revert to stable vcsim docker image. (#33952) 2017-12-15 21:32:22 +05:30
sanity maven_artifact: fix broken import (#33749) 2017-12-13 13:54:05 +00:00
units nso_verify for Cisco NSO (#33945) 2017-12-15 13:43:07 +00:00
utils Add Azure provider support to ansible-test and CI. 2017-12-06 00:34:54 -08:00