feat: add full Zonemaster stack with Docker and Spanish UI
- Clone all 5 Zonemaster component repos (LDNS, Engine, CLI, Backend, GUI) - Dockerfile.backend: 8-stage multi-stage build LDNS→Engine→CLI→Backend - Dockerfile.gui: Astro static build served via nginx - docker-compose.yml: backend (internal) + frontend (port 5353) - nginx.conf: root redirects to /es/, /api/ proxied to backend - zonemaster-gui/config.ts: defaultLanguage set to 'es' (Spanish) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# Basic Test Plan
|
||||
|
||||
These are tests of a domain's most basic functionality. If these fail,
|
||||
it will be hard or impossible to perform any other tests at all. The
|
||||
test code should be constructed so that these tests are always run, even
|
||||
if a subset of tests is asked for that would not normally include them.
|
||||
|
||||
This document uses the terminology defined in the [Master Test Plan].
|
||||
|
||||
|
||||
[Master Test Plan]: ../MasterTestPlan.md
|
||||
[Test Case README]: ../README.md
|
||||
|
||||
<!-- Content until EOF generated by script updateTestPlanReadme.pl from Zonemaster/Zonemaster utils directory -->
|
||||
|
||||
## Test cases list
|
||||
|
||||
|Test Case |Test Case Description|
|
||||
|:---------|:--------------------|
|
||||
|[BASIC01](basic01.md)|Check for the parent zone and the zone itself|
|
||||
|[BASIC02](basic02.md)|The domain must have at least one working name server|
|
||||
|[BASIC03](basic03.md)|The _Broken but functional_ test|
|
||||
Reference in New Issue
Block a user