#77 + #90: SITL e2e + baseline fixes - #91
Merged
Merged
Conversation
e2e-smoke.sh: - --sitl flag: starts docker --profile sitl, waits port 5760, starts bridge with PUSHPAKA_TOKEN from Phase 3 token fetch - --teardown: also kills bridge process + uses --profile sitl for docker down - Manual checklist extended with SITL steps 8-12 when --sitl active docs/ref/qgc-testing.md: - Fix stale credentials: pilot@example.com → test.pilot.0@test.com / test - Add SITL scenario (steps 9-14): start SITL, start bridge, connect QGC, attempt ARM blocked, get AUT, ARM succeeds, verify bridge log mkdocs.yml: - Add state-of-the-art.md to I05 nav section (was orphaned) README.md: - Simulation section: add sitl-bridge instructions + Windows note (e2e-smoke.sh needs WSL/Git Bash; bridge.py runs natively) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Completes the QGC thread (#77) and resolves all three baseline audit findings (#90).
#77 — SITL end-to-end
e2e-smoke.sh --sitl:--profile sitl(adds ArduPilot SITL container)sitl-bridge/bridge.py --require-autin background withPUSHPAKA_TOKEN--teardownstops bridge + uses--profile sitlfor docker downdocs/ref/qgc-testing.md:#90 — Baseline fixes
pilot@example.com→test.pilot.0@test.com / test)docs/ref/qgc-testing.mdstate-of-the-art.mdadded to mkdocs nav (was orphaned)mkdocs.ymlREADME.mdTest plan
mkdocs build --strictpasses (verified locally — 0 errors)e2e-smoke.sh --help/ usage comment shows--sitle2e-smoke.sh --sitlstarts SITL profile and bridge (requires SITL container)e2e-smoke.sh --teardownstops bridge cleanly🤖 Generated with Claude Code