$ python3 -m pytest test_multigroups.py -vvx ============================================================================================ test session starts ============================================================================================ platform linux -- Python 3.10.6, pytest-7.1.2, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache metadata: {'Python': '3.10.6', 'Platform': 'Linux-5.15.0-56-generic-x86_64-with-glibc2.35', 'Packages': {'pytest': '7.1.2', 'pluggy': '0.13.1'}, 'Plugins': {'html': '3.1.1', 'testinfra': '5.0.0', 'metadata': '2.0.4', 'tavern': '1.0.0'}} rootdir: /home/selu/Git/wazuh-qa/tests, configfile: pytest.ini plugins: html-3.1.1, testinfra-5.0.0, metadata-2.0.4, tavern-1.0.0 collected 4 items test_multigroups.py::test_multigroups_not_reloaded PASSED [ 25%] test_multigroups.py::test_multigroups_updated[test_mg_0] PASSED [ 50%] test_multigroups.py::test_multigroups_updated[default] PASSED [ 75%] test_multigroups.py::test_multigroups_deleted PASSED [100%] ======================================================================================= 4 passed in 981.11s (0:16:21) =======================================================================================