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:
parent
8bdefcd6ba
commit
7e1cfa005b
6 changed files with 246 additions and 124 deletions
|
|
@ -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.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue