File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 87
87
{% - if feature in ["bgp" ] %}
88
88
"check_up_status" : "false",
89
89
{% - endif %}
90
- {% - if feature in ["ib-utils" , " snmp" ] %}
90
+ {% - if feature in ["snmp" ] %}
91
91
"irrel_for_sysready" : "true",
92
92
{% - endif %}
93
93
{% - if include_kubernetes == "y" %}
Original file line number Diff line number Diff line change @@ -726,7 +726,6 @@ def test_check_unit_status():
726
726
def test_system_status_up_after_service_removed ():
727
727
sysmon = Sysmonitor ()
728
728
sysmon .monitor_timeout = MagicMock ()
729
- # sysmon.publish_system_status('UP')
730
729
731
730
# By default it is in init state. And should remain in init
732
731
sysmon .check_unit_status ('mock_bgp.service' )
@@ -865,7 +864,6 @@ def test_publish_system_status_allowed_status():
865
864
for call_args in sysmon .post_system_status .call_args_list :
866
865
assert call_args in expected_calls
867
866
868
- # @patch('health_checker.sysmonitor.Sysmonitor.post_system_status', MagicMock())
869
867
@patch ('health_checker.sysmonitor.Sysmonitor.print_console_message' ,
870
868
MagicMock ())
871
869
def test_publish_system_status ():
You can’t perform that action at this time.
0 commit comments