From 6544973ae66bbecaea8b6194a8bf6cd3eadf4fa8 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 6 Oct 2024 15:19:09 +0200 Subject: frr: T6747: ensure there are no daemon leftovers in vtysh CLI after smoketests --- smoketest/scripts/cli/test_protocols_ospf.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'smoketest/scripts/cli/test_protocols_ospf.py') diff --git a/smoketest/scripts/cli/test_protocols_ospf.py b/smoketest/scripts/cli/test_protocols_ospf.py index c3ae54e12..5da352300 100755 --- a/smoketest/scripts/cli/test_protocols_ospf.py +++ b/smoketest/scripts/cli/test_protocols_ospf.py @@ -55,6 +55,9 @@ class TestProtocolsOSPF(VyOSUnitTestSHIM.TestCase): self.cli_delete(base_path) self.cli_commit() + frrconfig = self.getFRRconfig('router ospf') + self.assertNotIn(f'router ospf', frrconfig) + # check process health and continuity self.assertEqual(self.daemon_pid, process_named_running(PROCESS_NAME)) -- cgit v1.2.3