Skip to content

Commit

Permalink
check_disk_smb: Fix integration tests
Browse files Browse the repository at this point in the history
Change-Id: Ia7695ac2eded6cd716dccad1535520c335dd761c
  • Loading branch information
racicLuka committed Jul 7, 2023
1 parent 73d5c55 commit 7e9d7e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/integration/omd/test_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def __post_init__(self):
MonitoringPlugin("check_dhcp"),
MonitoringPlugin("check_dig"),
MonitoringPlugin("check_disk"),
MonitoringPlugin("check_disk_smb"),
MonitoringPlugin("check_dns"),
MonitoringPlugin("check_dummy"),
MonitoringPlugin("check_file_age"),
Expand Down Expand Up @@ -144,6 +143,11 @@ def __post_init__(self):
cmd_line_option="-h",
expected="check_traceroute",
),
MonitoringPlugin(
"check_disk_smb",
cmd_line_option="-h",
expected="usage: check_disk_smb",
),
MonitoringPlugin(
"check_uniserv",
cmd_line_option="-h",
Expand Down

0 comments on commit 7e9d7e7

Please sign in to comment.