diff --git a/TESTING.md b/TESTING.md index d7630de..5c541b9 100644 --- a/TESTING.md +++ b/TESTING.md @@ -31,7 +31,7 @@ The Makefile accept the following options: - **local_python_version**: This option can be omitted if your system has a version supported by Ansible. You can check with `python -V`. - **ansible**: Mandatory version of ansible to install in a venv to run ansible-test. - **docker_image**: - The container image to use to run our tests. Those images Dockerfile are in https://github.com/community.mysql-test-containers and then pushed to quay.io: E.G.: + The container image to use to run our tests. Those images Dockerfile are in https://github.com/community.mysql/test-containers and then pushed to quay.io: E.G.: `quay.io/mws/community-mysql-test-containers-my57-py38-mysqlclient201-pymysql0711:latest`. Look in the link above for a complete list of available containers. You can also look into `.github/workflows/ansible-test-plugins.yml` Unfortunatly you must provide the right container_image yourself. And you still need to provides db_engine_version, python, etc... because ansible-test won't do black magic to try to detect what we expect. Explicit is better than implicit anyway. To minimise the amount of images, pymysql 0.7.11 and mysqlclient are shipped together.