From c9f426763ab9b79b83cb81e89585e5587d2fefbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Sat, 13 Jan 2024 22:02:58 +0100 Subject: [PATCH] Add new test to test suite --- test/case/ietf_routing/all.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/case/ietf_routing/all.yaml b/test/case/ietf_routing/all.yaml index c8075f86..1f24bd38 100644 --- a/test/case/ietf_routing/all.yaml +++ b/test/case/ietf_routing/all.yaml @@ -2,3 +2,4 @@ - case: static_routing.py - case: ospf_basic.py - case: ospf_unnumbered_interface.py +- case: ospf_multiarea.py