test(multiplayer): add allocated compose smoke flow

This commit is contained in:
Josh Creek
2026-09-01 17:50:52 +01:00
parent 8129bb2571
commit 88eb510dc3
8 changed files with 188 additions and 3 deletions
+1
View File
@@ -28,6 +28,7 @@ echo "local multiplayer gate: contracts and manifests"
python3 -m json.tool "$root_dir/server/contracts/v1/openapi.json" >/dev/null
python3 "$root_dir/server/migrations/test_migration.py"
python3 "$root_dir/server/security/test_fleet_manifests.py"
python3 "$root_dir/server/security/test_compose_manifests.py"
python3 "$root_dir/server/security/test_kubernetes_policies.py"
python3 "$root_dir/server/security/test_supply_chain.py"
python3 "$root_dir/scripts/verify_observability_manifests.py"