#2800 - Consolidate software install and uninstall to a single method

This commit is contained in:
Marek Wolan
2024-07-31 16:41:59 +01:00
parent 2c2d140bf0
commit 2abd1969fe
7 changed files with 61 additions and 119 deletions

View File

@@ -22,8 +22,7 @@ def test_passing_actions_down(monkeypatch) -> None:
for n in [pc1, pc2, srv, s1]:
sim.network.add_node(n)
database_service = DatabaseService(file_system=srv.file_system)
srv.install_service(database_service)
srv.software_manager.install(DatabaseService)
downloads_folder = pc1.file_system.create_folder("downloads")
pc1.file_system.create_file("bermuda_triangle.png", folder_name="downloads")