1
0
Fork 0
docker-easy-haproxy/tests_e2e
Joao Gilberto Magalhaes d9c7ff89cc Set pytest.fixture scope to class, add Swarm E2E tests, and update Docker Swarm configurations
- Modified `pytest.fixture` scope to `class` across tests to improve fixture lifecycle and reduce setup overhead.
- Introduced a new `tests_e2e/test_swarm.py` test suite for Docker Swarm stack configurations.
- Added E2E tests for Swarm mode with scenarios such as basic services and combined plugins.
- Updated HAProxy image in Swarm stack `.yml` files to `byjg/easy-haproxy:local` for local testing consistency.
- Added `swarm` marker in `pyproject.toml` for differentiating Docker Swarm-specific tests.
- Updated GitHub workflows to include a new Swarm E2E test pipeline.
2026-02-18 15:28:07 -05:00
..
docker Migrate build assets and scripts to deploy/docker structure 2026-02-18 02:58:32 -05:00
fixtures/header-echo Add support for proxy-awareness headers: X-Forwarded-For, X-Forwarded-Port, X-Forwarded-Proto, X-Forwarded-Host, and X-Request-ID 2026-02-16 17:26:59 -05:00
kubernetes Migrate build assets and scripts to deploy/docker structure 2026-02-18 02:58:32 -05:00
static Migrate build assets and scripts to deploy/docker structure 2026-02-18 02:58:32 -05:00
swarm Set pytest.fixture scope to class, add Swarm E2E tests, and update Docker Swarm configurations 2026-02-18 15:28:07 -05:00
conftest.py Enhance logging and error handling in E2E tests and CI workflows 2026-02-12 18:26:59 -05:00
generate-keys.sh Refactor Dockerfile for multi-stage build and runtime optimization 2026-02-18 01:53:27 -05:00
test_docker_compose.py Set pytest.fixture scope to class, add Swarm E2E tests, and update Docker Swarm configurations 2026-02-18 15:28:07 -05:00
test_kubernetes.py Set pytest.fixture scope to class, add Swarm E2E tests, and update Docker Swarm configurations 2026-02-18 15:28:07 -05:00
test_proxy_headers.py Set pytest.fixture scope to class, add Swarm E2E tests, and update Docker Swarm configurations 2026-02-18 15:28:07 -05:00
test_static.py Migrate configuration paths to /etc/easyhaproxy and improve health check support in E2E tests 2026-02-15 14:32:16 -05:00
test_swarm.py Set pytest.fixture scope to class, add Swarm E2E tests, and update Docker Swarm configurations 2026-02-18 15:28:07 -05:00
utils.py Add health checks for Docker services, ACME environment readiness validation, and Certbot unit tests 2026-02-16 11:47:28 -05:00