Skip to content

Commit

Permalink
add: Add processes module to the wazuh_testing framework #2462
Browse files Browse the repository at this point in the history
  • Loading branch information
jmv74211 committed Jan 27, 2022
1 parent a16df41 commit e6645e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deps/wazuh_testing/wazuh_testing/processes/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from wazuh_testing.tools.services import check_if_process_is_running


def check_if_modulesd_is_running():
"""Check if modulesd daemon is running"""
assert check_if_process_is_running('wazuh-modulesd'), 'wazuh-modulesd is not running!'

0 comments on commit e6645e1

Please sign in to comment.