From ed79c6d684a926c32ba2b69ed47848ae384b1d03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Inderm=C3=BChle?= Date: Tue, 7 Mar 2023 13:57:51 +0100 Subject: [PATCH] Fix link URI Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) --- TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.