~$ pytest -v --connection=ssh --hosts=myuser@13.70.200.128
platform linux -- Python 3.12.6, pytest-8.3.3, pluggy-1.5.0 
-- usr/bin/python3
cachedir: .pytest_cache
rootdir: /vagrant/8.1_testinfra 
plugins: asyncio-0.24.0, testinfra-10.1.1
asyncio: mode=Mode.STRICT, default_loop_scope=None
collected 8 items
 
test_vm_mounts.py::test_mountfolders_exist_and_is_folder[ssh://13.70.200.128]
 PASSED  [ 12%]
test_vm_mounts.py::test_mountfolders_belong_to_myuser[ssh://13.70.200.128]
 PASSED  [ 25%]
test_vm_mounts.py::test_devices_mounted_correctly[ssh://13.70.200.128] 
 PASSED  [ 37%]
test_vm_mounts.py::test_tmpdisk_is_present_and_ext4[ssh://13.70.200.128] 
 PASSED  [ 50%]
test_vm_server.py::test_nginx_is_installed[ssh://13.70.200.128] 
 PASSED  [ 62%]
test_vm_server.py::test_nginx_is_running_and_enabled[ssh://13.70.200.128] 
 PASSED  [ 75%]
test_vm_server.py::test_welcome_page_changed[ssh://13.70.200.128] 
 PASSED  [ 87%]
test_vm_server.py::test_if_server_serves 
 PASSED  [100%]
