From b2a65b4c8cfe06eb48e0db83a408dd84175e07dc Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 11 May 2023 11:04:50 +0200 Subject: tests: openvswitch: Wait for 'openvswitch-configuration' to be up. Checking for "br0" should only be done once the 'openvswitch-configuration' service is up because it's the one that sets it up. * gnu/tests/networking.scm (run-openvswitch-test)["openvswitch-configuration is running"]: New test. --- gnu/tests/networking.scm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'gnu/tests') diff --git a/gnu/tests/networking.scm b/gnu/tests/networking.scm index 3f3f653b8a..a8358c6a55 100644 --- a/gnu/tests/networking.scm +++ b/gnu/tests/networking.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2018 Chris Marusich ;;; Copyright © 2018 Arun Isaac ;;; Copyright © 2021 Maxime Devos -;;; Copyright © 2021 Ludovic Courtès +;;; Copyright © 2021, 2023 Ludovic Courtès ;;; ;;; This file is part of GNU Guix. ;;; @@ -300,6 +300,14 @@ port 7, and a dict service on port 2628." (test-runner-current (system-test-runner #$output)) (test-begin "openvswitch") + ;; Wait for our configuration to be active (it sets up br0). + (test-assert "openvswitch-configuration is running" + (marionette-eval + '(begin + (use-modules (gnu services herd)) + (wait-for-service 'openvswitch-configuration)) + marionette)) + ;; Make sure the bridge is created. (test-assert "br0 exists" (marionette-eval -- cgit v1.2.3