From 25b1166673c7fde5edb4dfa218005bf1a83eb25c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:53:32 +0200 Subject: Adding debian version 8.4.4-1.1~deb12u1. Signed-off-by: Daniel Baumann --- debian/tests/zebra-lo | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 debian/tests/zebra-lo (limited to 'debian/tests/zebra-lo') diff --git a/debian/tests/zebra-lo b/debian/tests/zebra-lo new file mode 100755 index 0000000..2a388d5 --- /dev/null +++ b/debian/tests/zebra-lo @@ -0,0 +1,16 @@ +#!/bin/sh +set -e + +# should have been started on install, but policy may have inhibited that +service frr status >/dev/null || service frr restart + +# these should be running by default +pgrep watchfrr +pgrep zebra +pgrep staticd + +# check vtysh works at all +vtysh -c 'show version' + +# check zebra is properly talking to the kernel +vtysh -c 'show interface lo' | grep -q LOOPBACK -- cgit v1.2.3