Commit graph

1 commit

Author SHA1 Message Date
Hans Aschauer
8b6b237be9 Add test CLI tools for executor testing
- simple_test_cli.py: Working CLI for simple (stateless) backend
  - Supports one-shot execution and interactive REPL
  - Uses PassthroughValidator and wrappers to bypass security for testing
  - Skips resource limits to avoid cgroupv2 issues in rootless Podman
- test_containers.py: Container verification script (all tests passing)
- simple_test_cli_README.md: Documentation for test tools

Note: Jupyter backend has connection file timing issues (future work)
2026-02-07 09:53:49 +01:00