Document vpnruntime CI guard entrypoints in smoke README
This commit is contained in:
+15
-1
@@ -2,6 +2,20 @@
|
||||
|
||||
This smoke path is for proving the minimal end-to-end server-side session lifecycle without any UI.
|
||||
|
||||
## VPN Runtime CI Guards
|
||||
|
||||
Fast one-shot validation for `agents/rap-node-agent/internal/vpnruntime`:
|
||||
|
||||
```powershell
|
||||
pwsh -NoProfile -ExecutionPolicy Bypass -File scripts/smoke/run-vpnruntime-ci-guards.ps1 -AntiFlakeCount 20 -TargetedCount 50
|
||||
```
|
||||
|
||||
Windows `cmd` wrapper:
|
||||
|
||||
```cmd
|
||||
scripts\smoke\run-vpnruntime-ci-guards.cmd
|
||||
```
|
||||
|
||||
## Verification matrix
|
||||
|
||||
### Locally proven in this repository work
|
||||
@@ -594,4 +608,4 @@ Remaining manual live proof:
|
||||
- verify `bidirectional` allows upload and download
|
||||
- verify rendering, mouse, keyboard, clipboard, upload, reconnect, takeover,
|
||||
and backend gateway fallback do not regress
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user