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
Toshio Kuratomi c5df4c538d Fix mysql authentication errors
The mysql-server package on Ubuntu16.04 was recently updated to disallow
unauthenticated root user login over tcp/ip.  This, coupled with pymysql
using tcp/ip whenever host and port is specified causes us to fail to
connect to the database when testing Python3 on Ubuntu16.04.

The fix is to use the unix socket instead.

(cherry picked from commit 748ea39ecd)
6 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
integration Fix mysql authentication errors 6 years ago
legacy Add symlinks sanity test. (#46467) 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Add constraint for requests on python 2.6. (#47306) 6 years ago
sanity 2.7: user: do not pass ssh_key_passphrase on cmdline (#47445) 6 years ago
units Fix prompt mismatch issue for ios (#47004) 6 years ago
utils Fix ansible-test multi-group smoke test handling. (#46363) 6 years ago