Ship trust-first CLI and runtime defaults
This commit is contained in:
parent
fb718af154
commit
5d63e4c16e
26 changed files with 894 additions and 134 deletions
|
|
@ -56,10 +56,9 @@ def test_vm_run_round_trip(tmp_path: Path) -> None:
|
|||
{
|
||||
"environment": "debian:12",
|
||||
"command": "printf 'git version 2.0\\n'",
|
||||
"vcpu_count": 1,
|
||||
"mem_mib": 512,
|
||||
"ttl_seconds": 600,
|
||||
"network": False,
|
||||
"allow_host_compat": True,
|
||||
},
|
||||
)
|
||||
)
|
||||
|
|
@ -109,9 +108,8 @@ def test_vm_tools_status_stop_delete_and_reap(tmp_path: Path) -> None:
|
|||
"vm_create",
|
||||
{
|
||||
"environment": "debian:12-base",
|
||||
"vcpu_count": 1,
|
||||
"mem_mib": 512,
|
||||
"ttl_seconds": 600,
|
||||
"allow_host_compat": True,
|
||||
},
|
||||
)
|
||||
)
|
||||
|
|
@ -127,9 +125,8 @@ def test_vm_tools_status_stop_delete_and_reap(tmp_path: Path) -> None:
|
|||
"vm_create",
|
||||
{
|
||||
"environment": "debian:12-base",
|
||||
"vcpu_count": 1,
|
||||
"mem_mib": 512,
|
||||
"ttl_seconds": 1,
|
||||
"allow_host_compat": True,
|
||||
},
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue