sand-boxer/tests
tegwick 76c38e758c
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s
Implement ext.bwrap: local bubblewrap namespace extension (SAND-WP-0013)
Adds the first local, same-host, kernel-namespace-only sandbox
extension: no SSH hop, no container runtime. Extends IsolationSpec.level
with "process", implements BwrapExtension (provision/wait_ready/
teardown) spawning bwrap with unshared user/mount/pid/ipc/uts/net
namespaces, registers ext.bwrap + profile.bwrap-local, and extends
manager._handle_from_status to carry pid/workspace_dir. Verified with a
live bwrap smoke run in addition to the mocked test suite.

T04 (reachability vs. the SSH-based glas-harness consumer contract)
deliberately left open pending glas-harness's harness contract.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-26 12:37:56 +02:00
..
test_api.py feat: TTL enforcement and operational hardening (SAND-WP-0009) 2026-06-24 12:44:04 +02:00
test_billing_export.py feat: cloud adapters E2B/Modal and billing export (SAND-WP-0010) 2026-06-24 12:50:19 +02:00
test_bwrap.py Implement ext.bwrap: local bubblewrap namespace extension (SAND-WP-0013) 2026-07-26 12:37:56 +02:00
test_compose_ssh.py feat: snapshot/restore checkpoints (SAND-WP-0007) 2026-06-24 07:57:40 +02:00
test_consumer_profiles.py feat: reachability and consumer profiles (SAND-WP-0011) 2026-06-24 12:54:27 +02:00
test_defaults.py Implement SAND-WP-0008: host telemetry and self-canary 2026-06-23 19:53:51 +02:00
test_e2b.py feat: cloud adapters E2B/Modal and billing export (SAND-WP-0010) 2026-06-24 12:50:19 +02:00
test_extension_base.py feat: snapshot/restore checkpoints (SAND-WP-0007) 2026-06-24 07:57:40 +02:00
test_extension_registry.py Implement SAND-WP-0006: SaaS payments, routing, and ext.saas-stub 2026-06-24 07:52:20 +02:00
test_manager.py Implement SAND-WP-0006: SaaS payments, routing, and ext.saas-stub 2026-06-24 07:52:20 +02:00
test_modal.py feat: cloud adapters E2B/Modal and billing export (SAND-WP-0010) 2026-06-24 12:50:19 +02:00
test_models.py Implement SAND-WP-0002 meta-framework foundation (T01–T09) 2026-06-22 23:27:31 +02:00
test_package.py Complete SAND-WP-0001: bootstrap Python dev workflow 2026-06-22 23:25:42 +02:00
test_payments.py Implement SAND-WP-0006: SaaS payments, routing, and ext.saas-stub 2026-06-24 07:52:20 +02:00
test_reachability.py feat: reachability and consumer profiles (SAND-WP-0011) 2026-06-24 12:54:27 +02:00
test_routing.py feat: cloud adapters E2B/Modal and billing export (SAND-WP-0010) 2026-06-24 12:50:19 +02:00
test_saas_stub.py Implement SAND-WP-0006: SaaS payments, routing, and ext.saas-stub 2026-06-24 07:52:20 +02:00
test_secrets.py feat: reachability and consumer profiles (SAND-WP-0011) 2026-06-24 12:54:27 +02:00
test_snapshots.py feat: TTL enforcement and operational hardening (SAND-WP-0009) 2026-06-24 12:44:04 +02:00
test_ssh.py Implement SAND-WP-0005: extension SDK and ext.vm-packer 2026-06-24 01:47:07 +02:00
test_telemetry.py Implement SAND-WP-0008: host telemetry and self-canary 2026-06-23 19:53:51 +02:00
test_ttl.py feat: TTL enforcement and operational hardening (SAND-WP-0009) 2026-06-24 12:44:04 +02:00
test_vm_packer.py feat: Packer build orchestration (SAND-WP-0012) 2026-06-24 12:56:32 +02:00