Refactor public API around environments
This commit is contained in:
parent
57dae52cc2
commit
5d5243df23
41 changed files with 1301 additions and 459 deletions
|
|
@ -27,7 +27,7 @@ def test_network_check_uses_network_enabled_manager(monkeypatch: pytest.MonkeyPa
|
|||
result = runtime_network_check.run_network_check()
|
||||
|
||||
assert observed["run_kwargs"] == {
|
||||
"profile": "debian-git",
|
||||
"environment": "debian:12",
|
||||
"command": runtime_network_check.NETWORK_CHECK_COMMAND,
|
||||
"vcpu_count": 1,
|
||||
"mem_mib": 1024,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue