SAND-WP-0004: delegate make e2e to validate run
Replace e2e_framework monolith with wise-validator + sand-boxer shim. Makefile invokes validate run; legacy python -m e2e_framework delegates via shim.py with deprecation notice. Add verify-e2e-shim.sh.
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
"""
|
||||
DEPRECATED — provision/teardown is owned by sand-boxer (`sandboxer create`).
|
||||
|
||||
This module remains for one release cycle only. Do not call `Sandbox.provision()`
|
||||
from new code; use sand-boxer `ext.compose-ssh` via `validate run` or
|
||||
`sandboxer create --profile profile.compose-e2e`.
|
||||
|
||||
SSH-based sandbox: provision an isolated directory on the remote host,
|
||||
rsync the repo into it, and run arbitrary commands there.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user