diff mbox series

[bug#68393] tests: security: Fix fail2ban-extension-test.

Message ID a6548d682df00ab4d880cc719f6bead48d1106a9.1705016575.git.~@wolfsden.cz
State New
Headers show
Series [bug#68393] tests: security: Fix fail2ban-extension-test. | expand

Commit Message

Tomas Volf Jan. 11, 2024, 11:42 p.m. UTC
The openssh-service-type requires 'networking to be setup.  So add a
static-networking-service-type that provides it.

* gnu/tests/security.scm
(run-fail2ban-extension-test)[simple-operating-system]: Add
static-networking-service-type service.

Change-Id: I8d736cbf3fcaa54f86fbd60c52b3595b647731e2
---
 gnu/tests/security.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


base-commit: 5c0f77f4241c9beac0c82deae946bfdc70b49ff0

Comments

Mathieu Othacehe Jan. 12, 2024, 4:12 p.m. UTC | #1
> * gnu/tests/security.scm
> (run-fail2ban-extension-test)[simple-operating-system]: Add
> static-networking-service-type service.

Applied, thanks,

Mathieu
diff mbox series

Patch

diff --git a/gnu/tests/security.scm b/gnu/tests/security.scm
index ca6c857899..93cbe4a977 100644
--- a/gnu/tests/security.scm
+++ b/gnu/tests/security.scm
@@ -20,6 +20,7 @@  (define-module (gnu tests security)
   #:use-module (guix gexp)
   #:use-module (gnu packages admin)
   #:use-module (gnu services)
+  #:use-module (gnu services base)
   #:use-module (gnu services security)
   #:use-module (gnu services ssh)
   #:use-module (gnu system)
@@ -176,7 +177,9 @@  (define run-fail2ban-extension-test
    (simple-operating-system
     (service (fail2ban-jail-service openssh-service-type (fail2ban-jail-configuration
                                                           (name "sshd") (enabled? #t)))
-             (openssh-configuration)))
+             (openssh-configuration))
+    (service static-networking-service-type
+             (list %qemu-static-networking)))
 
    (test-equal "fail2ban sshd jail running status output"
      '("Status for the jail: sshd"