Refactor public API around environments
This commit is contained in:
parent
57dae52cc2
commit
5d5243df23
41 changed files with 1301 additions and 459 deletions
|
|
@ -80,6 +80,7 @@ def test_doctor_report_has_runtime_fields() -> None:
|
|||
assert "firecracker_bin" in runtime
|
||||
assert "guest_agent_path" in runtime
|
||||
assert "component_versions" in runtime
|
||||
assert "environments" in runtime
|
||||
networking = report["networking"]
|
||||
assert isinstance(networking, dict)
|
||||
assert "tun_available" in networking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue