Skip to content

Commit 11a3471

Browse files
committed
Fixup
Signed-off-by: Yevhen Fastiuk <[email protected]>
1 parent fbaa10a commit 11a3471

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

files/build_templates/init_cfg.json.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
{%- if feature in ["bgp"] %}
8888
"check_up_status" : "false",
8989
{%- endif %}
90-
{%- if feature in ["ib-utils", "snmp"] %}
90+
{%- if feature in ["snmp"] %}
9191
"irrel_for_sysready" : "true",
9292
{%- endif %}
9393
{%- if include_kubernetes == "y" %}

src/system-health/tests/test_system_health.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,6 @@ def test_check_unit_status():
726726
def test_system_status_up_after_service_removed():
727727
sysmon = Sysmonitor()
728728
sysmon.monitor_timeout = MagicMock()
729-
# sysmon.publish_system_status('UP')
730729

731730
# By default it is in init state. And should remain in init
732731
sysmon.check_unit_status('mock_bgp.service')
@@ -865,7 +864,6 @@ def test_publish_system_status_allowed_status():
865864
for call_args in sysmon.post_system_status.call_args_list:
866865
assert call_args in expected_calls
867866

868-
# @patch('health_checker.sysmonitor.Sysmonitor.post_system_status', MagicMock())
869867
@patch('health_checker.sysmonitor.Sysmonitor.print_console_message',
870868
MagicMock())
871869
def test_publish_system_status():

0 commit comments

Comments
 (0)