west/docker-testing
Martí Bolívar e432aff137 Add docker compose based testing
Our release process documentation recommends getting passing tox
results on as many popular linux distributions as time allows. Doing
this by hand is cumbersome, redundant, and error prone.

Add a directory with a helper script that automates the entire process
using docker compose and document its use in MAINTAINERS.rst.

Signed-off-by: Martí Bolívar <mbolivar@amperecomputing.com>
Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2024-09-25 07:18:42 -07:00
..
arch Add docker compose based testing 2024-09-25 07:18:42 -07:00
debian Add docker compose based testing 2024-09-25 07:18:42 -07:00
fedora Add docker compose based testing 2024-09-25 07:18:42 -07:00
README.rst Add docker compose based testing 2024-09-25 07:18:42 -07:00
compose.yaml Add docker compose based testing 2024-09-25 07:18:42 -07:00
in-container-test.sh Add docker compose based testing 2024-09-25 07:18:42 -07:00
run-tests.sh Add docker compose based testing 2024-09-25 07:18:42 -07:00

README.rst

Docker based testing
--------------------

This directory contains helper files used for running west's tests in Docker on
various Linux runtimes. It was originally developed for release testing.

Run "./run-tests.sh" in this directory to run the tests.