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/lib/ansible_test/_data
Alexander Sowitzki fe792fdcd2
Vanquish rare container bootstrap failure (#73288)
The init script for the test container writes additional lines to
the .bashrc of the user. This was done via a `cat` multiline
instruction, which is implemented internally by writing a
temporary file to TMPDIR (/tmp in this case) first. Docker fails
to provide /tmp just after creation, which results in a race
condition that rarely makes the init fail. Changed the `cat`
statement to multiple `echo`s.

Co-authored-by: Matt Clay <matt@mystile.com>
5 years ago
..
cli Prepare ansible-test for inclusion in setup.py (#60294) 6 years ago
completion Add macOS 11 to CI (#72622) 5 years ago
injector ansible-test - prefer venv over virtualenv on Python 3 (#73000) 5 years ago
playbooks Internally redirect win modules to collection name (#68317) 6 years ago
pytest/plugins fix collection package root location under pytest >=6.0.0 (#70963) 5 years ago
requirements update rstcheck and sphinx versions in contraints (#73176) 5 years ago
sanity arg_spec - move validator lookup method to a function (#72667) 5 years ago
setup Vanquish rare container bootstrap failure (#73288) 5 years ago
ansible.cfg Update ansible-test integration config handling. (#60448) 6 years ago
collection_detail.py Add deprecated removed_in_version and deprecated_aliases version tests (#66920) 6 years ago
coveragerc Move ansible-test coverage config to test/lib/ 6 years ago
cryptography-constraints.txt Fix cryptography constraints in ansible-test. (#72914) 5 years ago
inventory Update ansible-test collection inventory handling. (#61031) 6 years ago
pytest.ini Remove em dash from the pytest configuration file 5 years ago
quiet_pip.py Fix ansible-test pip filter on Fedora 32. 6 years ago
sslcheck.py Fix cryptography constraints in ansible-test. (#72914) 5 years ago
versions.py Ignore warnings in ansible-test environment check. 6 years ago
virtualenvcheck.py Work around virtualenv/venv issue in ansible-test. (#62111) 6 years ago
yamlcheck.py Relocate ansible-test code. (#60147) 6 years ago