Skip to content

Commit

Permalink
Update get_pmon_daemon_states for PR#18907 (#15873)
Browse files Browse the repository at this point in the history
  • Loading branch information
congh-nvidia authored and mssonicbld committed Dec 4, 2024
1 parent f8f5bba commit 216d415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/devices/sonic.py
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ def get_pmon_daemon_states(self):
@return: dictionary of { service_name1 : state1, ... ... }
"""
# some services are meant to have a short life span or not part of the daemons
exemptions = ['lm-sensors', 'start.sh', 'rsyslogd', 'start', 'dependent-startup', 'chassis_db_init']
exemptions = ['lm-sensors', 'start.sh', 'rsyslogd', 'start', 'dependent-startup', 'chassis_db_init', 'delay']

daemons = self.shell('docker exec pmon supervisorctl status', module_ignore_errors=True)['stdout_lines']

Expand Down

0 comments on commit 216d415

Please sign in to comment.