-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathrun_unittest.sh
More file actions
executable file
·88 lines (60 loc) · 2.46 KB
/
run_unittest.sh
File metadata and controls
executable file
·88 lines (60 loc) · 2.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
#/bin/bash
# Copyright (C) 2016-2019 rsmuc <rsmuc@sec-dev.de>
# This file is part of "Health Monitoring Plugins".
# "Health Monitoring Plugins" is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
# "Health Monitoring Plugins" is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with Foobar. If not, see <https://www.gnu.org/licenses/>.
# exit after error
set -e
set -x
echo "Test check_snmp_time2"
py.test test/test_check_snmp_time2.py -v
echo "Test check_meinberg_ntp"
py.test test/test_check_meinberg_ntp.py -v
echo "Test check_moxa_6000"
py.test test/test_check_moxa_6000.py -v
echo "Test check_snmp_ilo4"
py.test test/test_check_snmp_ilo4.py -v
echo "Test check_snmp_large_storage"
py.test test/test_check_snmp_large_storage.py -v
echo "Test check_snmp_service"
py.test test/test_check_snmp_service.py -v
echo "Test check_snmp_raritan"
py.test test/test_check_snmp_raritan.py -v
echo "Test check_snmp_port"
py.test test/test_check_snmp_port.py -v
echo "Test check_snmp_idrac"
py.test test/test_check_snmp_idrac.py -v
echo "Test check_snmp_teledyne"
py.test test/test_check_snmp_teledyne.py -v
echo "Test check_snmp_janitza"
py.test test/test_check_snmp_janitza.py -v
echo "Test check_snmp_ubiquiti"
py.test test/test_check_snmp_ubiquiti.py -v
echo "Test check_snmp_lband"
py.test test/test_check_snmp_lband.py -v
echo "Test check_snmp_apc_ups"
py.test test/test_check_snmp_apc_ups.py -v
echo "Test check_snmp_eaton_ups"
py.test test/test_check_snmp_eaton_ups.py -v
echo "Test check_snmp_procurve"
py.test test/test_check_snmp_procurve.py -v
echo "Test check_snmp_fortinet"
py.test test/test_check_snmp_fortinet.py -v
echo "Test check_snmp_trusted_filter"
py.test test/test_check_snmp_trusted_filter.py -v
echo "Test check_snmp_eps_plus"
py.test test/test_check_snmp_eps_plus.py -v
echo "Test check_newtecmodem"
py.test test/test_check_newtecmodem.py -v
echo "Test check_microwavemodem"
py.test test/test_check_microwavemodem.py -v
echo "Test check_cambium_ptp700"
py.test test/test_check_smmp_cambium_ptp700.py -v