Skip to content

Validation

This section contains validation procedures and test results for the Fawkes platform.

Overview

Validation documentation ensures that platform components and features are correctly configured and functioning as expected.

Component Validation

OpenTelemetry

Infrastructure

Acceptance Testing

Epic Validation

Specific Acceptance Tests

Run validation tests using the Makefile:

# Validate specific components
make validate-at-e1-001  # AKS cluster
make validate-at-e1-002  # GitOps/ArgoCD
make validate-at-e1-003  # Backstage
make validate-at-e1-004  # Jenkins
make validate-at-e1-005  # Security scanning
make validate-at-e1-006  # Observability
make validate-at-e1-007  # DORA metrics

Platform Validation

Resource Usage

Validate resource usage meets the 70% target:

make validate-resources

Manifest Validation

Validate Kubernetes manifests and configurations:

make k8s-validate
make terraform-validate
make validate-jenkins

Security Validation