[pkg-nagios-changes] [Git][nagios-team/pkg-nagios-plugins-contrib][master] 2 commits: Fixing tests (again)

Bernd Zeimetz gitlab at salsa.debian.org
Mon May 11 15:34:26 BST 2020



Bernd Zeimetz pushed to branch master at Debian Nagios Maintainer Group / pkg-nagios-plugins-contrib


Commits:
b6d29150 by Bernd Zeimetz at 2020-05-11T16:33:59+02:00
Fixing tests (again)

- - - - -
9f186341 by Bernd Zeimetz at 2020-05-11T16:34:14+02:00
Auto update of debian/tests/control

- - - - -


5 changed files:

- check_debsecan/tests
- check_ssl_cert/tests
- debian/packaging-helper.py
- debian/tests/control
- + dsa/tests


Changes:

=====================================
check_debsecan/tests
=====================================
@@ -1,2 +1,2 @@
 Depends: debsecan
-Test-Command: /usr/lib/nagios/plugins/check_debsecan -f 9998 -F 9999 -o 9998 -O 9999 -l 9998 -L 9999 -m 9998 -M 9999 -u 9998 -U 9999 -r
+Test-Command: /usr/lib/nagios/plugins/check_debsecan -f 9998 -F 9999 -o 9998 -O 9999 -l 9998 -L 9999 -m 9998 -M 9999 -u 9998 -U 9999 -r -s sid


=====================================
check_ssl_cert/tests
=====================================
@@ -1,2 +1,2 @@
-Depends: openssl, curl, file
+Depends: ca-certificates, openssl, curl, file
 Test-Command: /usr/lib/nagios/plugins/check_ssl_cert -H www.debian.org


=====================================
debian/packaging-helper.py
=====================================
@@ -165,6 +165,7 @@ def update_control():
 
 def update_tests():
     with open(__basedir__ + os.path.sep + 'debian' + os.path.sep + 'tests' + os.path.sep + 'control', 'w') as f:
+        f.write("# DO NOT HAND HACK - MANAGED BY debian/packaging-helper.py\n#\n#\n")
         for plugin, _control in __get_tests_data__():
             if 'Depends' in _control and '@' not in _control['Depends']:
                 _control['Depends'] += ', @'


=====================================
debian/tests/control
=====================================
@@ -1,3 +1,6 @@
+# DO NOT HAND HACK - MANAGED BY debian/packaging-helper.py
+#
+#
 Test-Command: mkdir -p /etc/nagios/ && sha256sum /bin/true > /etc/nagios/check_checksums.sha256 && /usr/lib/nagios/plugins/check_checksums
 Restrictions: needs-root, breaks-testbed
 
@@ -6,7 +9,7 @@ Test-Command: /usr/lib/nagios/plugins/check_cups -H localhost
 Restrictions: needs-root, isolation-container
 
 Depends: debsecan, @
-Test-Command: /usr/lib/nagios/plugins/check_debsecan -f 9998 -F 9999 -o 9998 -O 9999 -l 9998 -L 9999 -m 9998 -M 9999 -u 9998 -U 9999 -r
+Test-Command: /usr/lib/nagios/plugins/check_debsecan -f 9998 -F 9999 -o 9998 -O 9999 -l 9998 -L 9999 -m 9998 -M 9999 -u 9998 -U 9999 -r -s sid
 
 Depends: libnet-dns-perl, @
 Test-Command: echo "127.0.0.1 localhost" > /etc/hosts && /usr/lib/nagios/plugins/check_etc_hosts
@@ -19,15 +22,15 @@ Depends: apache2, liblocale-gettext-perl, libmonitoring-plugin-perl | libnagios-
 Test-Command: /usr/lib/nagios/plugins/check_httpd_status -H localhost
 Restrictions: needs-root, allow-stderr, isolation-container
 
-Depends: lsof, libyaml-syck-perl, @
-Test-Command: /usr/lib/nagios/plugins/check_libs
-
 Restrictions: needs-root
 Test-Command: /usr/lib/nagios/plugins/check_libs_ng
 
-Depends: openssl, curl, file, @
+Depends: ca-certificates, openssl, curl, file, @
 Test-Command: /usr/lib/nagios/plugins/check_ssl_cert -H www.debian.org
 
 Depends: libmonitoring-plugin-perl | libnagios-plugin-perl, @
 Test-Command: /usr/lib/nagios/plugins/check_uptime -f
 
+Depends: @
+Test-Command: /usr/lib/nagios/plugins/check_entropy -w 1
+


=====================================
dsa/tests
=====================================
@@ -0,0 +1,2 @@
+Depends: @
+Test-Command: /usr/lib/nagios/plugins/check_entropy -w 1



View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nagios-plugins-contrib/-/compare/31b1216aafe60263a4b3710d3de3fdc43c5b0197...9f186341b20d38c146c9e9e11709084a168bf99c

-- 
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nagios-plugins-contrib/-/compare/31b1216aafe60263a4b3710d3de3fdc43c5b0197...9f186341b20d38c146c9e9e11709084a168bf99c
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20200511/3cc8ddc9/attachment-0001.html>


More information about the pkg-nagios-changes mailing list