8 lines
271 B
YAML
8 lines
271 B
YAML
|
|
# Smoke contract for sand-boxer self-deploy verification (SAND-WP-0002-T10).
|
||
|
|
# Test execution semantics belong to wise-validator (SAND-WP-0003).
|
||
|
|
name: sand-boxer
|
||
|
|
compose_file: e2e/docker-compose.smoke.yml
|
||
|
|
health_checks: []
|
||
|
|
test_command: "true"
|
||
|
|
timeout: 60
|
||
|
|
cleanup: always
|