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
Martin Krizek 03cb40e712
Fix baseurl handling in yum_repository test (#75096)
Since we moved yum_repository_test_repo.baseurl to file:/// format,
using urlsplit filter on it returned an empty string. Using an empty
string as a left operand of `in` was then always evaluated to True.

This was discovered with native jinja being on where urlsplit returns
None which results in a hard fail as None cannot be a left
operand of `in <string>`.
5 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 6 years ago
integration Fix baseurl handling in yum_repository test (#75096) 5 years ago
lib/ansible_test ansible-test: exposes tiny_prefix variable 5 years ago
sanity Remove ignores that are resolved on devel 5 years ago
support updates links in comments to point to current docs (#74834) 5 years ago
units Try to get best usable locale (#75033) 5 years ago
utils/shippable Remove unused CI scripts. 5 years ago